Results 1 to 3 of 3

Thread: list of initial parameter files for oracle9i

  1. #1
    Join Date
    Oct 2005
    Posts
    1

    Exclamation list of initial parameter files for oracle9i

    hi all i just joined the forum yesterday can help me getting the list of initial parameter files for oracle9i
    Thanks in advance

  2. #2
    Join Date
    Oct 2005
    Posts
    2

    Talking init.ora parameters listing

    try this in sqlplus

    column name format a30
    column value format a55
    set linesize 132

    select name, value from v$parameter order by name;

  3. #3
    Join Date
    Oct 2005
    Posts
    6
    sql>show parameters;

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •