Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Personal Oracle 8 for Win98

Re: Personal Oracle 8 for Win98

From: Alexander Penev <alex_at_cska.net>
Date: 2000/05/18
Message-ID: <3923AF9C.41B38C74@cska.net>#1/1

Ray wrote:

> Hey all,
>
> I took 2 days to download the Personal Oracle from oracle website! Now I am
> trying to use SQLPlus, but how do I get the username, password, and host
> string? Do I need to create a database in my PC before i can use SQLplus to
> create tables and insert data? Or I have to use the Orale Navigator?
>

  1. Net*8 Easy Config to configure a Net*8 connection (there you give your connection string)
  2. You must start the listener (in dos: lsnrctl80 start) but you must take a look in your config files ( listener.ora ,tnsnames.ora...)
  3. Default user and passwd could be system/manager or sys/change_on_install, but you should make a new user , don't use the system and sys user if you don't have to

> Anybody have any suggestions of references on books that teach me how to
> link my database in PC to the website I created using Frontpage 2000? I
> know how to do it in Access 2000, but not in Oracle! Please advise!
>

Just the same way (I think)-> odbc, ado, ole db ......with ASP

>
> Thanks,
> RAY
Received on Thu May 18 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US