Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: sys.v_$parameter
On Jun 11, 2001 at 12:25:22AM, Greg Moore wrote:
> Why would someone write a SQL*Plus script against sys.v_$parameter when you
> want to find the value of an init parm, when instead you could code against
> v$parameter?
In fact you'll get the same result.
v$parameter is a synonym for v_$parameter:
grep -i 'cre.*syn.*v\$par' $ORACLE_HOME/rdbms/admin/catalog.sql
-- Vladimir Begun | Besides, REAL computers have a rename() http://vbegun.net/ | system call. :-) http://vbegun.net/wap/ | -- Larry Wall in me_at_vbegun.net | <7937_at_jpl-devvax.JPL.NASA.GOV> -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Vladimir Begun INET: jester_at_whale.sunbay.crimea.ua Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Jun 11 2001 - 03:15:43 CDT