Connect sqlplus in windows to oracle in linux

Hi..
I have Oracle Databse 9i for Linux in my PC (used REDHAT ENTERPRISE 3.0).I have installed oracle developer in windows 2000 in the other PC.But i couldn't connected from oracle developer 6 in windows 2000 to Oracle 9i in linux.I have configured tnsnames&listener in linux and they have worked.And i have configured tnsnames in windows too
The messange when i have tried to connected to oracle database by sqlplus :
"unable to connect to destination"
What must i do to make this connection work....?

Thank's for responding my question.
My Client PC can ping server (redhat entriprese 3).
Maybe,it better if i write in here about listener and tnsnames :
Listener :
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = OraLite)(PORT = 1521))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
SID_LIST_LISTENER =
(SID_DESC =
(GLOBAL_DBNAME = S92A)
(ORACLE_HOME = /server/oracle/9.2.1)
(SID_NAME = I92A)
Tnsnames.ora :
S92A.world=
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = TCP)
(Port = 1521)
     (Host = 10.14.4.140))
(CONNECT_DATA =
(SERVER=DEDICATED)     
(SID = I92A)
It is something wrong with my listener and tnsnamse script.
By the way,my listener is working.
In local, i can enter into sqlplus(external and internal)
But when i used client.
There is a massage :
ERROR:
ORA-12203: TNS:unable to connect to destination
What is going on with my oracle
thank's for reply my question.

Similar Messages

  • I had migrated Oracle 10g database from Windows to Oracle 11g Linux

    I had migrated Oracle 10g database from Windows to Oracle 11g Linux.  The database is performing very slow.
    Please guide me where I have to begin (starting point) looking into it.
    Some document stated gather system statistics.  How to check system statistics is up to date
    What are the crucial initialization parameter ?

    Hi,
    Let me just point you out to the documentation, which may concern you:
    I had migrated Oracle 10g database from Windows to Oracle 11g Linux.  The database is performing very slow.
    Managing Optimizer Statistics
    How to check system statistics is up to date
    Managing Optimizer Statistics
    What are the crucial initialization parameter ?
    Configuring a Database for Performance
    Thanks &
    Best Regards,

  • Unable to connect sqlplus in windows 7

    E:\>set oracle_sid=orcl
    E:\>sqlplus 'nologs'
    SP2-1503: Unable to initialize Oracle call interfa
    SP2-0152: ORACLE may not be functioning properly
    hi i am installed oracle on windows machine and i am trying to connect through cmd prompt. But its throughing the above errors.
    Pls could u help me out on this and how can i connect to database.
    Regards
    Poorna

    E:\>set oracle_home=E:\oracle\product\10.2.0\db_1
    E:\>sqlplus /nolog
    SP2-1503: Unable to initialize Oracle call interfa
    SP2-0152: ORACLE may not be functioning properly
    E:\>sqlplus /nolog
    SP2-1503: Unable to initialize Oracle call interfa
    SP2-0152: ORACLE may not be functioning prope
    C:\Users\poorna chander>set oracle_home=E:\oracle\product\10.2.0\db_1
    C:\Users\poorna chander>sqlplus /nolog
    SP2-1503: Unable to initialize Oracle call interface
    SP2-0152: ORACLE may not be functioning properly
    i've done both the ways...but its not working.
    Pls get me out of this.

  • TNS-12560: TNS:protocol adapter error on Oracle Enterprise Linux

    hi,
    I am getting -
    TNS-12560: TNS:protocol adapter error when I try to connect the Db installed on Oracle Enterprise Linux from other machines.
    I made all the .bash_profile changes and created one shared listener also to check whether there is any problem with the dedicated default listener or its port.
    Please suggest the solution .
    Regards
    sumit chaudhary

    You need to open the firewall on OEL.
    Edit the contents of /etc/sysconfig/iptables file. I added the line in bold:
    # Firewall configuration written by system-config-securitylevel
    # Manual customization of this file is not recommended.
    *filter
    :INPUT ACCEPT [0:0]
    :FORWARD ACCEPT [0:0]
    :OUTPUT ACCEPT [0:0]
    :RH-Firewall-1-INPUT - [0:0]
    -A INPUT -j RH-Firewall-1-INPUT
    -A FORWARD -j RH-Firewall-1-INPUT
    -A RH-Firewall-1-INPUT -i lo -j ACCEPT
    -A RH-Firewall-1-INPUT -p icmp --icmp-type any -j ACCEPT
    -A RH-Firewall-1-INPUT -p 50 -j ACCEPT
    -A RH-Firewall-1-INPUT -p 51 -j ACCEPT
    -A RH-Firewall-1-INPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT
    -A RH-Firewall-1-INPUT -p udp -m udp --dport 631 -j ACCEPT
    -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 631 -j ACCEPT
    -A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
    -A RH-Firewall-1-INPUT -m state state NEW -m tcp -p tcp dport 22 -j ACCEPT
    *-A RH-Firewall-1-INPUT -m state state NEW,ESTABLISHED,RELATED -m tcp -p tcp dport 1521 -j ACCEPT*
    -A RH-Firewall-1-INPUT -m state state NEW -m udp -p udp dport 137 -j ACCEPT
    -A RH-Firewall-1-INPUT -m state state NEW -m udp -p udp dport 138 -j ACCEPT
    -A RH-Firewall-1-INPUT -m state state NEW -m tcp -p tcp dport 139 -j ACCEPT
    -A RH-Firewall-1-INPUT -m state state NEW -m tcp -p tcp dport 445 -j ACCEPT
    -A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited
    COMMIT
    As you can see, my listener port is 1521.
    Do not put that line after the line with REJECT keyword ( it won't work then) !
    Save and close the file. Restart iptables:
    /etc/init.d/iptables restart
    Now you can connect from the outside.
    It works on my OEL version 5 update 4.

  • Java appl. with oracle on Linux

    Hello all,
    I would like to ask how to connect my Java application to
    Oracle on Linux. Is there any JDBC driver ?
    null

    Hi Mark,
    I am also running Oracle 8.0.5 in my RD6.0 machine.
    I installed Developer2000 into my win98 machine.
    I tried to login using the developer2000 into the
    oracle running under linux but connection cannot
    go through. I don't know the reason to this. Though
    I can use the SQL*Plus to connect to this database
    from win98, can you figure out what is wrong with
    my setup?
    Thanks,
    -Paul
    Mark Kirkwood (guest) wrote:
    : Hi all,
    : I thought you guys might be interested to know that this stuff
    : is used out there...
    : I work for a Government property management company ( Housing
    : New Zealand ), and they were looking at downsizing their
    systems
    : infrastructure. A subset of the business was picked to pilot a
    : downsized system.
    : We ported from :
    : "thin client" : Citrix Winframe, Developer 2000, HPUX , Oracle
    : 7.3
    : to a :
    : client server : Win95, Developer 2000, RedHat 6.0, Oracle
    8.0.5SE
    : Instead of running 80 users on :
    : 80 P300 PCs, Winframe Client +
    : 1 4xP200 Winframe/NT, Developer 2000 +
    : 1 HP-PA/Risc, HPUX ,Oracle 7.3.3
    : We are running 5 users on :
    : 5 P300 PC Win95, Developer 2000 +
    : 1 P300 PC RedHat 6.0, Oracle 8.0.5, samba
    : ( Obviously this was the pilot subset ! )
    : Although this represents a "step backwards" in deployment
    : architecture ( 3 tier - 2 tier ), it represented a decrease in
    : cost infrastructure per user ( No Winframe/NT License, No
    : expensive Proprietry hardware, only 1 ( Cheap ) propritary o/s
    : Win95 ).
    : We went live with this beast on 1 Aug.
    : The Redhat box has been rebooted once since them - not by us (
    : Power outage at the site ).
    : The server is just idling with 5 concurrent connections.
    : Oracle 8.0.5/Redhat is rock solid as far as we can tell !
    : ( with the right patches ....
    : for those interested they are
    : 8.0.5.1 patchset
    : redo log async write - bug 882446
    : glibc patch
    : setuid security patch
    : Cheers
    : Mark
    null

  • Problem connecting DataBase Link from windows oracle to oracle on Linux

    I'm facing a problem with database links from windows oracle to Oracle hosted on Linux server.
    I'm able to successfully create the Database Link using the following query on oracle database hosted on a windows server
    CREATE DATABASE LINK SampleDB
    CONNECT TO myuser IDENTIFIED BY password
    USING 'sample';
    The tns names entry on windows for database in Linux server is as follows
    DSOFT =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.100)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = sample)
    But while executing the query "select count(*) from doctor@SampleDB;" in sql developer on windows, I'm getting the following error
    SQL Error: ORA-12154: TNS:could not resolve the connect identifier specified
    12154. 00000 - "TNS:could not resolve the connect identifier specified"
    *Cause:    A connection to a database or other service was requested using
    a connect identifier, and the connect identifier specified could not
    be resolved into a connect descriptor using one of the naming methods
    configured. For example, if the type of connect identifier used was a
    net service name then the net service name could not be found in a
    naming method repository, or the repository could not be
    located or reached.
    Using the above tns entries, i'm successfully able to connect to the database in Linux server through sql developer installed on the windows machine. Then why i'm getting this error while executing the query on Database Link?. Can any one help me?

    1005745 wrote:
    I'm facing a problem with database links from windows oracle to Oracle hosted on Linux server.
    I'm able to successfully create the Database Link using the following query on oracle database hosted on a windows server
    CREATE DATABASE LINK SampleDB
    CONNECT TO myuser IDENTIFIED BY password
    USING 'sample';
    The tns names entry on windows for database in Linux server is as follows
    DSOFT =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.100)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = sample)
    But while executing the query "select count(*) from doctor@SampleDB;" in sql developer on windows, I'm getting the following error
    SQL Error: ORA-12154: TNS:could not resolve the connect identifier specified
    12154. 00000 - "TNS:could not resolve the connect identifier specified"
    *Cause:    A connection to a database or other service was requested using
    a connect identifier, and the connect identifier specified could not
    be resolved into a connect descriptor using one of the naming methods
    configured. For example, if the type of connect identifier used was a
    net service name then the net service name could not be found in a
    naming method repository, or the repository could not be
    located or reached.
    Using the above tns entries, i'm successfully able to connect to the database in Linux server through sql developer installed on the windows machine. Then why i'm getting this error while executing the query on Database Link?. Can any one help me?A database link is acting as a client to the target, remote database in exactly the same fashion and using exactly the same tns infrastructure as any other client trying to connect to that remote database. your ORA-12154 when querying a db link means exactly the same as if you had gotten it trying to connect with sqlplus, from the same server. Check the link SB provided. Keep in mind that the tnsnames file of concern is the one on the source database server.

  • Linux C++ program connection to Windows based Oracle server.

    Hi
    The tools I m using are
    Window XP
    Linux Feodra 4 (X86)
    Oracle 10g release 2
    Oracle Instant client of 10g realse 2 for linux (oracle-instantclient-basic-10.2.0.3-1.i386.rpm)
    Basic
    sqlplus
    devel
    I want to connect C++ program on Fedora linux to windows based oracle database. Orcale database is on Wondows XP machine.
    I have installed all the instant client pacakages.Set the Environment Variables (including LD_LIBRARY_PATH and id.so.conf)
    I have copmpiled the code successfully and Have .o file
    The compling comnnad is
    g++ -c test.cpp -I/usr/lib/oracle/10.2.0.4/client/
    BUt problem in linking the Code. The linking Command is
    g++ -o test test.o -L/usr/lib/oracle/10.2.0.4/client/lib/ -I/usr/lib/oracle/10.2.0.4/client/
    The error either is
    Can not open the file test: usr/profile/ld.................
    or
    Undefine reference to oracle::occi:Environment........
    I have searched the internet to get some solution. But I think there is linking problem due to differnet OS.
    Please help me out to resolve this problem.
    Regards

    Hello,
    Are you also including the Oracle library files in the compile/link? I don't see them here. Something like:
    g++ -o test test.o -L/usr/lib/oracle/10.2.0.4/client/lib/ -I/usr/lib/oracle/10.2.0.4/client/ -lclntsh -locci
    Regards,
    Mark

  • Want to connect sqlplus through linux

    Hi Friends I am newbie to Linux . I am working as oracle DBA on 10g . Till last day I had worked on windows platform. Now my company want me to work on Linux platform . I am first time using Linux dont know A,B,C of Linux . I want to connect sqlplus through linux command prompt. I have exported enviornment variable of oracle but I am getting permission denied Below mention steps I ahd followed . Please help me to solve it
    [oracle@bhel1 mj]$ ORACLE_SID=V7;export ORACLE_SID
    [oracle@bhel1 mj]$ ORACLE_HOME=/usr/lib/oracle/v7/app/oracle/prod
    ver;export ORACLE_HOME
    [oracle@bhel1 mj]$ PATH=$ORACLE_HOME/bin:$PATH;export PATH
    [oracle@bhel1 mj]$ NLS_LANG=AMERICAN_AMERICA.AL32UTF8;export NLS_
    [oracle@bhel1 mj]$ LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_P
    LIBRARY_PATH
    [oracle@bhel1 mj]$ sqlplus/nolog
    bash: sqlplus/nolog: Permission denied
    [oracle@bhel1 mj]$

    [oracle@bhel1 ~]$ echo $ORACLE_SID
    v7
    [oracle@bhel1 ~]$ echo $ORACLE_HOME
    /oracle/product/10.2.0/db_1
    [oracle@bhel1 ~]$ env
    HOSTNAME=bhel1
    SHELL=/bin/bash
    TERM=ansi
    HISTSIZE=1000
    QTDIR=/usr/lib/qt-3.3
    USER=oracle
    LD_LIBRARY_PATH=/oracle/product/10.2.0/db_1/lib
    LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;0
    1:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.b
    tm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:
    *.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*
    .bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;3
    5:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:
    ORACLE_SID=v7
    ORACLE_BASE=/oracle
    KDEDIR=/usr
    MAIL=/var/spool/mail/oracle
    PATH=/usr/kerberos/bin:/usr/bin:/bin:/usr/X11R6/bin:/oracle/bin:/oracle/bin:/ora
    cle/product/10.2.0/db_1/bin
    LOGIN=oracle
    INPUTRC=/etc/inputrc
    PWD=/oracle
    LANG=en_US.UTF-8
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    KRB5CCNAME=FILE:/tmp/krb5cc_p3315
    SHLVL=1
    HOME=/oracle
    LOGNAME=oracle
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    ORACLE_HOME=/oracle/product/10.2.0/db_1
    G_BROKEN_FILENAMES=1
    _=/usr/bin/env
    [oracle@bhel1 ~]$ echo $ORACLE_SID
    v7
    [oracle@bhel1 ~]$ echo $ORACLE_HOME
    /oracle/product/10.2.0/db_1
    [oracle@bhel1 ~]$ enc
    -bash: enc: command not found
    [oracle@bhel1 ~]$ env
    HOSTNAME=bhel1
    SHELL=/bin/bash
    TERM=ansi
    HISTSIZE=1000
    QTDIR=/usr/lib/qt-3.3
    USER=oracle
    LD_LIBRARY_PATH=/oracle/product/10.2.0/db_1/lib
    LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;0
    1:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.b
    tm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:
    *.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*
    .bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;3
    5:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:
    ORACLE_SID=v7
    ORACLE_BASE=/oracle
    KDEDIR=/usr
    MAIL=/var/spool/mail/oracle
    PATH=/usr/kerberos/bin:/usr/bin:/bin:/usr/X11R6/bin:/oracle/bin:/oracle/bin:/ora
    cle/product/10.2.0/db_1/bin
    LOGIN=oracle
    INPUTRC=/etc/inputrc
    PWD=/oracle
    LANG=en_US.UTF-8
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    KRB5CCNAME=FILE:/tmp/krb5cc_p3315
    SHLVL=1
    HOME=/oracle
    LOGNAME=oracle
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    ORACLE_HOME=/oracle/product/10.2.0/db_1
    G_BROKEN_FILENAMES=1
    _=/usr/bin/env
    [oracle@bhel1 ~]$
    friend please find as required

  • Error while connecting to Oracle in Linux

    I wrote a JAVA program to test the connection with Oracle. It worked in NT environment, but it did not in Linux Environment. I got the error message: "IO exception: The Network Adapter could not establish the connection."
    Here is JAVA code:
    import java.sql.*;
    class Employee1
    public static void main (String args [])
    throws SQLException
    try{
    Class.forName("oracle.jdbc.driver.OracleDriver");
    Connection conn =
    DriverManager.getConnection ("jdbc:oracle:thin:@203.149.143.1:1521:ora1",
    "dxhub", "manager");
    Statement stmt = conn.createStatement ();
    ResultSet rset = stmt.executeQuery ("select user_id from user_info");
    while (rset.next ())
    System.out.println (rset.getString ("user_id"));
    catch(Exception e)
    System.out.println(e.getMessage());
    I think there is nothing wrong with JAVA code. There must be something wrong in the Linux environment. I appreciate your help if someone can give me a little advice.
    Tony
    null

    I wrote a JAVA program to test the connection with
    Oracle. It worked in NT environment, but it did not
    in Linux Environment. I got the error message: "IO
    exception: The Network Adapter could not establish
    the connection."
    Here is JAVA code:
    import java.sql.*;
    class Employee1
    public static void main (String args [])
    throws SQLException
    try{
    Class.forName("oracle.jdbc.driver.OracleDriver");
    Connection conn =
    DriverManager.getConnection
    n ("jdbc:oracle:thin:@203.149.143.1:1521:ora1",
    "dxhub", "manager");
    Statement stmt = conn.createStatement ();
    ResultSet rset = stmt.executeQuery ("select user_id
    d from user_info");
    while (rset.next ())
    System.out.println (rset.getString ("user_id"));
    catch(Exception e)
    System.out.println(e.getMessage());
    I think there is nothing wrong with JAVA code. There
    must be something wrong in the Linux environment. I
    appreciate your help if someone can give me a little
    advice.
    Tony
    nullDid you ever find an answer to this, I'm having the same problem. My application works under windows, but doesn't under linux.
    Lonnie

  • Problem while connecting to oracle in linux

    i connected to oracle in linux as
    "sqlplus ,#sysdba,"
    after that it asked me for password
    and i typed as "oracle"
    after tat message displayed that "connected to IDEAL instance"
    SQL>select * from tab;
    i got an error message staying tat "ORACLE not connected"
    can anyone help me out where the poblem is getting

    hi,
    after tat message displayed that "connected to IDEAL instance"
    i got an error message staying tat "ORACLE not connected"you are connected to an ideal instance.
    you should mount and then open the database
    if you are using spfile
    then issue
    SQL>startup
    database mounted.
    database opened.
    or
    SQL> startup nomount pfile='location'
    database will be in nomount stage
    SQL>alter database mount;
    database mounted.
    SQL>alter database open;
    then you can issue your command..
    regards,
    Deepak

  • Oracle Enterprise Linux 5 w/ unixODC connect to Oracle DB 11g

    Hi,
    I am trying to configure our new install of Oracle Unbreakable linux (Enterprise v5) to connect to our Oracle 11g DB via ODBC. I have configured the odbc.ini and odbcinst.ini files. I have tried to do a test connection using isql. This is the error I am getting....
    $ isql -v JSI
    isql: symbol lookup error: /opt/oracle/product/11g/lib/libsqora.so.11.1: undefined symbol: SQLGetPrivateProfileStringW
    I understand this issue is with unixODBC and the liib.... libodbcinst.so.1.0.0. However, I have not found a way to fix this. Anyhelp would be greatly appreciated on getting this working.

    Well I have gotten a bit further along. I was able to get a working 2.2.12 rpm. I now issue the command....
    $isql -v JSI
    [S1000][unixODBC][Oracle][ODBC][Ora]ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
    [ISQL]ERROR: Could not SQLConnect
    Now I am getting this error.
    I also know that my tnsnames.ora and linstener.ora files are correct b/c I can connect to remote Databases using sqlplus. I have downloaded a free trial of easysofts Oracle ODBC Driver and it works perfectly. So my configs should be right. My yquestion I guess is why does the Oracle supplied ODBC driver not work?
    Message was edited by:
    Rever75

  • Migrate Oracle 9i/windows database to Oracle 10gR2/Linux RAC

    Hi,
    What is the most appropriate strategy to migrate a database from oracle 9i on windows to another server having Oracle 10gR2 RAC on SUSE Linux 9?
    Thanks
    Satish

    If the database size is not very large, then export/import would work. Make sure the data files are copied using binary mode. (or run the export from the 10gR2 installation and connecting to the Windows 9i instance.) Create all the Roles and Tablespaces and Users (and the grants) on 10g prior to the import.

  • Problems dual booting Windows Vista with Oracle Enterprise Linux 4

    I tried dual booting my sony laptop which came pre installed with windows Vista,After a successful installation,windows Vista boots fine,but Oracle enterprise linux just stops booting at this point " Starting Udev...................................................(OK)
    Initializing hardware....Storage network"
    It's posibly a hardware compatibility problem but I dont know why I get stuck at this point.Can anyone help please?

    hi,
    r u getting this error while installing oel or after installation?
    which version of oel u r installing?
    u may get this error probably due to hard disk (usually sata) compatility with linux.
    --Regards
    Xaheer

  • Configure dial-up connection in Oracle Enterprise Linux Release 4-3.7.11

    Hallo!I have just finished installing Oracle Enterprise Linux Release 4-3.7.11 so that I can set up Oracle 10g on this Linux platform.
    But first I need to set up a few configurations e.g enable my OEL connect to the internet via a dial-up modem.
    I have used my modem successfully on openSUSE 11.2 and Ubuntu 9.04 but I am unable to use it on OEL.
    My ubuntu configurations are as follows
    Connection Name:ZAIN
    Number:*99#
    APN:ke.celtel.com
    How do I set up dial-up in OEL using the settings above?
    Also,simple commands to restart the OEL such as shutdown -r now are not being found when I type them in the terminal.How can this be so?
    Thanks.

    user11114098 wrote:
    But first I need to set up a few configurations e.g enable my OEL connect to the internet via a dial-up modem.Use wvdialconf to configure access.
    Use wvdial to dial out using the modem, authenticate, and have it launch the pppd daemon for creating an IP connection via the modem.
    If you want to configure manually, you will need to edit the files pap-secrets and chap-sercrets in +/etc/ppp+. Then you also need a unique config file for your connection defined in the +/etc/ppp/peers+ directory.
    These files are fairly simple to edit. The secret files contains your ISP authentication details. The peers file the phone number and account name (from the secret files) to use. wvdialconf should configure this accordingly though.
    There's lot of details available on the web - suggest you google.

  • How to connect BR*TOOLS STUDIO to oracle on windows server

    HI ,
    We have some oracle databases on AIX and few on windows 2003 servers.
    BR*TOOLS studio connects fine to AIX systems but How to connect it to
    windows servers.
    I tried to use free utility "psexec". but then studio log shows following error.
    ERROR 2008/12/02 12:21:13 [Tools] Instance SLB reports
    exception while running job Control Files: CreateProcess: psexec
    vmsld2 -u slbadm -p ba5al1te brspace -confirm force -language E -
    user / -function dbshow -class cfinfo -file all_cf error=2
    However if I execute "psexec
    vmsld2 -u slbadm -p ba5al1te brspace -
    confirm force -language E -user / -function dbshow -class dbstate"
    remotely from dbstudio server at command line, it works fine.
    So, Is DB*TOOLS STUDIO only for UNIX systems or can it be used for
    WINDOWS also ? IF yes then How ??

    Hai,
    Have you followed the below mentioned steps:
    In your BR*Tools Studio home directory, call:
    In UNIX
    csh server.sh
    In Windows
    server.cmd
    This script starts a web application server based on Oracle Containers for Java
    EE (OC4J), which serves as the runtime platform for the web application of
    BR*Tools Studio server.
    You need to run this command whenever you want to start the server for
    BR*Tools Studio in future.
    2. Log on to BR*Tools Studio server through a web browser from any client
    using the following URL:
    https://<host>:<port>/studio
    Note
    (C) SAP AG September 2008 Page 11
    Once BR*Tools Studio server is available, a client logon window appears.
    Make sure that you have enabled pop-ups for this site so that the logon
    window is visible.
    You need to run this command whenever you want to start a client session
    with BR*Tools Studio.
    The client logon window provides you with a list of all instances currently
    maintained for administration with BR*Tools Studio. The only instance
    available directly after installation is the Server instance, with which you can
    maintain the server landscape.
    As far as I know there are some unresolved bugs still existing in BR tools studio which is under process.
    Since you are able to open the studio with AIX you should be able to open in Windows as well.
    Have you checked your Keystore file.
    Regards,
    Yoganand.V

Maybe you are looking for

  • Problems with Java AQ interface migrating 9i to 10g

    Hi! I've got problems with Java AQ Interface migrating from 9i DB, JDBC, AQ to 10g rel.2 DB, JDBC, AQ First, i started to occasionally receive NullPointerException in Oracle JDBC 9.2.0.8 java.lang.NullPointerException at oracle.jdbc.driver.OracleStat

  • HT4366 I have connected Apple TV to my TV but it says no signal so what is the issue

    I have connected Apple TV to my TV but it says no signal so what is the issue

  • 20 inch cinema display problem

    I have an anoying problem with my screen and i need a solution. There are no green colors at all so the screen has a pinkish color. It all started when i had a problem with my G4 freezing. I took it to a repair place and they totally screwed me over.

  • Cmfctoolbarcomboboxbutton, how to enable/disable

    Hi, I inserted a CMFCToolBarComboBoxButton object in my toolbar. all work fine except enabling and disabling ComboBox according state of my App. I used EnableWindow but the control still actived. Any idea? Tanks. My creation code : if (wParam == IDR_

  • SLD Configurations in R/3

    Hello SAP Gurus! Can anyone tell me how to do SLD configuration in R/3. I cannot find any proper document for that. thank you Regards Vanitha