ORA-12322 unable to mount database (link name string)
Description:
ORA-12322 unable to mount database (link name string)
Cause:
This message should be accompanied by additional error messages that indicate the cause of the problem.
Description:
ORA-12322 unable to mount database (link name string)
Cause:
This message should be accompanied by additional error messages that indicate the cause of the problem.
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-12323 unable to open database (link name string)
Cause:
This message should be accompanied by additional error messages that indicate the cause of the problem.
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-12324 cannot use the ROM: link type on a private database link
Cause:
You can only specify the ROM: link type on a public, not a private, database link.
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.
Description:
ORA-12326 database string is closing immediately; no operations are permitted
Cause:
The database you attempted to access is closing, so your operation has been terminated.
Description:
ORA-12352 object string.string@string is invalid
Cause:
An attempt was made to reference (compile against) an object of a secondary database but the object is invalid and the system cannot validate or recompile it because it is in a secondary database.
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-12353 secondary stored object cannot reference remote object
Cause:
An attempt was made to either select from a remote view or execute a remote procedure which references an object on another database. Since the remote view or procedure is on a secondary database, an additional reference to another database cannot be done.