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

Similar Messages

  • 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

  • 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

  • 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.

  • 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.

  • 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"

  • Personal Oracle 8i + Developer 6

    Hello,
    I'd like to install Personal Oracle 8i + Developer 6 in my computer in order to practice, but when I've finished to install all, I can start database either open developer, but I can't connect to the
    database. I think that I must do anything with the tnsnames.ora, listener or sqlnet files. Is it correct? What should I do?
    Thanks.

    Henry I am having the same problem. Anyone please help.
    Thanks
    Suresh
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Henry:
    Hello,
    I'd like to install Personal Oracle 8i + Developer 6 in my computer in order to practice, but when I've finished to install all, I can start database either open developer, but I can't connect to the
    database. I think that I must do anything with the tnsnames.ora, listener or sqlnet files. Is it correct? What should I do?
    Thanks.<HR></BLOCKQUOTE>
    null

  • 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

  • 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

  • Problems connecting from Forms 6i to Personal Oracle

    I have loaded Oracle 8i Personal Edition in the following directory c:\Oracle\Oar81 and Forms 6i in c:\Orawin95 on my local PC. I'm running windows 98 OS. I have been able to use SQL*Plus to query the customer and sales_order demo databases sucessfully. I've also went out to DOS and started up the listner. However when I bring up Forms Builder and try to connect to the database I get the following error: ORA-01034: Oracle not available. I am logging in as scott/tiger. Do I need to specify a database name? Do you have specific suggestions on how to get the Oracle database and Forms Builder talking?

    I have tried your solution and it did not work. Is there another proposition. It seems there is a lot of bugs in oracle forms 6i or personal oracle 8i.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by p g ([email protected]):
    Hi,
    I isntalled oracle8i in H:\oracle\ora81 and forms6i in H:\oracle\orant. In order to access tables from oracle8i into froms6i, I copied the service block
    CSCPRJ.DCS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = prashant)(PORT = 1521)))
    (CONNECT_DATA =
    (SERVICE_NAME = CSCPrj)
    from my oracle home tnsnames.ora file
    H:\oracle\ora81\network\admin\tnsnames.ora
    and pasted it in forms home tnsnames.ora file
    H:\oracle\orant\NET80\ADMIN\tnsnames.ora
    No reboot necessary..
    This let me access my tables from forms6i.
    Hope this helps
    prashant<HR></BLOCKQUOTE>
    null

  • How to install Personal Oracle 7, Developer 2.1, Designer 2.1

    I am a college student who has had coursework in database design and management.
    I came across Personal Oracle 7 for Win 95, Developer 2.1, and Designer 2.1.
    I am having trouble getting sucessful installation beyond Personal Oracle. Help?!? Documentaion?!?

    I am in the same boat also. In the middle of coursework and attempting to run these academic versions of Oracle. There is a patch somewhere but I do not know where. Sorry!

  • 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.

Maybe you are looking for

  • IPhone Home Button not working after upgrade to ios 5.1.1

    Hey everyone, I'm pretty sure this is a software failure due to the symtoms the iPhone is showing; 0 - the home button does not work at all when the phone is turned on and running ios 5.1.1, well it used to work okay when i had ios 5.0.1, I upgraded

  • Could not read any NLS message catalogue! while applying patch

    Hey, I am posting on behalf of someone. We are trying to install an Oracle patch (the patch p3948480_9206_AIX64-5L) on AIX 5.3. We get the error Message: ERROR: Could not read any NLS message catalogue! I have checked the Paths and install additional

  • Problem using number function

    Hi! I used Publisher Desktop to design RTF template for FSG report. I had to make comparison between two values in XML I got from FSG and based on their values show or hide a field in the report. I used following commands to get values in variables:

  • Iphone data recovery

    How do I recover a deleted video on my iphone 4s (preferably, without purchasing expensive software)?

  • Setting time on RMAN prompt...

    can we timing on RMAN prompt as we set on sql promt like SQL>set time on