The possible issue could be the DB Started from the PFile or the SPFILE is missing.
SQL> show parameter spfile;
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
spfile string /u01/app/oracle/product/11.2.0
/db_1/dbs/spfileTest.ora
SQL>
Command to verify whether the DB started from Pfile or SPFile.
SQL> show parameter spfile;
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
spfile string /u01/app/oracle/product/11.2.0
/db_1/dbs/spfileTest.ora
SQL>
Command to verify whether the DB started from Pfile or SPFile.
No comments:
Post a Comment