Oracle7 Server Messages

Contents Index Home Previous Next

00300-00359: DBA Execution

DBA-00300 internal error code, arguments: [num], [str]

Cause:An internal error was encountered.
Action:Contact customer support with the circumstances leading to the error and the complete set of error messages.
DBA-00301 cannot SET INSTANCE while connected to a database

Cause:SET INSTANCE was used while currently connected to a database.
Action:To change the current instance, DISCONNECT from the database before using SET INSTANCE.
DBA-00302 not connected to a database

Cause:The requested operation required being connected to the database.
Action:CONNECT to the database using a valid username and password before retrying the operation.
DBA-00304 input file I/O error num - input aborted

Cause:A command file used as input to SQL*DBA is corrupt or invalid.
Action:Check the file before retrying the operation.
DBA-00305 command size exceeds internal buffer size num

Cause:The size of the SQL statement exceeds SQL*DBA's buffer size.
Action:Shorten the SQL statement by removing extra blanks or by using intermediate statements or views, if necessary.
DBA-00306 monitor cycle interval time out of range (1 - num)

Cause:An invalid number was specified for the cycle interval.
Action:Enter a number between 1 and 3600 for the cycle interval. The number indicates seconds.
DBA-00307 cannot open spool file name

Cause:SQL*DBA tried to open a spool file after the SPOOL filename was specified, but could not open the file. Possible causes are not enough disk space or inadequate privileges to create a file.
Action:Determine why SQL*DBA could not create a new file and retry.
DBA-00308 no spool file opened

Cause:SPOOL OFF was entered when not currently spooling.
Action:To capture session output, use the SPOOL command to open a file, enter the required commands, and close the file with SPOOL OFF.
DBA-00309 cannot close spool file name

Cause:SPOOL OFF could not close the currently open spool file.
Action:Check for an operating system reason that the spool file could not be closed.
DBA-00310 cannot open parameter file name

Cause:SQL*DBA cannot locate or open the file specified by the PFILE option, because either the file does not exist or SQL*DBA has insufficient privileges to open the file.
Action:Check that the file exists in a location expected by SQL*DBA and can be opened.
DBA-00311 data size exceeds internal buffer size

Cause:The results returned by a SQL query exceed the internal SQL*DBA buffer.
Action:Use the SET command to increase MAXDATA or decrease ARRAYSIZE.
DBA-00314 unable to attach to default host

Cause:The default host has not been set up correctly.
Action:Use the SET INSTANCE command with a valid host specification to set up a default host.
DBA-00315 cannot open command file name

Cause:SQL*DBA cannot locate the specified command file.
Action:Check the file's name and SQL*DBA's access to it before retrying.
DBA-00316 cannot start up while connected to a database

Cause:An attempt was made to start up an instance while connected to a database.
Action:To start up an instance, first DISCONNECT from the current database.
DBA-00318 SQL*DBA command line error num

Cause:A syntax or typing error was made while entering a SQL*DBA command line.
Action:Check the syntax and try again.
DBA-00319 cannot locate sqldba configuration file name

Cause:SQL*DBA cannot open the file specified by the ORA_SQLDBAINIT variable, because either the file does not exist or SQL*DBA has insufficient privilege to open the file.
Action:Check that the specified file exists and can be opened.
DBA-00320 cannot open sqldba configuration file name

Cause:File mentioned cannot be opened.
Action:Check that the specified file exists and can be opened.
DBA-00321 instance name too long

Cause:An instance name was specified that may be valid, but is too long (exceeds 64 characters).
Action:Check the name of the desired instance and try again.
DBA-00322 total size of command line parameters exceeds buffer size

Cause:Too many command-line arguments were specified to fit in the SQL*DBA buffer.
Action:Specify the arguments over several command lines.
DBA-00325 pfile too large

Cause:The file specified using PFILE is too large (exceeds 8K).
Action:Reduce the size of the parameter file before specifying it again using PFILE.
DBA-00327 command not available in this mode

Cause:A command was specified that is not available in this mode.
Action:Switch to a mode where the command is allowed.
DBA-00328 insufficient privilege for this display

Cause:An attempt was made to display a MONITOR display without sufficient privileges for the underlying V$ tables.
Action:Contact the database administrator to obtain the required privileges.
DBA-00329 insufficient privilege for SHOW SGA

Cause:An attempt was made to use SHOW SGA without sufficient privileges.
Action:Contact the database administrator to obtain the required privileges.
DBA-00330 logsource name too long

Cause:The specified name may be valid, but is too long (exceeds 127 characters).
Action:Use a shorter name. For example, relocate the file so that its path name is shorter.
DBA-00331 cannot allocate enough memory for SQL buffer

Cause:There is not enough memory for the current SQL buffer.
Action:Use the SET command to reduce MAXDATA. Re-invoke MONITOR FILEIO.
DBA-00336 insufficient privilege for SHOW PARAMETERS

Cause:An attempt was made to use SHOW PARAMETERS without sufficient privileges.
Action:Contact the database administrator to obtain the required privileges.
DBA-00337 missing instance name

Cause:The instance name was not specified in the CONNECT statement.
Action:Issue the CONNECT statement again, using the proper instance name.
DBA-00341 name is an undefined bind variable

Cause:The SQL statement refers to an undefined bind variable.
Action:Use the VARIABLE statement to define the bind variable and re-execute the query.
DBA-00342 unable to complete internal login

Cause:Some database error occurred that prevented a successful CONNECT INTERNAL. For example, a SHUTDOWN ABORT command was issued. This message is usually followed by another message that indicates the problem.
Action:Ensure that the instance is started correctly before trying to CONNECT INTERNAL. You may need to use the STARTUP FORCE command.
DBA-00343 no such parameter

Cause:SHOW PARAMETER was given a parameter name that does not exist.
Action:Use a different argument to SHOW PARAMETER.
DBA-00344 no items for the requested operation currently exist

Cause:A mandatory list element in a dialog contained zero (0) elements.
Action:No action required.
DBA-00345 no user sessions exist

Cause:An attempt was made to see if users were connected, but no users were connected.
Action:No action required.
DBA-00346 no unresolved in-doubt transactions exist

Cause:There were no in-doubt transactions to resolve.
Action:No action required.
DBA-00347 no offline tablespaces exist

Cause:There were no offline tablespaces to bring online.
Action:No action required.
DBA-00348 no online tablespaces exist

Cause:There were no tablespaces to take offline. You cannot take the SYSTEM tablespace offline.
Action:No action required.
DBA-00349 no available rollback segments exist

Cause:There were no offline rollback segments to drop.
Action:No action required.
DBA-00350 no offline rollback segments exist

Cause:There were no offline or partly available rollback segments to bring online.
Action:No action required.
DBA-00351 no online rollback segments exist

Cause:There were no online rollback segments to take offline.
Action:No action required.
DBA-00352 no online tablespaces exist for backup

Cause:There were no online tablespaces to backup.
Action:No action required.
DBA-00353 no online tablespaces being backed up exist

Cause:An attempt was made to end an online tablespace backup, but no tables are being backed up.
Action:No action required.
DBA-00354 no offline tablespaces exist

Cause:There were no offline tablespaces to recover.
Action:No action required.
DBA-00355 no offline datafiles exist

Cause:There were no offline datafiles to recover.
Action:No action required.
DBA-00356 no users exist

Cause:There were no named users to alter or drop.
Action:No action required.
DBA-00357 no roles exist

Cause:There were no roles to alter or drop.
Action:No action required.
DBA-00358 no users or roles exist

Cause:There were no users or roles to grant privileges and roles to or to revoke privileges and roles from.
Action:Create some users before granting roles or privileges.
DBA-00359 monitor already active

Cause:An instantiation of this monitor was already active.
Action:Cycle through the monitor windows until the monitor becomes visible.


Contents Index Home Previous Next