Oracle 8i connectivity with Developer-6.0 on Desktop

Dear Sirs,
I wish to seek your help.
I am having a pentium 300, with 128 MB of RAM, a sufficient space of Hard disk available with Windows NT 4.0 server. I've done oracle 8i typical installation. My server name is XYZ and Oracle database name is ABC. When I install Developer-6.0 on same machine, it is unable to connect to its destination and flashing error ora-12203.
If possible, kindly get me out from this problem .
Thanking you,
Raj

Raj,
cmentha above for solving this problem.
Below you will find the code for the listener.ora file.
LISTENER =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = TCP)
(Host = 127.0.0.1)
(Port = 1521)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = ADMIN
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = ORCL)
(SID_DESC =
(SID_NAME = extproc)
(PROGRAM=extproc)
Good Luck.

Similar Messages

  • NetBean, I can't establish the oracle database connection with version 9i.

    In NetBean, I can't establish the oracle database connection with version 9i.
    I have create the datasource and it is fine.
    when i try to access the tables i get a message
    "Unable to refresh children, connection is broken, unsupported feature"
    in netbeans.
    Does netbeans support oracle 9i version.
    Thanks,
    VKK

    In NetBean, I can't establish the oracle database connection with version 9i.
    I have create the datasource and it is fine.
    when i try to access the tables i get a message
    "Unable to refresh children, connection is broken, unsupported feature"
    in netbeans.
    Does netbeans support oracle 9i version.
    Thanks,
    VKK

  • Howmany oracle user connect with oracle server.

    hi all
    howmany oracle user connect with oracle server.
    i want query for above sentance.

    Robert,
    This query will show us the username who are connect to a particular database. If OP wants that how many overall users are connected to his/her oracle server (which is having more than one db) then please tell us. Suppose 10 users are connected with db1 and 20 users are connected with db2.. like that.
    Regards
    Girish Sharma

  • UNABLE TO CONNECT ORACLE 8i NT WITH DEVELOPER 6.0

    Could somebody possibly from Oracle outline the solution on how to connect Oracle 8i with Developer 6.0. Oracle may please update the Developer 6.0 to be able connect to Oracle 8i sucessfully.

    I have Oracle 8.1.5 on my W/NT server and Developer 6.0 with patchA5 installed on my clients.
    I'm able to connect from Developer 6.0 to Oracle 8.1.5 using the following entries in
    my client's c:\orant\net80\admin\tnsnames.ora
    file:
    orcl.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = pc20)
    (Port = 1521)
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = pc20)
    (Port = 1526)
    (CONNECT_DATA = (SID = ORCL)
    ORCL is my Oracle 8.1.5 instance name (SID), not my global database name (which I called 'updsis' or whatever). (I DON'T mean the instance name MUST be ORCL!)
    I didn't need to change my tnsnames.ora after upgrading from 8.0.5 to 8.1.5 on the server.
    Hope this helps. Regards,
    Andrew Florit
    null

  • Oracle 8i connectivity with JDK1.4.2 - Failure - Help Needed

    I'm new to Java-ORACLE connectivity.
    I have installed Oracle 8i v8.1.5 in my Windows 2K Adv. Server with JDK1.4.2.
    But I could connect to Oracle from Java neither thru JDBC-ODBC nor JDBC thin drivers.
    What are the files ( or classes ) needed for connectivity and where can I download them.
    Do the Oracle8i 8.1.7 JDBC drivers have backward compatibility with Oracle8i 8.1.5 ?
    Please help me in this regard with utmost information possible and sample code.
    Thanks in Advance.
    Hara Gopal

    For your kind information (more)
    When I used JDBC-ODBC Bridge,
    It just gave an error message : [Microsoft ODBC for Oracle]
    and
    when I tried the command at DOS prompt,
    javap oracle.jdbc.driver.OracleDriver
    it gave message ERROR: javap oracle.jdbc.driver.OracleDriver could not be found
    Please Help me
    Hara Gopal

  • Oracle ODBC Connectivity with db2

    I want to connect forms/reports with
    IBM DB2 Database installed on the
    same machine.But while connecting
    through odbc driver it gives "Invalid
    session id,access denied"and does not
    get connected.Same message comes when
    one gets connected to sql but it runs fine.
    I have tried in two ways to configure ODBC.
    1. Using Client Configuration Assistant
    of DB2.
    2. Usgin OCA and Intersolv odbc
    driver coming along with the cd.
    Forms and reports are 6i and
    db2 version is 5.
    Thanks in advance.
    Milind

    Dear Ajay,
    I used heterogenous connectivity to connect to DB2 but it is very very slow. And checked about Oracle gateway to Db2 and came to know that it is also very slow. The next solution was using ODBC to db2 using Forms 6i Patch 13. The connectivity is very good otherwise u can use DB2 Information Integrator software (cost about $20-50 K). If you need any more information please let me know.

  • Oracle 9i Connectivity with php

    Hi,
    I am new to php and unable to connect to oracle database 9i.
    I have php and appache on one server and databse on the other server.
    I am using Appache 2.2 and php 5.2.8 (un-zippedinc:\php).
    I have place the php.ini in windows directory
    I m getting the following error: PHP Warning:  PHP Startup: Unable to load dynamic library 'C:/php/ext\\php_oci8.dll' - The specified procedure could not be found.\r\n in Unknown on line 0
    in appache error log.
    and on php page i use the oci_connect which give the following error:
    Fatal error: Call to undefined function oci_connect() in C:\Apache\htdocs\main.php on line 3
    Please Help me to solve this problem._
    Regards,
    Raza

    From error listing we can see that your PHP+Apache installation doesn't support Oracle(OCI) functions
    Additional modules not installed
    I recommend you use "Zend for Oracle"
    You may learn and download that product from this url:
    http://www.zend.com/en/products/core/for-oracle
    Edited by: Vladandr on 17.02.2009 1:54

  • Oracle 8i connectivity with DB2

    Hi,
    I want to connect to DB2 from Oracle 8i. I have read some documentation about Oracle gateways but it is not clear of how exactly we can connect to DB2.
    If any one has done this before please let me know th detail steps of how we can connect to DB2.

    For your kind information (more)
    When I used JDBC-ODBC Bridge,
    It just gave an error message : [Microsoft ODBC for Oracle]
    and
    when I tried the command at DOS prompt,
    javap oracle.jdbc.driver.OracleDriver
    it gave message ERROR: javap oracle.jdbc.driver.OracleDriver could not be found
    Please Help me
    Hara Gopal

  • Oracle 10g connectivity with sql server 2000 through oracle transpa gateway

    dear gurus.
    i am to connecto oracle 10g with sql server 2000 through oracle transparent gateway.
    i have installed transparent gateway and proper configured. also link is created.
    but when i execute query "select * from city@inventory" , so an error displayed.
    ORA-12500: TNS:listener failed to start a dedicated server process.
    kindly suggest me what could be the cause.
    regards,

    if the listener fails to spawn a dedicated server process it is commonly indicating an issue with the listener. So posting the listener and also a listener trace including a description of the env where you installed the gateway into which directory would be helpfull. Please keep also in mind if you have for example a 10.2.0.3 database and you install into this directoty a 10.2.0.1 gateway you have to reapply the patchset again do get consistent file version.
    So please describe more detailed your env.

  • Installing Oracle 9i Database with Oracle Developer 6i

    I'm trying to install Oracle 9i Database with Developer 6i for study purpose, but I can not connect from Oracle FORM Designer or REPORT Designer to Oracle Database, I would really appreciate if any one of you could tell me how to put them into work together.
    Thanks

    Yes, you can install. Install Oracle 9i DB and D2k on different HOME. Then, configure D2K tnsnames.ora as per 9iDB tnsnames.
    it will work, and works fine for me.
    Pramodu. C. P

  • Solman connection with DEV + prodcution server

    Dear friends,
    Pls give the link for
    1.    SOLMAN configuration .... connection with DEVELOPMENT  server and PRODUCTION   server
    2. Then .. if any document or pdf is uploaded in Development .. It is also display  in SOLMAN.
    thanks
    Lee

    Dear Lee,
    Here are the steps to connect an Satellite System to Solman applicable to both Dev and Prd Systems :
    1. Create the Server / Database / System Component in transaction SMSY (
    Landscape Components ) to define the system to Solman. In the System component ensure that you have generated RFC's to the relevant clients of the satellite system using the Generate RFC function.
    2. Then in transaction SMSY itself , Create an Logical Component for the product amd product version of the system and assign the system to the logical component as per the logical role of the system like DEV / QAS / PRD.
    3. Then Create an Solution in transaction DSWP and add the Logical component to the Solution in the Solution Settings.
    Bingo. Here you are set to either setup system monitoring for the satellite system or to generate EWA's for the satellite system or to configure Service desk and all other related scenarios.
    I hope these steps help you configure Solman.
    Regards
    Amit

  • Computer's can connect to wireless but I can't connect with e-book and i-pod

    I have a wrt54g I can connect with 3 laptops and 1 desktop but my ebook and ipod connects once and a blue moon please help

    Whats the Wireless settings you have setup on your Router (SSID, Channel, Security Mode)? Are you getting any error message when you are trying to connect to your wireless network?
    If you have setup WEP security on your Router, when you are trying to connect to your wireless network input the "$" sign before the WEP key and then click on connect and then check if you are able to go online or not.

  • Oracle Developer 6.0 connect with po7.2

    dear developers,
    i have personal oracle 7.2 and developer 6.0 beta i
    installed both on same home. after installation i get oracle
    net8 easy configuration under oracle for window95 but when i
    click on it no action is done.
    how can i connect to my po7.2.
    best regards,
    amit.
    null

    Oracle Developer Team wrote:
    : Amit (guest) wrote:
    : : dear sir,
    : : i have oracle 8.0.3.0. please can u give me guide line
    how
    : : can i installed developer 6.0 on in it.
    : : best regards,
    : : amit.
    : : Oracle Developer Team wrote:
    : : : Amit (guest) wrote:
    : : : : dear developers,
    : : : : i have personal oracle 7.2 and developer 6.0
    beta i
    : : : : installed both on same home. after installation i get
    : oracle
    : : : : net8 easy configuration under oracle for window95 but
    when
    : i
    : : : : click on it no action is done.
    : : : : how can i connect to my po7.2.
    : : : : best regards,
    : : : : amit.
    : : : ==> Developer Release 6.0 Beta is not certified against
    : PO7.2,
    : : : i.e. you cannot install in the same ORACLE_HOME the two
    : : products.
    : : : (The production Developer 6.0 won't be easier).
    : : : You should use PO7.3.4 or 8.0.5. You can get a trial copy
    of
    : : : PO8 at http://oraclestore.oracle.com for $5.
    : Developer Release 6.0 is only certified in the same
    : ORACLE_HOME as 8.0.5 This can be found in the release notes.
    Is PO 8.0.5 released yet?
    Why does the beta CD come with 8.0.4 ?
    (Note: Forms 6 works fine against odbc with other datasource
    but please do not force us to use non-oracle datasource !)
    null

  • Connectivity - Oracle 8i with Developer 6.0 - Urgent

    How do i Connect Developer 6.0 with Oracle8i ?
    When i am installing Developer 6.0 it takes a different Oracle Home Directory not the Oracle Database Home Directory.
    Please reply.
    Very Urgent
    Thank u
    Vaskar

    How do i Connect Developer 6.0 with Oracle8i ?
    When i am installing Developer 6.0 it takes a different Oracle Home Directory not the Oracle Database Home Directory and it shifts the path of the BIN directory to the newly installed Developer Directory.
    After the installation a different client is been installed in the Windows 2000 Advanced Server named as Oracle for Windows NT.
    I could not access neither Oracle Client nor the Developer after the installation system.
    Please reply.
    Very Urgent
    Thank u
    Vaskar

  • Crystal Developer crash, connecting with "Oracle Server" (Unicode DB): "buffer overrun"

    Post Author: mdde
    CA Forum: Data Connectivity and SQL
    Hello everyone!
    We're experiencing the following error, connecting with "Crystal Developer XI" or "Crystal Developer 2008" to a unicode-configured Oracle 10g Database using "Oracle Server"-driver and choosing a table:
    ERROR MESSAGE: Buffer overrun detected!
    Program: ...essObjects Enterprise 12.0\win32_x86\crw32.exe
    A buffer overrun has been detected which has corrupted the program's internal state.The Program cannot safely continue execution and must now be terminated.
    This error is reproducable by 100%. We're normally using it because of performance, but now we have do work with "Microsoft OLEDB" instead.
    STEP BY STEP: Open CR Developer, File, New Report, New Connection (to unicode instance - this is a must), "Oracle Server", (Login without checking "OS auth."), Double click on table, Error.
    DETAILS: "Oracle Database 10g Release 10.2.0.1.0 - Production", Oracle-client used by CR Developer: "11.1.0". OS: Windows XP, SP2
    We tried CR SP4 and SP for 2008 edition. Didn't help. Nothing on google, nor in this forum, nor in BO knowledge base.
    Does anyone also experience this error / know anything about? Thanks in advance!
    David
    P.S.: Picture:

    Hi Aaron,
    I highly recommend that you only have ONE oracle client installed. Oracle tends to have problems finding the correct dependency versions of their runtime. One way is to change your PATH statement so it only has the one Client listed but I highly suggest you uninstall both and then install just the 11G client.
    Also, when CR connects to Oracle we query the DB and load all tables, SP's Views, etc. and when the local resources are filled up we stop. So when connecting be sure to check off the options not being used and add filtering in that UI also for your schema as well.
    One last change, close the designer down and then go into regedit and this location:
    HKEY_CURRENT_USER\Software\SAP BusinessObjects\Suite XI 4.0\Crystal Reports\DatabaseOptions - DoAutoSmartLinking and set the default value to No if it's not already.
    Thanks
    Don

Maybe you are looking for

  • Difference B/W Byname and  Bydate in communication channel ,processing.

    What is Difference bettween byname and bydate . if we give  date in processing sequence will it take on that date data or will it take all the data as date wise means all the data from target.

  • Cd not working after upgrading to Yosemite

    The cd drive in my iMac (2010) quit working after installing Yosemite

  • Premier Element 9 won't exit

    I have Premier Element 9 on my Window 7 (64bit) PC.  Whenever I go to the X to close, it will not close.  I usually have to force it closed with task manger.  I have the same problem on a 32bit Window 7 laptop.

  • Database Adapter and SQL Server procedure issue

    Hello, I am using Jdev 11.1.1.7.0 and SQL Server 2005. In the Database Adapter configuration wizard, Specify Stored Procedure step, I choose the "GEACupax" schema and got the following error after a click on "Procedure Browse" button: com.microsoft.s

  • Include for function module

    Dear Gurus, Could you explain me why is an include generated for a function module? After I write a function module, to use this function module, how should I use the generated include? Regards Suzie