ORA-12329 database string is closed; no operations are permitted
Description:
ORA-12329 database string is closed; no operations are permitted
Cause:
The database you attempted to access is closed, so your operation has been terminated.
Description:
ORA-12329 database string is closed; no operations are permitted
Cause:
The database you attempted to access is closed, so your operation has been terminated.
Description:
ORA-12333 database (link name string) is not mounted
Cause:
An attempt was made to open a database that has not been mounted.
Description:
ORA-12334 database (link name string) is still open
Cause:
An attempt was made to dismount a database that is still open.
Description:
ORA-12335 database (link name string) is not open
Cause:
An attempt was made to close a database that is not open.
Description:
ORA-12336 cannot login to database (link name string)
Cause:
An attempt was made to login while another user is mounting or dismounting the same database.
Description:
ORA-12341 maximum number of open mounts exceeded
Cause:
The number specified on the OPEN_MOUNTS parameter in the parameter file exceeds the maximum allowed (255).
Description:
ORA-12342 open mounts exceeds limit set on the OPEN_MOUNTS parameter
Cause:
The number of currently open mounts exceeds the value you specified on the OPEN_MOUNTS parameter.
Description:
ORA-12345 user string lacks CREATE SESSION privilege in database link (linkname string)
Cause:
There are several possible causes for this message: First, you will get this message if your username in the second database specified was not granted the CREATE SESSION system privilege. Second, you will get this message if the username specified in the connect string of the database link definition was not granted the CREATE SESSION system privilege.
Description:
ORA-12350 database link being dropped is still mounted
Cause:
An attempt was made to drop a ROM: database link that was still mounted and/or opened.
Description:
ORA-12351 cannot create view using a remote object which has a remote object reference
Cause:
An attempt was made to create a view which references a remote object which, in turn, references an object on another database. Since the view that would have been created references a remote object, that object cannot reference an object on another database.