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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle8 Personal Edition and Developer/2000

Re: Oracle8 Personal Edition and Developer/2000

From: Richard Gaston <itdiners_at_mnl.sequel.net>
Date: Tue, 31 Aug 1999 18:08:26 +0800
Message-ID: <7qg92r$kiu$1@bohol.infocom.sequel.net>


I tried this with PO8 and D2K 1.3 Developer 1.3 comes with sqlnet client for sqlnet 2.0 but PO8 already has Net 8 (or is that Net 80?). Anyway

  1. Configure IP on your PC
  2. Install D2K with the sqlnet client if you haven't already.
  3. install PO8 if you haven't already.
  4. make a listener.ora file based on c:\orawin95\net80\admin\sample\listener.ora
  5. Put it in c:\orawin95\net80\admin
  6. You might need to edit tnsnames.ora as well, but I think it's not required.
  7. Run sql easy config and add an alias for your PO8 (protocol tcp, host =ip address of your pc, sid=orcl) this is for the benefit of your developer's sqlnet 2.0
  8. Startup your database
  9. start the listener (start->run->c:\orawin95\bin\lsnrctl80 start)
  10. Run developer and connect using username/password_at_alias

Don't know anything about the later releases of D2K, however.

Bobby Speake <bspeake_at_ix.netcom.com> wrote in message news:7qf35b$o4n_at_dfw-ixnews16.ix.netcom.com...
> It is possible to connect to the starter database in Oracle8 Personal
> Edition with Developer/2000? If so, how? Any help would be greatly
> appreciated.
>
> BS
>
>
>
Received on Tue Aug 31 1999 - 05:08:26 CDT

Original text of this message

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