Oracle settings printout [message #54431] |
Mon, 18 November 2002 04:08 |
Matt
Messages: 43 Registered: September 1999
|
Member |
|
|
Hi,
We have a problem with an Oracle 9i installation in a remote location.
What we'd like to do is print out a listing of all settings in Oracle, so that we can compare the configuration of the remote installation with the installation at our office.
Is there anything in Oracle 9i which does this ?
Best.
Matt.
|
|
|
|
|
Re: Oracle settings printout [message #54503 is a reply to message #54444] |
Wed, 20 November 2002 04:32 |
Matt
Messages: 43 Registered: September 1999
|
Member |
|
|
Hi,
Select * from v$paramter order by 1;
Select * from v$spparamter order by 1;
I tried these, but got the error "Table or view does not exist".
I also tried :
Select * from v$parameter order by 1;
Select * from v$spparameter order by 1;
with the same result.
Best.
Matt.
|
|
|