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

Thread: oracle 9i and windows xp media center edition

  1. #1
    Join Date
    Jan 2007
    Posts
    2

    oracle 9i and windows xp media center edition

    i installed oracle 9i enterprise edition and oracle 6 forms/reports
    on windows xp media center edition. but i can't connect to the database.
    This is the error i get when i try to connect to the database
    (ORA-12541 TNS. no listener),

    can u please advice

    thanks

  2. #2
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    Did you create a database and listener when you installed Oracle?

  3. #3
    Join Date
    Jan 2007
    Posts
    2
    yes i created a database. the listener was created by default.
    so i tried to use the console to get into the database to create a
    user, thats when i get the TNS listener error.

  4. #4
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    from the cmd prompt

    set ORACLE_SID=yoursid
    sqlplus /nolog
    connect sys/change_on_install
    startup;

    does it start?

  5. #5
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    What is in the alert log under the oracle_admin/sid/bdump??

  6. #6
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    how about starting the listener?

  7. #7
    Join Date
    Jan 2007
    Posts
    36
    hi

    could u tell me per server how many BD (SID) can support to start concurrent instance.


    thanks

  8. #8
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    depends on your hardware / memory requirements - but there is no limitation from oracle

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