Error when installing Oracle database objects through the Space Manager GUI:
"ORA-07445: exception encountered: core dump [0000000101C5E8E8] [SIGSEGV] [Address]"
Manually install server side object on the server:
1. On the Space Manager client computer, navigate to the Space Management folder (typically in C:\Program Files\Quest Software\Quest Central\Plugins\Oracle).
2. Copy these files to a common folder on the server (do not create separate folders, put all the files in the same folder):
\Space Management\install\*
\Space Management\quest common schema\*
\Space Management\quest script\*
3. Run the script:
Start SQL*Plus and connect to the database as a SYSDBA user (connect username/password as sysdba) or as the owner of the Space Manager database objects (see section 4.2 for which Oracle login should be used).
The install script, spc_manual_auto_install.sql, will need three parameters. If one of the parameters is not needed you still need to pass a null value ("") to the script. The first parameter is the name of the owner of the Space Manager database objects - you can leave this blank if this is the same as the login name. The second parameter is the name of the tablespace in which tables will be created. The third parameter is the name of the tablespace in which indexes will be created - you can leave this blank if it is the same as the tablespace used for tables.
The uninstall script, spc_manual_auto_uninstall.sql, will need one parameter. If the parameter is not needed you still need to pass a null value ("") to the script. The parameter is the name of the owner of the Space Manager database objects - you can leave this blank if this is the same as the login name.
A log file will be created in the current directory. If you are running SQL*Plus on Windows from a Start Menu shortcut, the log file will be created in the "Start In" directory for the shortcut, usually %ORACLE_HOME%/BIN
The log file will be named spc_manual_install_($ORACLE_SID)_($YYYMMDD)_($HHMISS).log or spc_manual_uninstall_ ($ORACLE_SID)_($YYYMMDD)_($HHMISS).log
May apply to other supported environments.
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy