DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: How to get help in sql at command prompt

  1. #1
    Join Date
    Jun 2002
    Posts
    88
    Dear Gurus,

    How to get help in sql*plus at command prompt.

    In Solaris sql> help create table like this. Any parameter set in
    init.ora.

    The help files is avaliable $ORACLE_HOME/sqlplus/admin/help in my machine.

    There are four files in $ORACLE_HOME/sqlplus/admin/help.
    1.helpbld.sql
    2.helpdrop.sql
    3.helplus.sql
    4.hlpbld.sql

    How to run the files in any order is there? Can u please advise me.

    I Use the command

    sqlplus system/ @hlpbld.sql helpus.sql

    But still i am not get it, My database version is 9.0.1.1.0

    with effect from 9i sqlplus help has been discontinued?


    Can u please advise me,

    Thanks in advance,

    Iyyappan.M

  2. #2
    Join Date
    Jan 2002
    Location
    Netherlands
    Posts
    1,587
    Originally posted by iyyappan

    I Use the command

    sqlplus system/ @hlpbld.sql helpus.sql

    But still i am not get it, My database version is 9.0.1.1.0

    with effect from 9i sqlplus help has been discontinued?


    Can u please advise me,

    Thanks in advance,

    Iyyappan.M
    I am not sure about discontinuation, you can ,during db creation opt for sql*plus help installation.

    comment the full path here...
    such as
    @D:\Oracle\Ora91\sqlplus\admin\help\helpbld.sql helpus.sqlWhen you do @ it'll look into the sqlpath env variable defined location....

    Cheers!!

    Tarry
    Tarry Singh
    I'm a JOLE(JavaOracleLinuxEnthusiast)
    TarryBlogging
    --- Everything was meant to be---

  3. #3
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    Here is the procedure to do that.

    http://www.orafaq.com/faqplus.htm#HELP

    Sanjay

  4. #4
    Join Date
    Jan 2002
    Location
    Netherlands
    Posts
    1,587
    Iyappan,
    What's the error you're getting?
    Have you looked in the url which sanjay posted?

    paste your actions here?
    Tarry Singh
    I'm a JOLE(JavaOracleLinuxEnthusiast)
    TarryBlogging
    --- Everything was meant to be---

  5. #5
    Join Date
    Jun 2002
    Posts
    88
    Hi Tarry,

    As per rule i run the script. but i got same error.

    Error means help not avaliable.

    Please advise me,

    Thanks in advance,
    Iyyappan.M

  6. #6
    Join Date
    Jan 2002
    Location
    Netherlands
    Posts
    1,587
    Does the script run successfully?
    Tarry Singh
    I'm a JOLE(JavaOracleLinuxEnthusiast)
    TarryBlogging
    --- Everything was meant to be---

  7. #7
    Join Date
    Jul 2000
    Posts
    147
    cd $oracle_home/sqlplus/admin/help
    setenv ORACLE_SID xxx
    setenv ORABLE_HOME xxx/xxx/xxx/8.0.5
    setenv SYSTEM_PASS system/xxxx
    helpins (from $ORACLE_HOME/bin)

    Hope this help....


Posting Permissions

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


Click Here to Expand Forum to Full Width