InterviewSolution
Saved Bookmarks
| 1. |
How Do You View Parameter Values When You Are Using Pfile Or Spfile? |
|
Answer» You can use the SHOW PARAMETER command from SQL*PLUS or query V$PARAMETER VIEW to see the value of the PARAMETERS. You can use the SHOW PARAMETER command from SQL*Plus or query v$PARAMETER view to see the value of the parameters. |
|