Connecting Oracle through Internet

Hi
I am trying to access an Oracle Database that is connected to the internet. It has got a static IP address(External). It has also got an internal IP.
I have an applet that has to connect to that database. I am using the thin driver.
The code for the connection is
("jdbc:oracle:thin:@20.23.3.45:1521:orcl","user","pass")
The applet throws the exception
java.sql.SQLException: Operation Timed Out
The tnsping80 is able to ping the database. I am using Oracle 8.0.4 on Windows NT4.0. What are the things to be done to access the database from the applet.
The same is the case when we try to connect using SQLPlus.
Please help me!!!
null

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Rangabashyam:
Hi
I am trying to access an Oracle Database that is connected to the internet. It has got a static IP address(External). It has also got an internal IP.
I have an applet that has to connect to that database. I am using the thin driver.
The code for the connection is
("jdbc:oracle:thin:@20.23.3.45:1521:orcl","user","pass")
The applet throws the exception
java.sql.SQLException: Operation Timed Out
The tnsping80 is able to ping the database. I am using Oracle 8.0.4 on Windows NT4.0. What are the things to be done to access the database from the applet.
The same is the case when we try to connect using SQLPlus.
Please help me!!!<HR></BLOCKQUOTE>
Since this is an applet, your Database and listener should be in the same machine as the web server. If you can't do that, you should use connection manager which has to be on the same machine as the webserver and the Database can be anywhere.
You can verify your application by first running your code as an application before you try the applet.
null

Similar Messages

  • Connect Oracle through internet

    Hi,
    I am trying to connect my oracle database through internet.
    but it is saying ORA-12203: TNS:unable to connect to destination
    although i tested tnsping utility, it is giving OK status. and i have also tested through telnet utility with my server static IP and port 1521, this is also OK.
    but when i try to connect via PL/SQL it returns error.
    although with same setting is runing successfully in LAN.
    any idean please?
    regards
    aak

    After the initial connect at port 1521 the Oracle server sends a packet to the client with a new port number to continue the conversation. You either need a firewall that's aware of the SQL*Net protocol and "sees" this new number and opens it up, or you can switch to a static port but apparently that could have a performance impact on Windows.
    See Oracle 9.2 and Firewall - Dynamic Ports between 1024-5000
    http://www.qorbit.net/nn/Sep-2004/2177.html and http://www.qorbit.net/nn/Sep-2004/2197.html

  • Environment creating But Not Connecting  Oracle through  OCCI

    hi Guys,
    Environment creating But Not Connecting Oracle through OCCI in VC++2005 .NET ..... ,Oracle 10G ,
    But Same Code is Working VC++2003 .....
    giving the Following Error......
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    I try to download INSTANTCLIENT new one for VC++2005 that One is Not down loading... therefore the same down instantclient is copied in VC++2005...
    http://www.oracle.com/technology/tech/oci/occi/occidownloads.html
    I downloaded abobe URL for VC++8 and copied into that INSTANT client.....
    But still not connecting.....somebody who has done in VC++2005 connection through OCCI... help me step by step Plzzzzzzzzz....
    friends can anybody tell how to connect OCCI .....
    advance thanx ......
    yours LUV

    Hi guys,
    I have the same problem. I've tried using the supplied demo in instantclient sdk but I keep getting this SQLException without a message.
    Any help is welcomed.
    Cheers,
    Sorin

  • Oracle through Internet

    I can be connected to a data base Oracle directly through Internet using JDBC? It is a safe connection?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Rangabashyam:
    Hi
    I am trying to access an Oracle Database that is connected to the internet. It has got a static IP address(External). It has also got an internal IP.
    I have an applet that has to connect to that database. I am using the thin driver.
    The code for the connection is
    ("jdbc:oracle:thin:@20.23.3.45:1521:orcl","user","pass")
    The applet throws the exception
    java.sql.SQLException: Operation Timed Out
    The tnsping80 is able to ping the database. I am using Oracle 8.0.4 on Windows NT4.0. What are the things to be done to access the database from the applet.
    The same is the case when we try to connect using SQLPlus.
    Please help me!!!<HR></BLOCKQUOTE>
    Since this is an applet, your Database and listener should be in the same machine as the web server. If you can't do that, you should use connection manager which has to be on the same machine as the webserver and the Database can be anywhere.
    You can verify your application by first running your code as an application before you try the applet.
    null

  • Not able to connect SAP through internet with Windows 7 OS

    Hi,
    I am trying to use use latest version of SAP GUI 720 with Windows 7 Home Edition.
    When I am connecting through Local Area Connection I am able to connet to the sap servers.
    But when I am trying to connect through Internet with sap router string it displays error 
    """""hostname 'mypublicip/s/3299/w/solman' unknown
    Check your application server name
    Do you want to see the detailed error desciption?
    Yes/No """""
    With same router string I am able to connect to SAP server through internet on Windows XP pro.
    Does SAP router string needs some modification for Windows 7?
    Kindly help.
    With Best Regards,
    Rajkumar

    hi,
    Can you try to input the private ip address of the SAP router server instead of the public. Client should be connected in your network. 
    Thanks.
    newbie

  • Not able to connect Oracle through PHP

    Hello All ,
    I am trying to connect Oracle DB through PHP script . But I am not able to do so .
    My code is :
    <?php
    echo "PRASHANT" ;
    include 'include/odb.php';
    include 'include/ReadConfig.php';
    $conn=OrclConnect('orcl');
    $conn->SetFetchMode(ADODB_FETCH_BOTH);
    echo "DWIVEDI" ;
    ?>
    But when I ran this script throgh command prpmpt , I am getting the first echo message .. But not the last one ( echo "Dwivedi") .
    I am not able to connect Oracle DB through this script .
    Please some one help me out where I am wrong with script .
    Thanks
    Prashant Dwivedi

    Below is my source code
    <?php
    $ORACLE_HOME = 'D:\\oracle\\product\\10.2.0\\parag';
    $ORACLE_SID = 'parag';
    $LD_PRELOAD ='';
    $LD_LIBRARY_PATH ='';
    $TNS_ADMIN = 'D:\\oracle\\product\\10.2.0\\parag\\NETWORK\\ADMIN';
    $NLS_LANG = 'AMERICAN_AMERICA.WE8MSWIN1252';
    $username='spd';
    $password='spd';
    $db='(DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = parag)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = parag)))';
    echo "here1";
    echo "$TNS_ADMIN";
    $conn = oci_connect($username,$password,$db);
    echo "$ORACLE_HOME";
    if (!$conn) {
    $e = oci_error();
    print htmlentities($e[' message']);
    exit;
    ?>
    But still i am getting the same error message

  • How can we connect SAP through internet

    Please provide me some information on,  how can we connect SAP through internet

    hi Swapna,
    if want to connect to internet from sap we have one function module call it as ws_execute by using this function module we can connect to the inernet.
    In put parameters to this function module is as follows.
    PARAMETERS: PROG(70) DEFAULT
                'C:\Program Files\Microsoft Office\Office\WINWORD.EXE'.
    (here pass your internet explorer properties address.)
    PARAMETERS: FILE1(70) DEFAULT 'C:\TEMP\TEST.TXT'.
    CALL FUNCTION 'WS_EXECUTE'
      EXPORTING
         PROGRAM       = PROG
         COMMANDLINE   = 'FILE1'
         INFORM        = ' '
      EXCEPTIONS
         FRONTEND_ERROR           = 1
         NO_BATCH                 = 2
         PROG_NOT_FOUND           = 3
         ILLEGAL_OPTION           = 4
         GUI_REFUSE_EXECUTE       = 5
         OTHERS                   = 6.
    ws_execute function module is old one please use GUI_EXEC function module.
    if suppose you want to create any web service in internet you can create by using sicf transaction.
    you want the webservices creation details please mail me
    if it is helpfull please reward points

  • Connecting server through internet connection

    Hi
    I want to connect my server through internet connection. Could anyone help me out how to do this?
    MAK

    hello mortoza,
    Remember these things..
    The database server should be connected to the internet directly..
    the database server should be having a public ip address to identify it uniquely in the internet..
    you can then connect to the database from any application by using jdbc and providing the ip address and port of the DB server in the url as suited for your jdbc driver....
    hope that was helpful,
    -Jer
    Hi, please find required information
    -Connection for Application.
    -For example, to connect mySQL database running at a
    Unix Server in USA from EC
    -Simple network connection, not web server
    Any one can help?
    Regards,

  • Connect DB through internet

    Hiii
    i have installed the ODT ... and
    am trying to connect from MS visual studio2005 to oracle database ... i suceeded to connect through a local network but now am trying to connect Through the Internet ... can any body help me doing that .. i heared that i have to use the NET CONFIGURATION ... but i did not know how
    OMD

    hiii thanx for replying ...
    in fact no i did not because i dont know how to use it ... if you plz can tell me how to use it /....
    OMD

  • Setting for 'Connect Oracle Via Internet'

    I want to connect my oracle server 10g via internet by creating service using static/dynamic IP

    piyukharwar wrote:
    I want to connect my oracle server 10g via internet by creating service using static/dynamic IPThis is no different than normal LAN IP connectivity. IP is IP - whether over a LAN, WAN of the Internet. The client IP needs connectivity to the server IP. Ther server IP needs to be able to respond to the client IP.
    There are certain restrictions though - such as private IP address ranges that are not supported and routed on the Internet.
    If you for example use such an IP address for your database service, you will need to enable NAT firewalling on your Internet router - allowing for example connections from the net to your router's tcp port 1521, where the router will NAT these to your database server (running a private IP) on port 1521.
    Word of warning though - usually not a good idea to expose your database directly to the Internet. You need to harden the Listener and the database if you want to do this in a safe and secure manner. And consider using encrypted IP connectivity for running OCI client-server connections across.

  • JDBC connection Oracle through OS Authentication

    We are doing some testing to use jdbc to connect to oracle db through OS Authentication, it got some errors, any one can help us ? thanks a lot !
    our DB version is Oracle 10g [Enterprise Edition Release 10.1.0.4.0]
    we can login through the unix using OS Authentication by : sqlplus /
              try {
                   String url = "jdbc:oracle:thin:@svzinder.gon.zuerich.ubs.ch:49173:JKR";
                   Driver driver = new oracle.jdbc.OracleDriver();
                   DriverManager.registerDriver(driver);
                   Properties props = new Properties();
                   props.setProperty(OracleConnection.CONNECTION_PROPERTY_THIN_VSESSION_OSUSER, "unix_user1");
                   Connection conn = DriverManager.getConnection(url, props);
                   String SQL = "select * from JKR_V_EMP";
                   try {
                   PreparedStatement sql = conn.prepareStatement (SQL);
                   ResultSet results = sql.executeQuery ();
                   if (results.next () == false) {
                        System.out.println ("No rows");
                   } // if
                   System.out.println (results.getString ("result"));
                   } catch (Exception e) {
                   System.err.println ("Failed to execute");
                   e.printStackTrace ();
                   return;
                   } // catch
              } catch (Exception e) {
                   e.printStackTrace();
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no ocijdbc11 in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:993)
    at oracle.jdbc.driver.T2CConnection$1.run(T2CConnection.java:3159)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.jdbc.driver.T2CConnection.loadNativeLibrary(T2CConnection.java:3155)
    at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:233)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:508)
    at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:133)
    at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:53)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)
    at java.sql.DriverManager.getConnection(DriverManager.java:525)
    at java.sql.DriverManager.getConnection(DriverManager.java:140)
    at com.ubs.swidJKR.v1.tms.batch.calculation.TmsDataSourceTest.main(TmsDataSourceTest.java:44)
    exit_code=1

    The name of this group is Recovery Manager(RMAN).
    How does any of this relate to RMAN?
    How does any of this related to the Oracle Database and it does what version and edition?
    Please edit the subject of your original post and change it to "Please Ignore."
    Then post your inquiry in the right forum for the right product.
    Thank you.

  • Intermittent error while trying to connect oracle through shell script

    Hi All,
    I am getting following error Intermittently while connecting to oracle database.
    ERROR:
    ORA-03113: end-of-file on communication channel
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER}]
    where <logon> ::= <username>[<password>][@<connect_string>] | /
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER}]
    where <logon> ::= <username>[<password>][@<connect_string>] | /
    SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
    Please help.
    Thanks in advance.

    I cannot give this file D:\oracle\ora92\network\trace\cli_3932_1.trc (sorry for that) No problem I understant that you don't want post sensitive information.
    You may contact Oracle Support Services (raise a SR along with generated trace files) for problem resolution.
    TNS-12547: TNS:lost contact
    TNS-00517: Lost contact12547, 00000, "TNS:lost contact"
    // *Cause: Partner has unexpectedly gone away, usually during process
    // startup.
    // *Action: Investigate partner application for abnormal termination. On an
    // Interchange, this can happen if the machine is overloaded.
    00517, 00000, "Lost contact"
    // *Cause: Partner has unexpectedly gone away.
    // *Action: Investigate partner application for abnormal termination.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • SPA112 connect through internet to SPA9000

    Hello, i have problem to connect SPA112 through internet to SPA9000. 
    The SPA9000 is on public fixed IP address.  On PBX status it shows that SPA112 is connected(both ports) but i am not able to make or recive calls.
    Any idea what to try ?
    Settings on SPA112:  
    Proxy 10.0.21.70:6060
    Outbound proxy: 46.167.237.151:6060
    Settings on SPA9000:
    PBX Parameters
    Proxy Network Interface: WAN 
    Proxy Listen Port: 6060
    For any help thank you Petr (+420774543567)

    can you please tell me how can i do this ? https://forums.oracle.com/forums/search.jspa?threadID=&q=Change+AND+IP+AND+Address&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    is ther a touturial for Configure DMZ becouse i don have MOS id :)It is not an easy setup and you will need to have access to the doc.
    Thanks,
    Hussein

  • How to connect oracle on linux

    O/S= Windows XP SP2
    ORACLE Client- 10.2.0.1
    Oracle : 10.2.0.1... linux RHEL4
    Sir,
    I am having a machine with RHEL4 installed on VMWare. I want to connect ORACLE installed in linux on windows. I have installed Oracle Client on Windows. Now Pl. guide how can I be able to connect oracle through Oracle Client. I want to use ORACLE for some development on ASP.Net.
    Following is the Tnsname.ora file of Linux installation
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Kindly Guide me the Steps how can I connect ORACLE.
    Thanks

    Sir,
    here I am pasting output of all commands.
    [oracle@localhost ~]$ env|sort
    CLASSPATH=/u01/app/oracle/product/10.2.0/db_1/JRE:/u01/app/oracle/product/10.2.0/db_1/jlib:/u01/app/oracle/product/10.2.0/db_1/rdbms/jlib
    COLORTERM=gnome-terminal
    DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-onw8BmaUC9
    DESKTOP_SESSION=default
    DISPLAY=:0.0
    G_BROKEN_FILENAMES=1
    GDMSESSION=default
    GNOME_DESKTOP_SESSION_ID=Default
    GNOME_KEYRING_SOCKET=/tmp/keyring-7u3EBx/socket
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc-1.2-gnome2
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=localhost.localdomain
    INPUTRC=/etc/inputrc
    KDEDIR=/usr
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=/u01/app/oracle/product/10.2.0/db_1/lib:/lib:/usr/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    ORACLE_SID=orcl
    ORACLE_TERM=xterm
    PATH=/u01/app/oracle/product/10.2.0/db_1/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    PWD=/home/oracle
    QTDIR=/usr/lib/qt-3.3
    SESSION_MANAGER=local/localhost.localdomain:/tmp/.ICE-unix/3185
    SHELL=/bin/bash
    SHLVL=2
    SSH_AGENT_PID=3213
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_AUTH_SOCK=/tmp/ssh-RAdzDO3212/agent.3212
    TERM=xterm
    TMPDIR=/tmp
    TMP=/tmp
    USER=oracle
    _=/usr/bin/env
    WINDOWID=37748817
    XAUTHORITY=/home/oracle/.Xauthority
    [oracle@localhost ~]$ cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    [oracle@localhost ~]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-JUL-2010 16:00:14
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 09-JUL-2010 13:28:24
    Uptime 0 days 2 hr. 31 min. 49 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.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl" has 2 instance(s).
    Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@localhost ~]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-JUL-2010 16:00:19
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 09-JUL-2010 13:28:24
    Uptime 0 days 2 hr. 31 min. 54 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.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl" has 2 instance(s).
    Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@localhost ~]$ [oracle@localhost ~]$ lsnrctl service
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-JUL-2010 16:03:25
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "orcl" has 2 instance(s).
    Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:5 refused:0
    LOCAL SERVER
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1 refused:0 state:ready
    LOCAL SERVER
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: localhost.localdomain, pid: 3421>
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=32808))
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    [oracle@localhost ~]$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jul 9 16:03:38 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> startup mount
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORA-01081: cannot start already-running ORACLE - shut it down first
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    [oracle@localhost ~]$

  • Treating intranet client connecting differently from internet client

    Hi All,
    I am developing a server socket application that accept connection from client. The clients can connect either through internet or intranet. I need to treat them differently. Is there a way to know whether the client is an intranet client or an internet client?
    Best regards,
    Caesar

    Have a look at the remote socket address of the accepted socket.

Maybe you are looking for

  • HDMI port not working on my 760GM Mainboard

    I think the problem is the PCI Express GeoForce 8400 Video Card is turning off my 760GM mainboard integrated HDMI port.  Is there a way to work around this or do I need to replace the card with one that had an HDMI port in it?

  • GUI_DOWNLOAD fn module text allignment problem

    Hi I have a problem while downloading data from internal table to presentation server filepath using GUI_DOWNLOAD fn module. For me the requirement is to display each field data at a fixed location in a DAT file (notepad) for all lines irrespective o

  • [CS3,JS] [ANN] Major new version of JS Help as HTML

    I found compelling reasons to re-design my Help-to-HTML pages, and, while you are downloading the ZIP, why not read this: * It's Bigger! Or, rather, i smaller -- by putting display stuff into CSS (which you can edit locally if you don't like the view

  • How to check the code source of some function in the portal.

    hi all. i have some problem  in the portal. i use the ESS in the portal, and now some people can not check their salary. i want to check the code source, but i do not know it uses which program. can some one tell me the way to check the program. best

  • How to revert copied and pasted Develop Settings to raw files.

    Using Bridge 2.1.1.9 and just discovered this handy workflow scheme. Was wondering if there was a way to go back to the previous setting after applying a Develop Setting copied from another file within Bridge. There doesn't seem to be or at least I h