Connection between  oracle 9i server and oracle 9i client

hi there,
i have installed both oracle 9i server and oracle 9i client in my system.how can i connect these two to have connection between these server and client?
Because i was using only 9i server for creating database and for other purposes.i have not used 9i client yet.
Please write me the answer.
Thanks in advance.

Hi Balu,
If you have the Oracle 9i Client, you can just edit your TNSNAMES.ora file of your client to have a TNS Entry for your new Database & try connecting it. You just need to try TNSPING & ensure that you can reach the Listener.
Are you facing any specific problems ?
Regards,
Sandeep

Similar Messages

  • Help Needed in establishing connection between Kepware OPC server and UDS 4

    Hi All,
    I am in the process of establishing connection between Kepware OPC server and UDS 4.0,
    Can anyone guide me through the process of configuring UDS 4.0 to establish conection with the Kepware.
    Any standard documentation on UDS 4.0 will be of great help.
    Thanks in advance,
    Shyam

    HI Rajesh,
    I am creating OPC DA instance and when i try to browse for the OPC servers available in the machine, the list is blank. i am not able to view any OPC servers.
    Actuallt the Kepware OPC server and UDS are installed in the same machine.
    Can you plz through some ligh on this
    Regards,
    SHyam

  • Connection between BO Mobile Server and BOE

    Hi All,
    I have installed BO Mobile on the same machine which as Business Objects Enterprise.
    Have the following questions
    1. How the mobile server connect to the enterprise server? Let me know what are the steps needs to be done for the connection between the mobile server and enterprise.
    2. How the connection between mobile server and proxy server
    I gone through the installation and deployment guide of businessobjects mobile but it not clearer to me.
    Kindly, help me out.
    Thanks and Regards,
    Yuvaraj.

    Hello,
    I have a similar scenario to that you have described, in order to test;
    BOE and BO Mobi deployed on the same machine, no proxy.  I am also using a BB simulator in order to test connecting.
    I have installed the client s/w to the simulator device, but am unable to connect to BOE from the device.
    Below is the info from each of the config files and device.
    Can you tell me if there is a needed change?
    1.  VMS
    $Id: server.config 28982 2008-01-03 21:52:21Z hmak $
    config for VMS Server instance
    VERSION = 6.0
    [server]
    SERVER_ID=VMS_SERVER
    [comm]
    BINDTO_PORT=11711
    MANAGEMENT_PORT=11712
    EXTERNAL_HOSTNAME=<BOE machine Name>
    common across all VMS servers
    INCLUDE_CONFIG_FILE = config/cluster.config
    vim:noet
    2.  VAS:
    $Id: server.config 27498 2007-10-01 19:12:19Z hmak $
    config for Authentication Server (VAS) instance
    VERSION = 6.0
    [server]
    SERVER_ID=AUTH_SERVER
    [comm]
    BINDTO_PORT = 11011
    MANAGEMENT_PORT = 11012
    EXTERNAL_HOSTNAME=<BOE machine Name>
    common across all auth servers
    INCLUDE_CONFIG_FILE = config/cluster.config
    vim:noet
    3.  Handheld Connection Settings:
    Mobile Server:  <server IP Address>
    Port Number:  11011
    CMS Name:  <BOE machine Name>
    Auth Method:  Enterprise

  • Installation of Oracle Application Server and Oracle forms 10g

    I am currently using form 6i and Oracle 10g in my home. but i want to
    Install and setup Forms 10g on my Pentium IV PC with oracle Application server 10g.
    I need the issues in this installation and I want Proper steps and Software and hardware Requirement for Implement my oracle forms on web.

    You can download the documentation from otn.oracle.com or if u have dvd/cd
    then installation guide will be there inside the dvd/cd
    Rajesh

  • Problem with a Oracle 8i Server and Oracle 8.0.4 Client

    When I try retrieving data from my Oracle 8i Server using a Oracle 8.0.4 client, the data retrieved in varchar2 fields comes back in a different format than previousley. I also have setup an Oracle 7.3 client and an Oracle 8i client both of which bring the data back as expected.
    If anybody has experienced this and can tell me whether this is a bug or is something I have setup incorrectly I would be most grateful.
    Thanks in Advance
    Andy

    Can you quantify "different format"? I'm hard-pressed to imagine how many ways character data can be formatted.
    Note that since Oracle 8.0.4 was desupported long ago, I'd strongly recommend upgrading at least to 8.0.6 and preferrably to 8i. If there is a bug at fault, you won't get a fix in 8.0.4.
    Justin

  • Must Oracle VM Server and Oracle VM Manager be installed on separate hosts?

    I have only one physical server that will be used to install Oracle VM Server for x86.
    On that server, I will create several virtual machines running OEL5u5.
    Can I install VM Manager (GUI interface, not CLI) on one of the virtual machines (not dom0)?

    Hi,
    the provided XE database for OVM manager is also only 32-bit. For this reason only a 32-bit template is provided. (No need for 64-bit).
    Also I am not sure if any of the java stuff of OVM manager would profit from 64-bit.
    And since the software is only 32-bit, it does not make sense to provide 64-bit just for the OS.
    I am not sure, if this will change with the next release of OVM. But honestly... there is not a lot of data to be maintained, so there is really no necessity to have the OVM manager on 64-bit.
    For "small" applications, which don't need 64-bit (like memory etc.) 32-bit is faster!
    Regards
    Sebastian

  • JDBC runtime error (Oracle 9i server and oracle 8i client)

    Hi,
    Wud someone help me with this? Why am I getting this run-time error in the java application?
    D:\shilpa\javaprogs>java -classpath %classpath%;.; CreateMovieTables
    javax.naming.NoInitialContextException: Need to specify class name in environmen
    t or system property, or as an applet parameter, or in an application resource f
    ile: java.naming.factory.initial
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    40)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243
    at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.jav
    a:280)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at CreateMovieTables.initialize(CreateMovieTables.java:18)
    at CreateMovieTables.main(CreateMovieTables.java:101)
    This is how I have created the data source:
    public void initialize() throws SQLException, NamingException
              Context initialContext = new InitialContext();
              DataSource dataSource   = null;
              dataSource = (DataSource) initialContext.lookup("jdbc/oracle");
              connection = dataSource.getConnection();
         }I have set the classpath to: C:\j2sdk1.4.2_08\jre\lib where the jndi.properties file exists.
    Here's the jndi.properties file:
    datasource.name=oracle
    datasource.url=jdbc:oracle:thin:@10.119.5.98:1521:sea77db0
    datasource.classname=oracle.jdbc.driver.OracleDriver
    datasource.username=tr1
    datasource.password=tr1What am I doing wrong? Cud someone help me with this? It's working fine when I don't use the data source. Maybe I am doing something wrong.
    Regards,
    Shipf1

    After reading your posts, I noticed that my eyes were bleeding...
    Wud someone help me with this?
    Cud someone help me with this?
    Thanks. It worked. BUt, IF i wanna ...
    I don't[b] wanna...
    what shud i do then?
    Thought I should return the favor encapsulating the essence of this writing style:
    So, IF i cud, I wud, but If i don't wanna shud i anyway?
    Just funnin around... Good luck on your problem though.
    Darn it, my eyes are bleeding again!

  • Jndi compatibity between wls6.1 server and wls9.1 client

    Hi
    I have some code running as session ejbs on wls6.1.
    The client was on wls8.1 and was working fine. I am trying to upgrade to 9.1 and get the following message:
    javax.naming.CommunicationException [Root exception is weblogic.socket.Unrecover
    ableConnectException: [Login failed: 'Incompatible version: Incompatible version
    s - this server:6.1.4.0 client:9.1.0.0]]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(Exceptio
    nTranslator.java:48)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLIni
    tialContextFactoryDelegate.java:739)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:343)
    at weblogic.jndi.Environment.getContext(Environment.java:263)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialCont
    extFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    67)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    DOes this mean there is compatibity problem between jndi on 6.1 server and client on 9.1 ?
    Let me know if there us a solution other han migrate the older one to 9. 1 !!!
    Thanks
    -Nav

    I believe the compatability guarantee is self - 2 releases. So 9.1 will talk to 8.x and 7.x but not 6.x.
    That being said, I'd suggest confirming this with [email protected]
    -- Rob
    WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • Dial-up connection between Asterik SIP server and Cisco 5400

    Hi,
    We have a setup for dial-up. The incoming call lands on Cisco 5400 and is forward to PGW using mgcp intergration. PGW sends it to Asterik SIP server over SIP. This Asterik Server sends it to another Cisco 5400 over SIP for Internet.
    The issue is for some dial-up user, it works fine. But for some it doesn't. The problem is when we see the log on the last Cisco 5400, the incoming call tone is detected as FAX tone rather then Modem tone.
    Any idea why is it so??

    Hi,
    We have a setup for dial-up. The incoming call lands on Cisco 5400 and is forward to PGW using mgcp intergration. PGW sends it to Asterik SIP server over SIP. This Asterik Server sends it to another Cisco 5400 over SIP for Internet.
    The issue is for some dial-up user, it works fine. But for some it doesn't. The problem is when we see the log on the last Cisco 5400, the incoming call tone is detected as FAX tone rather then Modem tone.
    Any idea why is it so??

  • Mapping ACLs between Solaris10 ZFS server and Solaris 9 client ??

    The NFS server is Solaris 10 with a ZFS filesystem. The client is Solaris 9. Using NFSv3 over tcp. If we go to the Sol10 box and set a simple ACL on a directory we never see any indication that an ACL is set from the Sol9 client. The "ls -l" will not show a "+" for the directory. The ACL permissions actually work from the client side, however. What we need is some method for the Sol9 users to actually see that there is an ACL set. Getfacl does not work.
    Testing this arrangement with a Fedora 8 client still using NFSv3, the ls -l will show the "+" character.
    thanks for your help,
    Don M.

    The NFS server is Solaris 10 with a ZFS filesystem. The client is Solaris 9. Using NFSv3 over tcp. If we go to the Sol10 box and set a simple ACL on a directory we never see any indication that an ACL is set from the Sol9 client. The "ls -l" will not show a "+" for the directory. The ACL permissions actually work from the client side, however. What we need is some method for the Sol9 users to actually see that there is an ACL set. Getfacl does not work.
    Testing this arrangement with a Fedora 8 client still using NFSv3, the ls -l will show the "+" character.
    thanks for your help,
    Don M.

  • Oracle/linux box and oracle NT server

    Hi!
    I have very specific question and wonder if anybody can be of
    help. We're going to setup web page using oracle data. Which
    oracle product should we use for getting information off of the
    NT server running oracle 7.3.4? Is there a free client license
    for Linux client - that would be possibly helpful for setting up
    web server on the linux box and launching sqlplus in the linux
    environment in order to take data from different box - NT server.
    I've known that there is a product for linux called Web DB that
    can be rather helpful. Is there any other way to establish
    connection between linux web server and NT oracle database? If
    anybody has any idea i would be very glad to hear from you.
    Eugene
    null

    Eugene
    you can access an Oracle server running on any Host from Linux as
    long as you have Oracle SQL-Net installed.
    On top of SQL-Net you can use any other software, like Perl,
    PHP3, etc.
    If you use Perl, you need to install the perl modules DBI and
    DBD-Oracle.
    Regards,
    Hermann
    eugene davidov (guest) wrote:
    : Hi!
    : I have very specific question and wonder if anybody can be of
    : help. We're going to setup web page using oracle data. Which
    : oracle product should we use for getting information off of the
    : NT server running oracle 7.3.4? Is there a free client license
    : for Linux client - that would be possibly helpful for setting
    up
    : web server on the linux box and launching sqlplus in the linux
    : environment in order to take data from different box - NT
    server.
    : I've known that there is a product for linux called Web DB that
    : can be rather helpful. Is there any other way to establish
    : connection between linux web server and NT oracle database? If
    : anybody has any idea i would be very glad to hear from you.
    : Eugene
    null

  • Window oracle job scheduler and Oracle server scheduler relationship

    Hi Experts,
    We use oracle 10G R4 in window 2003 server.
    From window server panel,we can see OracleJobSchedulerORCAID server is disable. However, I check oracle Jobs from EM.
    I can saw schedule jobs are running in there.
    What relationship is between window scheduler server and Oracle Schdeler?
    As I know we can stop/start window Oracle database serve,r DBconsle EM server and Listener server in window server to control oracle
    .Why window oracle schedule does not affect Oracle schdule job?
    Thanks Experts to explaining?
    JIm

    10g R4 is not an existing Oracle version. 10.2.0.4 is.
    Oracle EM has three different schedulers:
    - dbms_job
    - dbms_scheduler
    - EM's own scheduler. Jobs submitted in the EM scheduler are spawned by the Management Agent.
    Sybrand Bakker
    Senior Oracle DBA

  • Differance between microsoft sql 7 server and oracle 8

    can anybody give me the exact technical differances between microsoft 7 server and
    oracle8 server ?

    hi,
    below i listed few differences known to me.
    Oracle is a multiplatform rdbms whereas sqlserver is restricted to NT server workstations.
    Oracle does not include the concept of master db. All db runs independently, with their own data files,mem management, and control.
    Sql server has much larger set of fundamental data types than oracle.
    Oracle uses row-level locking whereas sqlserver uses page level locking.
    Oracle is more mature product. It should be used for high throughput and availability and reliable backup and recovery.
    hope it will give u some idea.
    regards,
    arun.

  • What is diff between oracle application server and weblogic server?

    what is the exact difference between oracle application server and weblogic application server?

    The difference between Oracle Application Server AND WebLogic Server has been discussed in a lot of forums dated 2008 and earlier comparing OAS10g with WebLogic10.0/WebLogic9.2
    But, now since Oracle has taken over WebLogic, this is not really important.
    Now, OAS has no further releases post 10g. WebLogic Server will be the Oracle's strategic application server going forward.
    So, if your query is for choosing one of them for a new environment, you are better of with WebLogic Server 10.3.6 OR WebLogic Server 12g
    As we will not have further releases of OAS and also OAS10g will be end of life soon, we recommend Oracle WebLogic Server.
    If you still want to know the differences, here is one such old oracle documentation link that talks about it
    http://docs.oracle.com/cd/B10467_16/migrate.904/b10425/asmwl02.htm
    Arun

  • DSNless connection to SQL Server and Oracle

    hi,
    how can i connect to SQl Server and Oracle without specifying the DSN.
    zulfgi

    My favorite reply again:
    Someone wrote in a newsgroup about configuring some kind of "temporary DSN".
    His example was for Excel, but it will maybe work the same way for other drivers:
    db = DriverManager.getConnection(
    "jdbc:odbc:Driver={Microsoft Excel Driver (*.xls)};DBQ=c:/temp/test2.xls;DriverID=22;READONLY=false","","");
    Also someone else suggested for SQLServer:
    db = DriverManager.getConnection("jdbc:odbc:Driver={SQL Server};Server=MyServerName;Database=MyDataBase","","");
    Find out the right driver clause for Oracle; look at the names the control panel ODBC manager shows.
    Regards,
    Hartmut

Maybe you are looking for

  • IdeaCentre A720 Screen Problem

    Hi? I purchased IdeaCentre A720 last Octorber. I didn't open it since I purchased it. Yester, Finally I opened it and set it up. Looks great and nice. However, screen looks too blue.  So I was trying to calibrate monitor. Still I have same problem. H

  • Session variable with list of availalble dashboards?

    Hello, Is it possible to populate a -row-wize?- session variable (using an initialization block & system variable :USER) with a list of dashboards the user will have access to (like the list of dashboards displayed at the top of the webportal) once h

  • How to protect my iphone5s

    how to protect my loveble iphone?

  • MM-SUS Invoice against GR IDOC error

    Hi All, I am using MM-SUS scenario with SRM 7.0. I am doing GR in ERP, for the SUS purchase order without creating an ASN. Then the GR is transferred to SUS. When the supplier creates and Invoice against the GR in SUS, an IDOC of type INVOIC is sent

  • Touch not working on HP PAVILION TOUCHSMART 14 SLEEKBOOK

    HI I UOGRADED FROM 8 TO 8.1 ABOUT THREE WEEKS AGO ...YESTERDAY MY TOUCH STOPPED WORKING I TRIED REBOOTING, AND FOLLOWING THE STEPS PROVIDED IN YOUR HP All-in-One PCs - Troubleshooting Touch Screen Issues (Windows 8)..STILL DIDNT WORK ..I CHECKED AND