|
-
Where in the database do I find my initialization parameters?
I thought you can type 'show parameter parameter_name' in sqlplus. Well, it doesn't work.
I was looking for an ORACLE_HOME setting and typed the following query:
select * from v$parameter where name ='ORACLE_HOME';
It didn't find anything either.
I know you can always go and look at your init.ora file but I prefer a quick look up through sqlplus. It saves me time since I am already logged onto sqlplus.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|