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

Thread: SAP Database link - Urgent

  1. #1
    Join Date
    Oct 2000
    Location
    Halifax, Nova Scotia
    Posts
    197

    SAP Database link - Urgent

    Does anyone out there know how to create a database link in a SAP database to another Oracle database. We are trying to go live with a new application at midnight tonight and the SAP administrator is on vacation and didn't leave instructions with his juniors on how to create this link.

    Thanks
    Don't be afraid to try something new. Amateurs built the Ark, professionals built the Titanic

  2. #2
    Join Date
    Jan 2003
    Posts
    6
    edit the tnsnames.ora on your $ORACLE_HOME/network/admin
    and try it with command tnsping

    after this you be able to create a database link from your schema with a comand:

    SQL>create database link connect to
    identified by using '';

    hope this helps

  3. #3
    Join Date
    Jan 2003
    Posts
    6
    edit the tnsnames.ora on your $ORACLE_HOME/network/admin
    and try it with command tnsping

    after this you be able to create a database link from your schema with a comand:

    SQL>CREATE DATABASE LINK dblink CONNECT TO user IDENTIFIED BY password USING 'connect_string';


    hope this helps

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