DBAsupport.com Forums - Powered by vBulletin
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Oradim

Hybrid View

  1. #1
    Join Date
    Nov 2002
    Posts
    39

    Oradim

    Im using oracle 9i running in w2k. I am trying to create a new oracle service but getting error.

    C:\>oradim -new -sid crpdmtest -srvc OracleServiceCRPDMTEST -intpwd crpdmtest -startmode auto -pfile d:\oracle\admin\crpdm\pfile\initcrpdmtest.ora

    DIM-00019: Create Service Error.

    No other messages displayed. But when I searched for help in the web, I got the below info.

    DIM-00019

    Create Service Error

    Cause: Service could not be created.

    Action: Look at the detail error.

    Can anyone help me, where to look out for the error details? Or any solution for the problem?

    Thanks.
    Last edited by sai_sathish; 01-13-2003 at 08:13 AM.
    Sathish

  2. #2
    Join Date
    Jan 2002
    Location
    Up s**t creek
    Posts
    1,525
    The maximum length of a SID is 8 characters.

    Regards
    Jim
    Oracle Certified Professional
    "Build your reputation by helping other people build theirs."

    "Sarcasm may be the lowest form of wit but its still funny"

    Click HERE to vist my website!

  3. #3
    Join Date
    Nov 2002
    Posts
    39
    Originally posted by jovery
    The maximum length of a SID is 8 characters.

    Regards
    I decreased the length but still getting the same error.
    Sathish

  4. #4
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    what was the modified oradim command?
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  5. #5
    Join Date
    Jan 2002
    Location
    Up s**t creek
    Posts
    1,525
    The error should be reported in $ORACLE_HOME/rdbms/oradim.log

    Regards
    Jim
    Oracle Certified Professional
    "Build your reputation by helping other people build theirs."

    "Sarcasm may be the lowest form of wit but its still funny"

    Click HERE to vist my website!

  6. #6
    Join Date
    Nov 2002
    Posts
    39
    Modified command is:

    C:\>oradim -new -sid crpdmtst -srvc OracleServiceCRPDMTEST -intpwd crpdmtst -startmode auto -pfile d:\oracle\admin\crpdm\pfile\initcrpdmtst.ora
    DIM-00019: Create Service Error.

    There is no error file generated in the $ORACLE_HOME\rdbms directory.
    Sathish

  7. #7
    Join Date
    May 2002
    Posts
    2,645
    The following sections describe ORADIM utility commands and parameters. Note that each command is preceded by a dash (-). To get a list of ORADIM utility parameters, enter:

    oradim -? | -H | -HELP


    http://download-west.oracle.com/docs...te.htm#1006534

    You specify the SID or the SERVICE name, not both.

  8. #8
    Join Date
    Jan 2002
    Location
    Up s**t creek
    Posts
    1,525
    You've not changed the service name:

    OracleServiceCRPDMTEST

    should be

    OracleServiceCRPDMTST

    But I think you should either have SID or Service name

    Regards
    Jim
    Oracle Certified Professional
    "Build your reputation by helping other people build theirs."

    "Sarcasm may be the lowest form of wit but its still funny"

    Click HERE to vist my website!

  9. #9
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    Copy and paste this and then run

    C:\>oradim -new -sid crpdmtst -srvc OracleServiceCRPDMTST -intpwd crpdmtst -startmode auto -pfile
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  10. #10
    Join Date
    Nov 2002
    Posts
    39
    Tried both options.

    C:\>oradim -new -sid crpdmtst -srvc OracleServiceCRPDMTST -intpwd crpdmtst -startmode auto -pfile d:\oracle\admin\crpdm\pfile\initcrpdmtst.ora
    DIM-00019: Create Service Error.

    Later I tried removing the -sid, but still the same.

    C:\>oradim -new -srvc OracleServiceCRPDMTST -intpwd crpdmtst -startmode auto -pfile d:\oracle\admin\crpdm\pfile\initcrpdmtst.ora
    DIM-00019: Create Service Error.
    Sathish

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