I cant connect to database

Hello
I'm trying to connect to a firebird database, I'm using eclipse, I've downloaded Jaybird, and I want to execute the example included. One of the lines of code is this:
d = new org.firebirdsql.jdbc.FBDriver ();
I don't know so much about this names of Java . What this line really means ?
I would like to known it means that: in the path org/firebird/jbdc there is a file name FBDriver.class.
In fact, I don't know what I have to do beacause this lines give me error.
thanks in advance

Dav1d wrote:
I would like to known it means that: in the path org/firebird/jbdc there is a file name FBDriver.class. It means that the Java runtime should create a new instance of the org.firebird.jdbc.FBDriver and assign a reference to that instance to the variable named 'd'.
In fact, I don't know what I have to do beacause this lines give me error.NoClassDefFoundError? Symbol not found? Both errors indicate that such a class cannot be found. Ensure that the class is present in your build and/or runtime classpath. If that's not the error, please post the full text of the error and accompanying stack trace.
~

Similar Messages

  • Autoconfig cant connect to database.

    i was trying to change the domain name of oracle application 11.5.10.2 , by making changes in both .xml files . but when i was nt success , i return to what i had changes as i had the backup of old .xml files. but now when i m running adautocfg.sh in both the tirs, it cant connect to the database .
    ANY HELP ????

    Oracle Apps:11.5.10.2 OS: Redhat ES linux 3.0
    Yes i have changed the domain name back on the OS.
    The Autoconfig logfile when i run at dbtier says:
    Starting AutoConfig at Fri Dec 8 11:53:36 2007
    Using adconfig.pl version 115.64
    Classpath : /dev1/visdb/9.2.0/jre/1.4.2/lib/rt.jar:/dev1/visdb/9.2.0/jdbc/lib/ojdbc14.jar:/dev1/visdb/9.2.0/appsutil/java/xmlparserv2.zip:/dev1/visdb/9.2.0/appsutil/java:/dev1/visdb/9.2.0/jlib/netcfg.jar
    ===========================================================================
    Starting Utility to Report Version Conflicts at Fri Dec 07 11:53:36 IST 2007
    Using VersionConflictListGenerator.java version 115.2
    All driver files processed.
    No version conflict encountered.
    ===========================================================================
    Using Context file : /dev1/visdb/9.2.0/appsutil/VIS_wbsebdev1.xml
    Attempting to create a back up of the Context file
    Created back up file of name :
    /dev1/visdb/9.2.0/appsutil/out/VIS_wbsebdev1/12071153/VIS_wbsebdev1.xml
    ===========================================================================
    Starting synchronization of file system Context file and its templates with those in the database
    Database connection : Failed
    OAM Context editing support feature: Unverified
    OAM Customization support feature : Unverified
    File system template : /dev1/visdb/9.2.0/appsutil/template/adxdbctx.tmp
    Checking for customizations to Context template
    Warning: Unable to connect to Database.
    If the system is OAM enabled, this may result in loss of customizations.
    Looking for custom template at : /dev1/visdb/9.2.0/appsutil/template/custom/adxdbctx.tmp
    Custom template : Not available
    Customizations found : None
    This i m giving a part of logfile, where you can see "Database connection : Failed" in bold letter.

  • Cant connect my database using net service_name

    Good Morning to all;
    I trying to connect my database using net service_name , but i am getting error.
    I have tnsnames.ora entry and listener.ora entry.
    Please help me to crack this error.
    SQL> select name from v$database;
    NAME
    ORCLTEST
    SQL> grant connect ,resource to u1 identified by u1;
    Grant succeeded.
    SQL> grant sysdba to u1;
    Grant succeeded.
    SQL> show parameter pass;
    NAME TYPE VALUE
    remote_login_passwordfile string EXCLUSIVE
    SQL> shut immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    From DBS Directory :
    [oracle@linuxserver dbs]$ orapwd file=orapworcltest password=asdf1234 entries=3
    export ORACLE_SID=orcltest
    [oracle@linuxserver ~]$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Mar 9 19:24:22 2013
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR when trying to connect
    SQL> conn u1/u1@ORCLMYTEST
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    SQL> conn u1/asdf1234@ORCLMYTEST
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Thanks in advance ..

    Can i connect my database using username/password@netservice_name ?
    Yes, you should. Please post the result of "lsnrctl stat LISTENER_ORCL".
    *[oracle@linuxserver admin]$ lsnrctl stat LISTENER_ORCL*
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-MAR-2013 19:58:18
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=linuxserver)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTener_ORcl
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 09-MAR-2013 11:10:14
    Uptime 0 days 8 hr. 48 min. 3 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.2.0/db_1/network/log/listener_orcl.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=linuxserver)(PORT=1521)))
    Services Summary...
    Service "MYDB.PROD.ORCLPROD.COM" has 1 instance(s).
    Instance "orclprod", status UNKNOWN, has 1 handler(s) for this service...
    Service "MYDB.TEST.ORCLTEST.COM" has 1 instance(s).
    Instance "orcltest", status UNKNOWN, has 1 handler(s) for this service...
    Service "asdf" has 1 instance(s).
    Instance "asdf", status READY, has 1 handler(s) for this service...
    Service "asdfXDB" has 1 instance(s).
    Instance "asdf", status READY, has 1 handler(s) for this service...
    Service "asdf_XPT" has 1 instance(s).
    Instance "asdf", status READY, has 1 handler(s) for this service...
    Service "orclprod" has 1 instance(s).
    Instance "orclprod", status READY, has 1 handler(s) for this service...
    Service "orclprodXDB" has 1 instance(s).
    Instance "orclprod", status READY, has 1 handler(s) for this service...
    Service "orclprod_XPT" has 1 instance(s).
    Instance "orclprod", status READY, has 1 handler(s) for this service...
    Service "orcltest" has 1 instance(s).
    Instance "orcltest", status READY, has 1 handler(s) for this service...
    Service "orcltestXDB" has 1 instance(s).
    Instance "orcltest", status READY, has 1 handler(s) for this service...
    Service "orcltest_XPT" has 1 instance(s).
    Instance "orcltest", status READY, has 1 handler(s) for this service...
    The command completed successfully

  • Client Browser cant connect to database control in 10G

    Currently running database control on server which I can access through a browser on the server with the following URL
    http://wgos405.nrplc.localnet:1158/em/console/logon/logon
    The problem is that if i use my client broswer to connect to database control on the server with the following url
    http://wgos405.nrplc.localnet:1158/em/console/logon/logon
    I get page Not found, but if i amend the url to
    http://wgos405:1158/em/console/logon/logon it works fine.
    Nrplc is our domain name
    Any help would be appreciated.
    Mike

    Reza
    Pinging from the client works fine, as shown below, I can get round the problem using
    http://wgos405:1158/em/console/logon/logon and i can access all pages.
    Would have liked to know what was causing the problem as its works fine on the server
    Thanks
    Mike
    ping wgos405.nrplc.localnet
    Pinging wgos405.nrplc.localnet [10.36.105.251] with 32 bytes of data:
    Reply from 10.36.105.251: bytes=32 time<1ms TTL=126
    Reply from 10.36.105.251: bytes=32 time<1ms TTL=126
    Reply from 10.36.105.251: bytes=32 time<1ms TTL=126
    Reply from 10.36.105.251: bytes=32 time<1ms TTL=126

  • Data integrator cant connect to database

    Hi
    I'm trying to create new master repository in data integrator. When i type in database connection parameters (jdbc:oracle:thin:@localhost:1521:repo) and i click test connection im getting message: "The Network Adapter could not establish the connection".
    When i chage jdbc url to this: jdbc:oracle:oci8:@repo buttons: next, finish and test connections are dead, i can click them but nothing happens.
    Database works, i cant log in to it by enterprise manager, i can connect to it by sql*plus. SQL Developer refuses to connect by 1st url, but connects by TNS. I cant use tns in DI and normal connection doesnt work. What i can do with this?

    The Network Adapter could not establish the connection - This is a database issue .
    In case its your local machine, check your listener and for more support ,either google as there are many sites or blog which can tell you exactly the steps to solve this issue.
    You can also reach the database forum for support on this or other database related issue.

  • Oracle 03121 no driver installed cant connect to database!!

    Hi ,
    I am attempting to connect to my database on a standalone instalation of oracle through forms designer but receive the message ora-03121 whenever i attempt to connect message : "no interface driver connected". I have developer / designer in a seperate oracle home from my oracle 8 instalation . any ideas?
    Thanks
    marc

    Did you configured sqlnet connection in the Forms Oracle Home?
    use the sqlnet easy config

  • Cant connect to database please help newbie here

    I am very new to oracle and have just installed oracle database 10g express beta. The problem is when I log into the homepage nothing happens. It just goes back to the log in screen again. I have tried using the wrong password and it gives me a error message. I have also gone through SQL and it says i'm connected.But I can't get the icons to come up after logging in. Any help would be greatly appreciated

    Welcome to Oracle.
    Similar problems to yours have been reported on the forum.
    The first seemed to be being caused by ZoneAlalrm - see Database home page will not load whilst ZoneAlarm Pro is running
    The second seemed to occur if the user was connected to their corporate network via VPN - see Database Home page / VPN's
    Let us know if either of these helped

  • Cant connect to database

    I am moving a clients site over to a new host for them but
    the database refuses to be called.
    *This is the error message I keep getting regardless of what
    .cfm page
    I go to. Example https://www.xxxxx.com/new/about.cfm
    i replaced the real name with xxxx for this post
    Error Information* Wed Nov 22 08:13:24 PST 2006
    Data source xxxx could not be found.
    The error occurred on line 3.
    /new/about.cfm
    74.12.154.104
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8)
    Gecko/20061025 Firefox/1.5.0.8
    *My understanding is that that coldfusion is calling a
    database called
    xxxx and our database is called xxxxcatalog.I know you can
    call the source and dataname two different names. Would this be the
    problem?
    The problem is I am not the original programmer.I know he was
    using coldfusion ver 4.5.
    I tried renaming it under the db admin panel on my host but
    it said access denied.*
    thanks for any help offered.

    The new host uses Plesk as the admin panel. I set up the ODBC
    and it is conneccted fien. However the original programmer of the
    coldfusion code did a special direct set up. He told my client
    everything including the database had to be in the same directory.
    So as a result I have the ODBC database hooked up but I alsdo have
    the original database in the https directory wit hall the
    coldfusion files *** directed by the previous programmer. So since
    I know the ODBC connection on the plesk panel is connecting fine I
    know the error message I am getting is from the CF pages not
    finding the database in the https directory. Confusing I know and I
    hate working with someone elses work but I have no choice.
    The other issue is we stilll beleieve that the SSL
    certificate is not working so we sent for a reissue of it. We see
    the lock on the bottom left corner with the check mark but that
    isnt enough according to the host. So if the SSL certificatre isnt
    working maybe it is blocking the path and connection to the
    database.
    Wish I could build this from scratch myself but that option
    is out.
    Thank you for your replies!

  • Cant connect to database VTAB-1000 error

    I have installed OEM 2.2 on my Windows2000 laptop, and created
    a 8.1.7 database locally for the repository.
    I have created and connected to the repository OK, and discovered nodes.
    When I try and connect to the (8.0.6) database, as SYSTEM (normal connection),
    I get error :
    VTADB-1000 : This application requires more database
    privileges than you have currently granted to you.
    Contact your DBA for more information.
    I have granted the select_catalog_role (using the sc_role.sql script shown in
    the on-line help), oem_monitor and sysdba to SYSTEM.
    The database has remote_login_passwordfile = exclusive in the init.ora.
    The intelligent agent on the server is running under Oracle 8.1.7.0.0, and has
    discovered the database OK.
    Thanks in advance
    Bob

    Hi Yossi,
    From the log:
    TRACE-INFO: 63: dev trc ,00000 (2) 08001 Microsofthttp://SQL Server Native Client 10.0A network-related or instance-specific
    error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.
    TRACE-INFO: 64: 130
    You mentioned the CI and DB are on seperate hosts. Could you try to ping the DB host from the CI host?
    Also please check if the Default profile contains the SAPDBHOST name properly defined.
    Further, in tcode STMS -> Overview -> Systems -> domain controlled <sid> -> transport tool. Check if the DBHOST and transdir are set correctly.
    Regards,
    Srikishan

  • RC-40201: Unable to connect to Database

    I am trying to run
    perl adclonectx.pl migrate
    on new linux server, I am getting error, I tried with some action metalink notes, but no luck,
    DB is up and runnin and listener is up and running,
    what else i need to check, i am not sure, i have created SR, but i have not got good action plan,
    Initializing the Apps Service Context variable Hash
    DEBUG: Apps Service Status context variable extracted from the given Apps context file
    s_apcstatus
    s_apc_restrict_status
    s_apcstatus_pls
    s_tnsstatus
    s_tcfstatus
    s_concstatus
    s_formsstatus
    s_reptstatus
    s_metcstatus
    s_metsstatus
    s_icsmstatus
    s_jtffsstatus
    s_icxblkstatus
    s_discostatus
    s_mwastatus
    PROMPT :
    Does the target system have more than one application tier server node (y/n) [y] ?
    ANSWER :
    y
    PROMPT :
    Does the target system application tier utilize multiple domain names (y/n) [n] ?
    ANSWER :
    n
    PROMPT :
    Default value found for s_tools_oh : /tmp/
    Default value found for s_weboh_oh : /tmp/
    PROMPT :
    Do you want to preserve the Display set to dbora12:1.0 (y/n) [y] ?
    ANSWER :
    n
    PROMPT :
    Location of the JDK on the target system [opt/java1.5]
    ANSWER :
    /usr/java/jdk1.5.0_21
    StackTrace:
    java.lang.Exception: Cant connect to database using DBUtil
    at oracle.apps.ad.context.CloneContext.checkDatabaseConnection(CloneContext.java:5694)
    at oracle.apps.ad.context.CloneContext.promptForPortPool(CloneContext.java:5376)
    at oracle.apps.ad.context.CloneContext.doClone(CloneContext.java:637)
    at oracle.apps.ad.context.CloneContext.main(CloneContext.java:6228)
    RC-40201: Unable to connect to Database OFMSREGT.

    Danny,
    Please mention the application release and the OS.
    Do you have proper entry in the hosts file? Can you connect to the database remotely?
    Do you have the latest AutoConfig (Rapid Clone) patches applied?
    Please see if these docs help.
    Note: 273477.1 - Running Perl Adcfgclone.Pl Appstier Gives Error
    Note: 421148.1 - Jdbc Errors Cloning Apps Tier
    Note: 271250.1 - Adcfgclone.pl tier apps Errors with RC-40201: Unable to connect to Database
    Note: 392989.1 - Oam Cloning Preclone while Failed trying to connect to the target DB
    Regards,
    Hussein

  • I cant connect my localhost except sqlplus

    hi everybody. i can connect my localhost via sqlplus.
    C:\sqplus <enter>
    username
    password
    okey
    SQL>...
    i can connect, there is no problem.
    But, if i want to connect except sqlplus for example with plsql developer, i cant connect the database.( also i cant connect with jdbc )
    Firstly, i was getting the ora-12545 error:
    "ORA-12545: Connect failed because target host or object does not ..."
    then, i am trying the edit tnsnames.ora and listener.ora, i changed the host as a 127.0.0.1 .
    so, again i am trying the connect to the server with plsql developer, this time i am encountering this error :
    "ORA-12514 : Tns: listener does not currently know of service requested in connect descriptor."
    how can i solve this problem? as i said top of the page, i can connect with sqlplus.
    thanx

    result of lsnrctl status:
    >>
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 06-ÌUB-2008 22:45
    :14
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 06-ÌUB-2008 18:14:23
    Uptime 0 days 4 hr. 30 min. 51 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File E:\oraclexe\app\oracle\product\10.2.0\server\network\a
    dmin\listener.ora
    Listener Log File E:\oraclexe\app\oracle\product\10.2.0\server\network\l
    og\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    >>
    the content of listener.ora :
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = E:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = E:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    the content of tnsnames.ora
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    thank you for responses.

  • Error during multiple connection to database.

    Hi all,
    We use software which connects to database and runs business process. Today I’ve noticed that user cant connect to database via this software from several hosts. I got error code ORA-20000. I think user has some limitation(in profile) to run software from several hosts(IP addresses) at the one time. Can i change this parameter?
    Regards,
    rustam

    rustam_tj wrote:
    Hi all,
    We use software which connects to database and runs business process. Today I’ve noticed that user cant connect to database via this software from several hosts. I got error code ORA-20000. I think user has some limitation(in profile) to run software from several hosts(IP addresses) at the one time. Can i change this parameter?
    Regards,
    rustamngtndp02:stevense> oerr ora 20000
    20000, 00000, "%s"
    // *Cause:  The stored procedure 'raise_application_error'
    // was called which causes this error to be generated.
    // *Action: Correct the problem as described in the error message or contact
    // the application administrator or DBA for more information.
    So the error is raised by the application, not the rdbms. Was there any text associated with the message giving any indication what it was for? Do you have access to the PL/SQL that raised the error to see what kind of event could trigger it?
    You think the user has a limitation in their profile, and you want to know if you can change it. Have you looked at a profile to see if there are any properties that support your thesis?

  • Cant connect to homepage of the database

    Please help me
    cant connect to homepage of the database under Oracle Database 10g Express Edition

    emctl is the command line utility to start/stop the Enterprise Manager Console Agent.
    The statement:
    emctl status dbconsole
    Displays information (If it is running) on the current state on the Agent, and will tell you that it could not connect to the Agent if it isn't running.

  • I cant connect database with dev2000

    i use identif user : scott
    passwd : tiger
    string connection : nothing (empty)
    i cant connect
    error : no module interface connected.
    pls help me
    give me user/passwd and string connection

    Go to SQLNET Easy Configuration and either alter or add database
    alias. Also take the tnsnames.ora file on your server and copy
    it to your oraclehome\network\admin\ folder. Give feedback if
    this helps

  • Cant connect to Oracle database using oracle db client

    Hi All,
    I recently created a virtual machine running windows server 2008 on my windows 7 host. Oracle database 11g is already installed on host OS(windows 7) and I have installed oracle 11g client on the guest OS(windows server 2008) and trying to connect to oracle database from remote server using oracle client but getting this error:
    ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATAI am trying to connect using oracle client as below:
    C:\Users\Administrator>SET ORACLE_SID = HR84DEV
    C:\Users\Administrator>SQLPLUS /NOLOG
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Feb 10 06:16:34 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    SQL> CONNECT SYSADM/[email protected]
    ERROR:
    ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
    I have created database with name - HR84DEV
    HOST ip address is - 192.168.56.1
    I googled this error and as most of resources/blogs talked about having correct entry on listner.ora and tnsnames.ora file, I did the changes on both of these files accordingly.
    PFB the cotent of both of these files:
    tnsnames.ora
    # tnsnames.ora Network Configuration File: C:\MyApps\Oracle\product\11.2.0\dbhome_\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    LISTENER_ORCL =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.56.1)(PORT = 1521))
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    HR84DEV =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.56.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = HR84DEV)
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    listner.ora
    # listener.ora Network Configuration File: C:\MyApps\Oracle\product\11.2.0\dbhome_\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\MyApps\Oracle\product\11.2.0\dbhome_)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\MyApps\Oracle\product\11.2.0\dbhome_\bin\oraclr11.dll")
    (SID_DESC =
    (SID_NAME = HR84DEV)
    (ORACLE_HOME = C:\MyApps\Oracle\product\11.2.0\dbhome_)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\MyApps\Oracle\product\11.2.0\dbhome_\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.56.1)(PORT = 1521))
    ADR_BASE_LISTENER = C:\MyApps\Oracle
    Please not that I dont have any problem in connect to database locally.

    Thanks Nicolas,
    Actually, there was a problem with my oracle client installation. I uninstalled it and then installed back again but still, even after following your instructions I get some error.
    Here what I did:
    Created tnsnames.ora file as below:
    HR84DEV =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.56.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = HR84DEV)
    Placed it under appropriate directory and then checked the connection with database using the command shown below:
    C:\Users\Administrator>tnsping HR84DEV
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 10-FEB-2
    012 08:42:03
    Copyright (c) 1997, 2010, Oracle. All rights reserved.
    Used parameter files:
    C:\MyApps\Administrator\product\11.2.0\client_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = 192.168.56.1)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = HR84DEV)))
    OK (20 msec)
    Then tried to connect to database as below:
    C:\Users\Administrator>SET ORACLE_SID=HR84DEV
    C:\Users\Administrator>SQLPLUS /NOLOG
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Feb 10 08:25:56 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    SQL> CONNECT SYSADM/SYSADM@HR84DEV
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    But still getting error.
    I Googled this error and tried to figure out what the problem is and came across the possible cause which is because I haven't specify that the service should run as a user who is in domain admin group.
    well, I am not really sure about this and dont know what user name and password I should enter in OracleserviceHR84DEV-properties-log on-this account.
    do I really need to set this?

Maybe you are looking for

  • Jam Pack loops not in loop browser

    I just installed the World Music Jam Pack. Everything seemed to go well until I noticed that some of the loops did not show up in the loop browser. So I rebuilt the loop index, I unchecked the box in the GB Loop Preferences. Still the entire series o

  • Issue while connecting to crmod webservice

    Hi All, I was trying to get the jSessionid from crmod service,The steps I did 1.openssl s_client -showcerts -connect testserver.crmondemand.com:443 > secure-ausomxnga.crmondemand.com.pem < /dev/null 2. openssl x509 -in secure-ausomxnga.crmondemand.co

  • ABAP Dump issue while accessing Gateway

    Hi We have recently upgraded our Gateway server to SP03. Eversince after service generation while accessing the XML/Metadata from the consumption page we get an HTTP error with Dump. Has anyone faced this problem before.   <?xml version="1.0" encodin

  • Login script doesn't work

    Hi, I use the login user server behavior which is build in coldfusion 7 as my loginscript. Somehow it doesn't work. If I fill in the username and password in the form the user is redirected to the login fail page instead of the login success page. I

  • How to deploy my project

    i already created all forms that i want and now i want to deploy these forms so i dodn't know what should be installed on the client machines and what should be installed on the server because i didn't want user to see the object navigator window or