Connecting Developer 6 to Personal Oracle 8.1.0.5

I installed Personal Oracle 6.0 and Developer 6.0 on Windows 98 in different homes.
Have I install a network card to be able to connect Developer 6.0 to the personal Oracle 8.1.0.5 ?

Hi, how are you?
I read your file. On my computer, I got the same problem. First I installed Personal Oracle 8.15 version under window 98. The oracle home is e:\orale\ora81. Then I installed Form 8i in the orale home e:\oracle\ora. After installation, there are two SQLPLUS. One is under ora81 and another is ora. The one which is in e:\oracle\ora81 is working and it can bring up the database. Another one and Forms don't work. They can not connect to the local database. It means my client which is under e:\oracle\ora can't connect to my server which is under e:\oracle\ora81. I think I shoud set up the connection in tnsnames.ora by using Net8 Easy Config. I did it. It failed. Can you help me?
Thanks.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by harry dhillon ([email protected]):
No, you shouldn't have to to.
If you have Personal Oraacle 8 running properly on your PC, then you can just connect to the database from Developer V6 using your normal username/password. For example, if you log on to SQLPLUS as scott/tiger, then the same will work for your forms and reports. You don't even need to enter a connect string. I have it working OK on a Windows '98 PC, with Personal Oracle 8i, and Forms v6i.<HR></BLOCKQUOTE>
null

Similar Messages

  • Connection Developer 200 with Personal Oracle 8

    Hi,
    I have installed Personal Oracle 8 and developer 2000
    I am able to work in SQL*plus 8 BUt i am not able
    to establish a connection with developer 2000 (Forms as
    well as reports )
    my queries are
    1) what should be installed first
    a) personal oracle 8 or developer 2000
    b) what about their home directories
    2) what all i need to do after installation to establish
    a connection between Personal oracle 8 and developer 2000
    CAN SOMEONE HELP ME ON THIS
    TARUN

    install them in 2 separate homes.
    start your database listener (lsnrctl start).
    create a sqlnet connection using the sqlnet easy config utility
    in the forms home.

  • Developer 6 (Graphics)/Personal Oracle 7.3.3 - Connectivity

    SQL*Plus, Forms and Reports, all seem to connect to Personal
    Oracle V7.3.3 OK. However when I connect with Graphics, although
    I get a message indicating successful completion, the logon
    dialogue box is still displayed and the connection hasn't
    succeeded.
    Any ideas?
    Sean
    null

    Faisal Shaikh (guest) wrote:
    : I amd having problem connecting Developer 6 with Personal
    Oracle
    : 7. Problem seems to be with TNS.
    Faisal,
    You may already have resolved this issue but just in case you
    are still getting problems, here is some info that may help.
    I faced the same problems with Oracle Developer 6 and Personal
    Oracle 7.3.3. Oracle Developer 6 uses Net8 to connect to the db
    whereas Personal Oracle 7 uses SQL*Net, hence the TNS problems
    you have been getting.
    There is a solution. Oracle Support suggested that you had to
    have a listener running in order for the connection to work. To
    do this you needed to instal the SQL*Net Add-Ons from the
    Personal Oracle CD, configure TNSNAMES.ora to point to a dummy
    IP address and start the listener. When I tried this I
    discovered that you don't infact need amend the TNSNAMES.ora
    file or run up the listener. As long as the SQL*Net add-ons are
    installed, the connection from Oracle Developer 6 to Personal
    Oracle 7 seems to work.
    Hope this is of some help.
    Sean Griscti
    null

  • How to install Developer 6.0 Personal Oracle

    When I install personal Oracle 8 (trial)on my pc (Windows NT 4 sp4)I don't have problem and it work well. The problem is when I install developer 6.0,(in a different folder) I can't log on any applications any more.
    Thank for your help
    Patrice (Quebec)
    [email protected]

    IF you do not use that "miserable" Personal Oracle 8.04, but using the far much better Personal Oracle 8.1.5 you can mail me at [email protected]
    HTH
    Martin

  • Developer 6.0/Personal Oracle WIN '98

    After a fresh install of both Personal Oracle and Developer 6.0
    when I attempt to start the Database I get the following error:
    "The Oracle80.EXE file is linked to missing export
    NS80.dll:nszclientroles". Upon installation of the DB, prior to
    installation of Developer 6.0, the Database starts fine. Any
    ideas ?
    null

    Jack (guest) wrote:
    : After a fresh install of both Personal Oracle and Developer 6.0
    : when I attempt to start the Database I get the following error:
    : "The Oracle80.EXE file is linked to missing export
    : NS80.dll:nszclientroles". Upon installation of the DB, prior
    to
    : installation of Developer 6.0, the Database starts fine. Any
    : ideas ?
    You cannot put Developer 6.0 and Personal Oracle 8 together on
    the same home directory as there are conflicts between their
    dlls. Either put them apart (different homes) or use a certified
    version of Personal Oracle with Developer 6.0.
    Regards,
    Rogerio S. Boaventura
    null

  • Connecting java apps to Personal Oracle 8.0.3

    I would like to find out exactly what driver to use in order to connect Java to Personal Oracle installed on my PC.

    this version of the product has been out of support for over a year.
    you need to move to the current version which can be located at the "download" site on the technet home page.

  • Connecting two machines using personal oracle

    I have a personal oracle 8.0.4 installed on my machine, I tried to connect another machine to use the same database, as a networking both machines were able to access the other but upon trying to connect to oracle I always get TNS message.
    Would you please advise.

    Make sure that your listener is started along with the oracle version. use lsnrctl command to start view listener status
    lsnrctl> status tells status
    > start to start
    > stop to stop listener
    now you need to configure the tnsnames thru net8 easy config or manually. it works
    good luck
    null

  • Difficulties connecting with oci8 to Personal Oracle 8 on Win98

    After looking through responses to other similar difficulties posted, I still can't seem to get this working.
    I have Personal Oracle 8 running on Win98 on a laptop. I'm using Sun jdk117 and trying to connect with oci8 because the thin driver won't work without a TCP/IP listener which I understand Personal Oracle doesn't support.
    There's an entry in my PATH pointing to c:\jdbc where the oci805jdbc.dll file is, and an entry in CLASSPATH pointing to c:\jdbc\classes111.zip .
    To start with I'm using a simple connect program which shouldn't do much more than make a connection and close it again (please see below).
    The program compiles fine, but when I run it all I get is:
    C:\apache\jserv11b3\servlets>java connect2
    in main()
    connect instantiated
    in tryconnect()
    going to attempt connect
    java.lang.UnsatisfiedLinkError: no oci805jdbc in shared library path
    at java.lang.Runtime.loadLibrary(Compiled Code)
    at java.lang.System.loadLibrary(System.java:561)
    at oracle.jdbc.oci7.OCIDBAccess.logon(OCIDBAccess.java:186)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:127)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va:170)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:148)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at java.sql.DriverManager.getConnection(DriverManager.java:126)
    at connect2.tryconnect(connect2.java:19)
    at connect2.main(connect2.java:42)
    C:\apache\jserv11b3\servlets>
    I can't see any reason why there should be problems linking oci805jdbc.dll as PATH definitely has an entry pointing to the directory where it is located.
    Doubtless I'm doing something silly, or I'm missing some essential configuration parameter.
    Thanks for any helpful suggestions.
    program code:
    import java.sql.*;
    class connect2
    public int tryconnect()
    throws ClassNotFoundException , SQLException
    System.out.println("in tryconnect()");
    /* Load the Oracle Driver */
    Class.forName ("oracle.jdbc.driver.OracleDriver");
    System.out.println ("going to attempt connect");
    try
    /* get the connection */
    Connection conn =
    DriverManager.getConnection("jdbc racle ci8:@laptop:1521:ORCL", "system", "manager");
    catch (SQLException e)
    System.out.println ("Database Connect Failed");
    System.out.println (e.getMessage());
    return (1) ;
    return (0);
    public static void main(String argv[])
    throws ClassNotFoundException , SQLException
    System.out.println ("in main()");
    /* Create the instance */
    connect2 c = new connect2();
    System.out.println ("connect instantiated");
    /* Call the tryconnect. Returns 0 if success , 1 if failed */
    int Csuccess = c.tryconnect();
    if (Csuccess == 0 )
    System.out.println("Successfully Connected");
    null

    Thanks for your kind response.
    I'll have a look through the docs and see if I can find out how to get the TCP/IP listener running with Personal Oracle.
    I've been trying to use oci805jdbc.dll from the jdbc80520-nt.zip download file.
    Since the original post I've been trying to get the connection working with the Sun JDBC-ODBC bridge, but all I get is:
    C:\apache\jserv11b3\servlets>java connect2
    in main()
    connect instantiated
    in tryconnect()
    going to attempt connect
    Database Connect Failed
    [Microsoft][ODBC Driver Manager] Data source name not found and no default drive
    r specified
    The java code is identical apart from:
    Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver");
    and
    Connection conn =
    DriverManager.getConnection("jdbc dbc:LAPTOP;database=ORCL", "system", "manager");
    The relevant entry in tnsnames.ora is:
    LAPTOP.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = BEQ)(PROGRAM = oracle80)(ARGV0 = oracle80ORCL)(ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=BEQ)))'))
    (CONNECT_DATA =
    (SID = ORCL)
    Many thanks for any help.

  • Connecting graph from personal oracle

    while trying to connect graph builder from
    personal oracle 8.0 , following error do
    come
    PDE-PER-001 INTERNAL ERROR , null password given , logon denied.
    missing mandatory parameter.
    while running graphs from report - following
    error come
    Error occur while runing the called developer
    component --- unable to create pl/sql developer environment content

    You mean that once I have my Oracle8i Enterprise Edition Release 8.1.6.1.0 server up I will have to use the EXP Export utility of 8.1.6.1.0 to export the database from the Personal Oracle Version 8.1.7.0.0

  • Which Forms version works with Personal Oracle 8i

    Can any one let me know which version of Forms/Developer works with Personal Oracle 8i (8.1.7)? The OS that I have Personal Oracle 8i is Windows 2000. Also is the Forms/Developer version that goes with this available for download? If yes, where?
    Thanks in advance,
    Aruna.

    you can use forms/reports developer 6i (for client/server and web) against 8.1.7 P.E. on windows 2000. I tested this configuration in the past and it worked fine. You can download the forms/reports developer 6i from OTN (from the forms download page).

  • Connecting Personal Oracle 8i and Developer

    Hi
    The following works for me.
    The critical files required are tnsnames.ora, sqlnet.ora and listener.ora.
    Put sqlnet.ora, listener.ora and tnsnames.ora in the ORACLE\ORA81\NETWORK\ADMIN directory.
    Put sqlnet.ora and tnsnames.ora in the
    ORAWIN95\NETWORK directory.
    The following are how the files should look.
    This is assuming the PO 8I installation defaults were taken (SID is ORCL, and GLOBAL DATABASE NAME is ORACLE).
    Listener.ora file:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (PROTOCOL_STACK =
    (PRESENTATION = TTC)
    (SESSION = NS)
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (PROTOCOL_STACK =
    (PRESENTATION = TTC)
    (SESSION = NS)
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 2481))
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = c:\Oracle\Ora81)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = Oracle)
    (ORACLE_HOME = c:\Oracle\Ora81)
    (SID_NAME = ORCL)
    tnsnames.ora file:
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = oracle)
    (SID = ORCL)
    sqlnet.ora file:
    TRACE_LEVEL_LISTENER=OFF
    TRACE_DIRECTORY=C:\ORACLE\ORA81\NETWORK\LOG
    trace_level_client = off
    trace_directory_client = c:\orawin95\network\log
    #sqlnet.authentication_services=(NONE)
    names.directory_path=(TNSNAMES,HOSTNAME)
    #names.default_domain=world
    #name.default_zone=world
    automatic_ipc = off# c:\oracle\ora81\network\admin\tnsnames.ora
    TRACE_LEVEL_CLIENT=OFF
    TRACE_DIRECTORY_CLIENT=C:\ORACLE\ORAWIN95\NETWORK\LOG
    Create a shortcut for listener (C:\Oracle\Ora81\BIN\LSNRCTL.EXE).
    Start developer.
    Start PO 8i.
    Start Listener and enter "start".
    You should now be able to connect to Oracle
    from Developer using scott/tiger and using oracle as the database name.
    Good Luck.
    Jim
    null

    Hi.
    I too had problems getting Developer 6 to connect to Personal Oracle 8 on Windows 98.
    Thanks to the information Jim posted I am now able to connect.
    I followed Jim's instructions with three exceptions.
    First exception - On my machine the sqlnet.ora and tnsnames.ora file belong in the ORAWIN95\NET80 directory rather than ORAWIN95\NETWORK directory.
    Second exception -- Personal Oracle 8 was installed in C:\ORA81 rather than C:\ORACLE\ORA81 so I adjusted pathnames as needed.
    Third exception -- I made backup copies of the sqlnet.ora, tnsnames.ora, and listener.ora files that the installation had created before I started editing them.
    My first attempt to start the listener failed with TNS-01152 message which indicated that the addresses provided to listener were not valid.
    I replaced the listener.ora file in my C:\ORA81\NETWORK\ADMIN directory with the one that the installation had created then attempted to start the listener again.
    The listener started successfully. I attempted to connect from Developer6 using scott/tiger@oracle. Developer6 connected!
    Here is what my listern.ora file looks like:
    # LISTENER.ORA Network Configuration File: # C:\ora81\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = i8q4v6)(PORT = 1521))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    (ADDRESS = (PROTOCOL = TCP)(HOST = i8q4v6)(PORT = 2481))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\ora81)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = ORACLE)
    (ORACLE_HOME = C:\ora81)
    (SID_NAME = ORCL)
    Good Luck.
    Debbie.
    null

  • Developer rel 6i connection problem to Personal Oracle 8i (8.1.6)

    Hi guys!
    I have a very general problem regarding the connection to
    personal oracle 8.1.6 database from developer 6i products.
    I have oracle 8.0.5 client database portion and developer 2.1
    installed on my WIN98 machine in as DEFAULT ORACLE HOME.
    Then I installed Personal Oracle 8.1.6. in a separate directory
    and separate ORACLE_HOME. I am able to connect from the SQL*PLUS
    8.0 to the Personal Oracle 8.1.6
    Then I installed D2K rel 6i in DEFAULT ORACLE_HOME as I was
    informed that FORMS 6i should be installed in the DEFAULT ORACLE
    HOME. Now when I try to connect to personal oracle 8.1.6 from
    forms 6.0.8, the error message comes as the 'ORA-1034 ORACLE NOT
    AVAILABLE '
    I made sure that the directory in which the D2K 6i is installed
    takes the first precedence in the PATH environment variable of
    the AUTOEXEC.BAT
    I made sure the listener for the personal oracle is working.
    I seek your guidance.
    Thanks for your help.
    Regards,
    Kalpesh.

    I have also the same problem. Please help me too with this.

  • How to get connectivity between Personal Oracle 8.0.0.3 & Developer 2000 (Any Version

    Can anybody tell me how to get connectivity between Personal Oracle 8.0.3 and Developer 2000 Rel 2.1 in Win 98 Environment.
    I am able to install either Oracle 8 or Developer 2000 but not both, even if I use different Oracle Homes.
    When I posted the same question to www.xperts.com someone wrote to me saying that a patch has to be used to get the connectivity.
    I have been trying to solve the problem for last 6 months, but could not do it.
    Can you please tell me how to get the connectivity or atleast tell me which version will facilitate connectivity in a stand alone PC.
    Thanks and regards,
    Ashok
    null

    For Windows98. Worked for me, but no guarantee it will solve your problem.
    1) Install Dev2K.
    2) Install PO8i in a separate Oracle home.
    3) Use the following for TNSNAMES.ORA in your DEV2K Home:
    # C:\ORAWINKS\NETWORK\ADMIN\TNSNAMES.ORA Configuration File:C:\orawinKS\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle Net8 Assistant
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    MYORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ORCL)
    null

  • Report (release 6.0.8.15.0) failure on tcp/ip connection to personal oracle 8.1.5

    hi,how can i resolve this problem?
    i use personal oracle with a tcp/ip connection and if i run a
    report(developed with report builder oracle) i receive a
    compiler error .if i run this same form on the server,the form
    has no problem.
    the only different is a client's call with tns (the listner is
    start up)
    thank and sorry for my bad english

    Hi, how are you?
    I read your file. On my computer, I got the same problem. First I installed Personal Oracle 8.15 version under window 98. The oracle home is e:\orale\ora81. Then I installed Form 8i in the orale home e:\oracle\ora. After installation, there are two SQLPLUS. One is under ora81 and another is ora. The one which is in e:\oracle\ora81 is working and it can bring up the database. Another one and Forms don't work. They can not connect to the local database. It means my client which is under e:\oracle\ora can't connect to my server which is under e:\oracle\ora81. I think I shoud set up the connection in tnsnames.ora by using Net8 Easy Config. I did it. It failed. Can you help me?
    Thanks.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by harry dhillon ([email protected]):
    No, you shouldn't have to to.
    If you have Personal Oraacle 8 running properly on your PC, then you can just connect to the database from Developer V6 using your normal username/password. For example, if you log on to SQLPLUS as scott/tiger, then the same will work for your forms and reports. You don't even need to enter a connect string. I have it working OK on a Windows '98 PC, with Personal Oracle 8i, and Forms v6i.<HR></BLOCKQUOTE>
    null

  • Help: Connecting to Personal Oracle 9i

    I'm developing a web site that is going to use an Oracle database.
    For that purpose I installed Microsoft Personal Web Server, and Personal Oracle 9i on a Windows 98.
    I created a database using SQLPlus, but I can't connect to the database. I can't even create an ODBC connection.
    The error message I get is ORA-12541. (no listener).
    I am under the impression that the Personal Oracle doesn't work with a listener, is that right? What can I do in order to access the database from my client application?
    Thanks ahead,
    Fernando Cachicas.

    The database listener usually runs as a service, but you can manually start it. Go to the bin directory of the DB and type:
    "lsnrctl start"

Maybe you are looking for

  • Placing the File in ISeries AS400 FTP Server

    Hi, I am working in IDOC to file Scenario and trying to append the Records in the flat file in AS400 FTP Server Directory. I am unable to place to file in the FTP Server and getting the error message as below. Message processing failed. Cause: com.sa

  • Bridge update does not fix caching problems.

    Dear Adobe, The 5.0.1.23 update for Bridge CS6 does NOT fix the problem of constantly re-caching layered TIF files. I originaly reported the problem here on May 16, 2012. http://forums.adobe.com/thread/1007560 At that time I also submitted a bug repo

  • Is Oracle Forms is going to its death in two years???

    Some people say, that Oracle is planning to kill Oracle Forms because it is "dead-borned" project. IS IT TRUE???

  • Overhead calculation for partial confirmation.

    Hi dudes, here we are working with production orders of huge quantities and doing partial confirmation according production process. suppose we running overhead calculation for these order which are being partially confirmed. if overheads are calcula

  • Do I need to replace my cracked screen? - ipad mini

    ok, so I know there are tons of discussions about how to replace a cracked screen DIY, and how the out of warranty replacement costs works and prices, etc.. But, my questions is do I really need to replace it if it otherwise is working ok?  i.e., is