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

Thread: ALIAS

  1. #1
    Join Date
    Nov 2000
    Posts
    169

    Unhappy

    I have been hearing people saying in Net 8 you have to configure an Alias. I don't know what this means. Can anybody please explain why you have to configure an Alias and what purpose it serves to do this?

    Please do explain it systematically.

    thanks

  2. #2
    Join Date
    Sep 2000
    Posts
    128
    You will have a Net8 Easy config item from your start menu (I presume you want to connect from windows).

    Run this, and in here you set up the alias.

    All this means is that the alias is just a word which points to the database.

    e.g.

    alias = MYDB
    --> TCP connection to 100.101.102.103, database name = TEST.

    so when you connect in sqlplus for example, all you type in the three boxes is:
    username
    password
    MYDB

    The Net8 then uses the alias you supply to make the connection to the database called TEST on 101.102.103.104

    Terry

  3. #3
    Join Date
    Sep 2000
    Posts
    128
    I've just read you're post below as well (RE: Connecting to DB Server)...

    The Host string you refer to is the same as the Alias you are referring to here.

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