Isqlplus VS sqlplus

After I issued an UPDATE statement in isqlplus, I issued a SELECT statement (also in isqlplus) to confirm the changes has been made.
But when I try connect to sqlplus and issued the same SELECT statement, I noticed that the changes did not updated.
Then I try issued another UPDATE and SELECT statement to update and confirm the changes, but this time in sqlplus. The changes updated.
But when I try view the changes back in isqlplus, it never change. It seems like changes in isqlplus canot be read in sqlplus ? and vice versa ? Why is it so ?
Thanks

Most likely, you are not issuing a commit statement from either application. Until you explicitly commit, changes will not be visible to any other session and will not be permanently applied to the database.
Justin
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC

Similar Messages

  • Arabic support in isqlplus after import export from 7.3.4 to 10.2.0.3

    CANNOT DISPLAY ARABIC IN ISQL*PLUS(JUNK). APPLICATION WORKS FINE WITH ARABIC
    with Taret DB char set to US7ASCII the data is always junk old data +new inserted arabic data inserted thro isqlplus or sqlplus.
    with AR8MSWIN1256 the old data(imported in to new db from old 7.3.4 db export dump) is displayed as junk (what ever in the db) and after creating a new table data inserted, the arabic display is fine.
    How to overcome the problem of displaying old data? we have lots of data for migration.
    Thanks

    Small correction
    In DB with Char set to AR8MSWIN1256.......
    Old data exported from 7.3.4 and imported in new 10.2.0.3 db is showing arabic char as junk
    But new table created and data inserted as arabic is displaying properly.
    What has to be done such that old imported data displays arabic.
    We are using isqlplus and sqlplus to query the data
    Thanks

  • Error while registering Oracle JDBC Diagnosability MBean - version 1.2.1

    Hi,
    I am running version 1.2.1 of SQL Developer (build MAIN-32.13). I have a local copy of Oracle 11g running on Windows XP. I am running version 1.6.0_03 of java.
    When I fire it up, I get the following message in the "logging page - log" pane:
    Source: oracle.jdbc.driver.OracleDriver
    Message: Error while registering Oracle JDBC Diagnosability MBean.
    Is this something I should worry about?
    Graham

    I got the same thing using SQLDeveloper shipped with 11g. It is every annoying since sqlplusw.exe is not available anymore, neither iSQLPLUS or SQLPLUS.exe is good enough all of the sudden that I found not much choice of accessing the database on windows ...

  • JDBC message in logging

    Hi all,
    I've read this before but never saw a comprehensive response on the issue.
    We're getting repeatedly the following message in our Java runtime and Coldfusion engine logging:
    [Macromedia][Oracle JDBC Driver] OS Authentication was requested, but is not supported by this server.
    Now I can imagine this message is not critical but it's clogging up our logfiles. We do the authentication through the DSN with the Oracle ODBC drivers and there is no username/password hardcoded in the DSN. But for some reason the engine tries to authenticate through the JDBC driver (Even if it's not used) at which the connection fails.
    Does anyone know how to stop these messages from appearing in our logging? We do not use the JDBC driver so we have no clue why it's trying to authenticate with that driver, as far as I know it's not even installed on the server so he is probably trying to use the provided internal Coldfusion driver.
    Our Coldfusion version is Coldfusion 8.0.1 Enterprise edition running on a Windows 2003 Server 32-bit.
    Thanks

    I got the same thing using SQLDeveloper shipped with 11g. It is every annoying since sqlplusw.exe is not available anymore, neither iSQLPLUS or SQLPLUS.exe is good enough all of the sudden that I found not much choice of accessing the database on windows ...

  • Unable to connect using Enterprise Manager

    I have Oracle 9.2 installed on w2000 server and it was working fine when I use isqlplus and sqlplus. However, after I type in the userID:SYS and password to expand the tree of the database when I use Enterprise Manager , it gives me the error ORA-12520. I got the same error when trying to create DSN in ODBC driver configuration.

    Solution:
    I ran into the same problem. You have to first create a password file. Run
    orapwd file=<fname> password=<password> entries=<users>
    The file will usually be in the dbs by default. You may have to play with the file name. I had to make it orapwd in dbs to make it recognize correctly.
    Next you need to modify your startup parameter for your instance to use the remote_login_passwordfile='shared' or 'exclusive'
    Set it to exclusive if you have only one instance or shared if you have multiple instances. I had to use the pfile and start the instance with that. Just rename your spfile and type 'sql>create pfile from spfile' and then edit it. Set your parameter and restart your instance. The do 'sql>create spfile from pfile' to make your spfile again. Now you should be able to connect as sys remotely from sql or OEM!!!
    Doc:
    Setting REMOTE_LOGIN_ PASSWORDFILE
    In addition to creating the password file, you must also set the initialization parameter REMOTE_LOGIN_PASSWORDFILE to the appropriate value. The values recognized are described as follows:
    Value Description
    NONE
    Setting this parameter to NONE causes Oracle to behave as if the password file does not exist. That is, no privileged connections are allowed over non-secure connections. NONE is the default value for this parameter.
    EXCLUSIVE
    An EXCLUSIVE password file can be used with only one database. Only an EXCLUSIVE file can contain the names of users other than SYS. Using an EXCLUSIVE password file allows you to grant SYSDBA and SYSOPER system privileges to individual users and have them connect as themselves.
    SHARED
    A SHARED password file can be used by multiple databases. However, the only user recognized by a SHARED password file is SYS. You cannot add users to a SHARED password file. All users needing SYSDBA or SYSOPER system privileges must connect using the same name, SYS, and password. This option is useful if you have a single DBA administering multiple databases.

  • Starting the emc

    I am runnign 10g on Solaris 10 x864. Everything was running great. Then about a week ago I could not start the emca. After trying several things I went and reinstalled 10g and still have the same problem. I can start isqlplus and sqlplus. My time matches the OS. Any other ideas what my problem might be. I get this error in emom.trc:
    at oracle.sysman.emdrep.failover.OMSHeartbeatRecorder.getId(OMSHeartbeatRecorder.java:162)
    at oracle.sysman.emdrep.failover.OMSHeartbeatRecorder.preTask(OMSHeartbeatRecorder.java:386)
    at oracle.sysman.emdrep.omsservice.OmsServiceDriver.run(OmsServiceDriver.java:147)
    2007-11-02 09:11:59,743 [OmsServiceDriver thread] ERROR conn.ConnectionService verifyRepositoryEx.433 - Invalid Connection Pool. ERROR = Io exception: The Network Adapter could not establish the connection
    2007-11-02 09:16:15,750 [OmsServiceDriver thread] WARN jdbc.ConnectionCache _getConnection.303 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
    2007-11-02 09:16:15,751 [OmsServiceDriver thread] WARN jdbc.ConnectionCache _getConnection.306 - Io exception: The Network Adapter could not establish the connection
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:111)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:145)

    There is an specific error message that could provide a clue on this problem:
    The Network Adapter could not establish the connection
    It states it is not possible to establish a connection, check if the network adapter is properly configured and you have declared the hostname at the /etc/hosts file.
    ~ Madrid

  • SQLPlus and ISQLPlus Problem

    Hi friends,
    I am new to Oracle in Windows platform.I want to connect sqlplus in windows gui form not from command prompt.For that from start manu I go to sqlplus option and I put user and password but i am not able to put host string as i am not clear about host string.Please let me know what will be the host string for connection.In ISQLPLUS is also not started from web.How I check this.
    Please help me out.
    Regards
    Nirmal

    To open ISQPLPLUS
    http://Hostname:port/isqlplus
    where port is the port where the  http server is running
    If you want to know the port go to /oracle/SID/102_64/oc4j/j2ee/isqlplus/config and  open the file http-web-site.xml
    .You will find the port next to :<web-site port=
    IF  iSQLplus isnt started start it using the following command.
    orasid >  isqlplusctl start
    Gerard
    Edited by: GerardChristopher on Dec 24, 2009 3:05 PM

  • Unable to start isqlplus through brouser, nither sqlplus in RHEL3 -10g

    HI MEMBERS,
    I INSTALLED ORACLE 10g IN RHEL3, AFTER INSTALLATION WHEN I WANT TO START ISQLPLUS THROUGH , BUT I CANT. EVEN WHEN TRYIED TO START SQLPLUS ./sqlplus , GIVING MESSAGE "YOU NEED TO SET THE PATH OF oracle_home" HOW TO SET THE PATH AS MY ORACLE DIRECTORY IS LIKE
    /home/horacle/product/10.1.0/Db_1. EVENT I CANT START LISTENER GETTING ERROR . HOW TO TRACK AND FIX THE LISTENER ERROR. BUT DATABASE IS RUNNING AS I MADE COMMAND /dbstart THE INSTANCE IS STARTED AND GOT THE MESSAGE ORACLE STARTED IN WARM.
    CAN ANY ONE HELP ME. HOT START isqlplus(in brouser) and SQLPLUS.
    THANKS

    Is the OS account your using to start isqlplus different than the OS account your using to install the database?
    Oracle has an environment utility called oraenv. Run it, to set up that OS account. This should help that account find the paths to oracle home.

  • Running sqlplus or isqlplus report on web

    With sqlplus or isqlplus we can create table object output. Is there a way I can create a report having page numbers at the bottom and scroll next/prev capability?. I am looking at this as we really do not want to use Oracle report writer ar any other tool. All I am looking for is capability to put output on pages with every page having report headers/column headers and page trailer to have page number and next/prev scroll button.
    Any one with ideas how closely we can get to meet this requirement.
    Thanks

    In SQL*PLUS, you could do it this way.
    SQL> SET PAGESIZE 55
    SQL> BTITLE COL 35 FORMAT 9999 'Page:' SQL.PNO
    SQL> SELECT OBJECT_ID,OBJECT_NAME FROM DBA_OBJECTS
      2  WHERE ROWNUM<101;
    OBJECT_ID OBJECT_NAME
           28 CON$
           46 I_COL2
           11 I_USER#
            6 C_TS#
            3 I_OBJ#
           49 I_CON2
           19 IND$
           56 BOOTSTRAP$
           13 UET$
           21 COL$
           36 I_OBJ1
           44 I_USER1
           53 I_CDEF4
           52 I_CDEF3
           51 I_CDEF2
           39 I_IND1
           26 I_PROXY_ROLE_DATA$_1
            7 I_TS#
           50 I_CDEF1
           43 I_TS1
           27 I_PROXY_ROLE_DATA$_2
            5 CLU$
           47 I_COL3
           54 I_CCOL1
           48 I_CON1
            2 C_OBJ#
           32 CCOL$
           34 I_UNDO1
           31 CDEF$
            4 TAB$
            9 I_FILE#_BLOCK#
           29 C_COBJ#
           23 PROXY_DATA$
           35 I_UNDO2
           25 PROXY_ROLE_DATA$
           12 FET$
           18 OBJ$
           40 I_ICOL1
           17 FILE$
           16 TS$
           38 I_OBJ3
           42 I_FILE2
           37 I_OBJ2
            8 C_FILE#_BLOCK#
           41 I_FILE1
           20 ICOL$
           30 I_COBJ#
           15 UNDO$
           45 I_COL1
           33 I_TAB1
           55 I_CCOL2
                                      Page:    1
    OBJECT_ID OBJECT_NAME
           14 SEG$
           10 C_USER#
           22 USER$
           24 I_PROXY_DATA$
           57 UGROUP$
           58 I_UGROUP1
           59 I_UGROUP2
           60 TSQ$
           61 SYN$
           62 VIEW$
           63 TYPED_VIEW$
           64 SUPEROBJ$
           65 I_SUPEROBJ1
           66 I_SUPEROBJ2
           67 SEQ$
           68 PROCEDURE$
           69 PROCEDUREINFO$
           70 ARGUMENT$
           71 SOURCE$
           72 IDL_UB1$
           73 IDL_CHAR$
           74 IDL_UB2$
           75 IDL_SB4$
           76 DIR$
           77 ERROR$
           78 SETTINGS$
           79 RESOURCE_PLAN$
           80 RESOURCE_CONSUMER_GROUP$
           81 RESOURCE_PLAN_DIRECTIVE$
           82 RESOURCE_GROUP_MAPPING$
           83 RESOURCE_MAPPING_PRIORITY$
           84 TRIGGER$
           85 TRIGGERCOL$
           86 TRIGGERJAVAF$
           87 TRIGGERJAVAS$
           88 TRIGGERJAVAC$
           89 TRIGGERJAVAM$
           90 OBJAUTH$
           91 SYSAUTH$
           92 OBJPRIV$
           93 DEFROLE$
           94 PROFILE$
           95 PROFNAME$
           96 DEPENDENCY$
           97 ACCESS$
           98 LINK$
           99 TRUSTED_LIST$
          100 PROPS$
          101 COM$
                                      Page:    2
    100 rows selected.

  • Why can't I connect via isqlplus when via sqlplus I can?

    I don't know why my connect string sopra/sopra@sopra_toshiba works fine for sqlplus but not for isqlplus where I get:
    ERROR:
    ORA-12154: TNS:could not resolve service name
    What can the problem be? It seems as it can't find the tnsnames entry.
    This is the tnsnames entry being used:
    SOPRA_TOSHIBA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = toshiba)(PORT = 1521))
    (CONNECT_DATA =
    (SID = sopra)
    (SERVER = DEDICATED)

    This is a wild guess. But would iSqlPlus use a tnsnames.ora file associated with the (web) server ?
    Ken

  • Sqlplus works, but isqlplus give 01034 27101

    Hello,
    I can use sqlplus but when I try to log me on isqlplus, I always have ORA-01034 and ORA-27101.
    ORACLE_HOME ORACLE_SID correctly set
    OS : RHEL4
    Oracle : 10g
    ===
    $> lsnrctl start
    [...] The command completed successfully
    ===
    $> emctl start dbconsole
    [...] started
    ===
    $> isqlplusctl start
    Starting iSQL*Plus ...
    iSQL*Plus started.
    ===
    $> sqlplus / "as sysdba"
    SQL*Plus: Release 10.1.0.3.0
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    ===
    $> sqlplus
    Enter user-name: scott
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> desc tab;
    Name Null? Type
    TNAME NOT NULL VARCHAR2(30)
    TABTYPE VARCHAR2(7)
    CLUSTERID NUMBER
    ===
    http://xxx.xxx.xxx.xxx:5560/isqlplus/login.uix
    (correct login and password for user scott)
    ERROR - ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Linux Error: 2: No such file or directory
    Thank for your help
    H

    it definitely looks like you're not connecting to the same databases there.
    Do a "select name from v$database" in SQL*Plus to verify that you're on the database you think you're.
    Or on the unix prompt do sqlplus scott/pswd@db_name
    instead of just typing sqlplus.
    Kris

  • Isqlplus is not working in linux (oracle linux) in graphical mode

    I have installed Oracle 9i on Oracle Enterprise Linux.sqlplus is working in text mode .But isqlplus is not running .After installation it was working fine but when i have restarted the system it stopped running..........
    Firefox can't establish a connection to the server at oraclelinux.rcc.in:7778.
    Error message
    * The site could be temporarily unavailable or too busy. Try again in a few
    moments.
    * If you are unable to load any pages, check your computer's network
    connection.
    * If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web.
    Please help me
    Sanjeev Jha
    Message was edited by:
    user634063

    You have to start Http server for that :
    $ $ORACLE_HOME/Apache/Apache/bin/apachectl start

  • SQLPLUS login as SYSDBA

    Hi Guys,
    When I try to login as SYS, oracle complains that I should connect as SYSDBA or SYSOPER. Fine. Now I enter the login user as SYSDBA and enter the password..it fails. However, if I login as user scott and password tiger, I can login. Then from the SQL prompt I do:
    connect SYS/<password> as SYSDBA;
    and it works. So my question is, when I use the same <password> as login prompt and user as SYSDBA or SYSOPER, why does that fail and how can I change to make that work directly without loggin in as some other user and then manually change to SYS.
    Thanks

    you must use a special screen
    http://machine_name.domain:port/isqlplus/dba
    check your sqlplus manualAre you sure?
    I always do:
    http://machine_name.domain:port/isqlplusdba
    Note that in that case you must use htpasswd before ...

  • Error in the isqlplus.conf file?

    Is there anyone else out there that gets this message? Each time I try to run my HTTP server to access iSQL*Plus, I get:
    "Syntax error on line 92 of c:/oracle/ora92/sqlplus/admin/isqlplus.conf: FastCgiServer: redefinition of a previously defined FastCGI server "c:/oracle/ora92/bin/isqlplus"
    Does anyone know how I can adjust this config file, or otherwise fix this problem?
    Other than that, the Enterprise edition is up and running, including the SQL Plus app.
    Any advice is greatly appreciated.
    Thanks!
    Eric

    Hi Alison,
    Thanks for the response! Unfortunately, I tried both of these, and neither seems to apply:
    http://otn.oracle.com/support/tech/sql_plus/htdocs/runtime.html#isql_duplicate_entriesAt first, I thought this would be the problem, since I installed twice, but there was only one oracle_apache.conf file in the directory...
    http://otn.oracle.com/support/tech/sql_plus/htdocs/runtime.html#isql_mutex_errorThis one actually talks about a different config file. I'm getting errors on my isqlplus.conf file. It's saying that there's an error b/c of "FastCGIServer: Redefinition of a previously defined Fast CGI Server" Here's what the config file looks like on that (in relevant part):
    # Maps all virtual paths beginning with "/isqlplus*" to the iSQL*Plus
    # FastCGI application
    <IfModule mod_alias.c>
    ScriptAliasMatch ^/isqlplus(.*) C:\oracle\ora92\bin\isqlplus
    ScriptAliasMatch ^/isqlplusdba(.*) C:\oracle\ora92\bin\isqlplus
    <Directory "C:\oracle\ora92\bin">
    AllowOverride None
    Options FollowSymLinks
    Order deny,allow
    Allow from all
    </Directory>
    </IfModule>
    The other reference to the FastCGI server is here: <<#
    # Setup the iSQL*Plus FastCGI application.
    <IfModule mod_fastcgi.c>
    FastCgiServer C:\oracle\ora92\bin\isqlplus -port 8228 -initial-env iSQLPlusNumberOfThreads=20 -initial-env iSQLPlusTimeOutInterval=30 -initial-env iSQLPlusLogLevel=off -initial-env iSQLPlusAllowUserEntMap=none -idle-timeout 3600
    </IfModule>
    Not sure about where else this FastCGI Server might be called, but it looks like one of the definitions is typographically different from the other. Could this be the issue?
    Eric

  • ORACLE_HOME disappeared, SQLPLUS - bash: sqlplus: command not found

    OK, I am a newbie but am having real difficulty with my 10G DB which I had set up on Unix Solaris box but someone was messing around with it and now I can't see ORACLE_HOME, ORACLE_BASE and ORACLE_SID, they all return blank when I try to "echo" each.
    I realise I should have originally set it in Bash_profile, but is now too late.
    So how do I set them back up, I cannot get SQLPLUS / AS SYSDBA.........bash: sqlplus: command not found
    I have tried to reset and export but still doesn't work.
    I got the ORACLE_BASE as:
    training:/export/home/training/product/10.2.0/Db_1:N
    but can't seem to set the three variables to run SQLPLUS, any ideas what I am doing wrong?
    Tried messing around to reset but nothing works, this is the present state of affairs:
    env
    SSH_TTY=/dev/pts/3
    USER=training
    ORACLE_SID=training
    ORACLE_BASE=/oracle/app
    PATH=/usr/sbin:/usr/bin
    PWD=/export/home/training/product/10.2.0/Db_1/bin
    TZ=Eire
    PS1=\e[33m\h\e[31m-\u-\e[33m\W/\e[31m-$\e[32m
    SHLVL=3
    HOME=/export/home/training
    LOGNAME=training
    ORACLE_HOME=/oracle/app/product/10.2.0
    Can someone help me, really need a step by step guide to set these back up properly.
    Thanks

    just retyped the last one correctly:
    find / -name sqlplus -ls
    find: cannot read dir /var/lib/gdm: Permission denied
    find: cannot read dir /var/lib/log/gdm: Permission denied
    find: cannot read dir /var/mysql: Permission denied
    find: cannot read dir /var/dt/sdtlogin: Permission denied
    find: cannot read dir /var/core: Permission denied
    find: cannot read dir /var/run/smc898: Permission denied
    find: cannot read dir /var/spool/clientmqueue: Permission denied
    find: cannot read dir /var/spool/mqueue: Permission denied
    find: cannot read dir /var/fm/fmd/rsrc: Permission denied
    find: cannot read dir /var/fm/fmd/ckpt: Permission denied
    find: cannot read dir /var/fm/fmd/xprt: Permission denied
    find: cannot read dir /var/postgres/8.2/data: Permission denied
    find: cannot read dir /var/postgres/8.2/backups: Permission denied
    find: cannot read dir /var/sma_snmp: Permission denied
    find: cannot read dir /var/tmp/gconfd-root: Permission denied
    find: cannot read dir /var/tmp/orbit-root: Permission denied
    find: cannot read dir /var/krb5/rcache/root: Permission denied
    find: cannot read dir /var/opt/SUNWjass/run/20091012152456: Permission denied
    find: cannot read dir /.gconf: Permission denied
    find: cannot read dir /opt/SUNWlwact/misc/: Permission denied
    find: cannot read dir /opt/SUNWlwact/sdk/: Permission denied
    find: cannot read dir /opt/SUNWlwact/xsl/: Permission denied
    find: cannot read dir /opt/SUNWlwact/svc/: Permission denied
    find: cannot read dir /opt/SUNWlwact/man/: Permission denied
    find: cannot read dir /.sunw: Permission denied
    199411 1 -rw-r--r-- 1 training other 0 Jan 14 23:12 /export/home/training/sqlplus
    172460 2 drwxr-x--- 9 training other 9 Oct 27 17:58 /export/home/training/product/10.2.0/Db_1/sqlplus
    188055 10 -rwxr-x--x 1 training other 8776 Oct 27 18:00 /export/home/training/product/10.2.0/Db_1/bin/sqlplus
    184787 2 drwxr-x--- 3 training other 3 Oct 27 17:58 /export/home/training/product/10.2.0/Db_1/inventory/Templates/sqlplus
    184842 2 drwxr-x--- 3 training other 3 Oct 27 17:58 /export/home/training/product/10.2.0/Db_1/oc4j/j2ee/oc4j_applications/applications/isqlplus/isqlplus/WEB-INF/classes/oracle/sqlplus
    find: cannot read dir /root: Permission denied
    find: cannot read dir /proc/227: Permission denied
    find: cannot read dir /proc/832: Permission denied
    find: cannot read dir /proc/835: Permission denied
    find: cannot read dir /proc/458: Permission denied
    find: cannot read dir /proc/381: Permission denied
    find: cannot read dir /proc/624: Permission denied
    find: cannot read dir /proc/818: Permission denied
    find: cannot read dir /proc/2221: Permission denied
    find: cannot read dir /proc/290: Permission denied
    find: cannot read dir /proc/1166: Permission denied
    find: cannot read dir /proc/273: Permission denied
    find: cannot read dir /proc/229: Permission denied
    find: cannot read dir /proc/225: Permission denied
    find: cannot read dir /proc/478: Permission denied
    find: cannot read dir /proc/445: Permission denied
    find: cannot read dir /proc/815: Permission denied
    find: cannot read dir /proc/410: Permission denied
    find: cannot read dir /proc/432: Permission denied
    find: cannot read dir /proc/440: Permission denied
    find: cannot read dir /proc/427: Permission denied
    find: cannot read dir /proc/352: Permission denied
    find: cannot read dir /proc/443: Permission denied
    find: cannot read dir /proc/1352: Permission denied
    find: cannot read dir /proc/406: Permission denied
    find: cannot read dir /proc/2353: Permission denied
    find: cannot read dir /proc/670: Permission denied
    find: cannot read dir /proc/667: Permission denied
    find: cannot read dir /proc/405: Permission denied
    find: cannot read dir /proc/213: Permission denied
    find: cannot read dir /proc/16953: Permission denied
    find: cannot read dir /proc/1146: Permission denied
    find: cannot read dir /proc/2580: Permission denied
    find: cannot read dir /proc/27831: Permission denied
    find: cannot read dir /proc/444: Permission denied
    find: cannot read dir /proc/1338: Permission denied
    find: cannot read dir /proc/1350: Permission denied
    find: cannot read dir /usr/lib/cc-cfw: Permission denied
    find: cannot read dir /usr/aset: Permission denied
    find: cannot read dir /.gconfd: Permission denied
    find: cannot read dir /etc/flash/precreation: Permission denied
    find: cannot read dir /etc/flash/preexit: Permission denied
    find: cannot read dir /etc/flash/postcreation: Permission denied
    find: cannot read dir /etc/inet/secret: Permission denied
    find: cannot read dir /etc/apache/ssl.key: Permission denied
    find: cannot read dir /etc/sfw/openssl/private: Permission denied
    find: cannot read dir /etc/sfw/private: Permission denied
    find: cannot read dir /etc/webmin: Permission denied
    Looks a bit better:
    199411 1 -rw-r--r-- 1 training other 0 Jan 14 23:12 /export/home/training/sqlplus
    172460 2 drwxr-x--- 9 training other 9 Oct 27 17:58 /export/home/training/product/10.2.0/Db_1/sqlplus
    188055 10 -rwxr-x--x 1 training other 8776 Oct 27 18:00 /export/home/training/product/10.2.0/Db_1/bin/sqlplus
    184787 2 drwxr-x--- 3 training other 3 Oct 27 17:58 /export/home/training/product/10.2.0/Db_1/inventory/Templates/sqlplus
    184842 2 drwxr-x--- 3 training other 3 Oct 27 17:58 /export/home/training/product/10.2.0/Db_1/oc4j/j2ee/oc4j_applications/applications/isqlplus
    How to I run the sqlplus?

Maybe you are looking for

  • Vista will not boot/install after performing a restore to factory settings on satellite l305

    I have a satellite l305 that i bought new thru walmart.com about a year & a half ago, and for the past few months it seems like there are more & more issues with this pc that are causing it not to work properly-everything from drivers failing-or even

  • Ageing Report A/P

    I mean is there anyway to user decode for showing sum(amount) for different period of dates Is there any idea to make faster ageing report for accounts payable module using report 6i Thanks AHon Edited by: [email protected] on Nov 22, 2009 7:07 AM

  • Embedding video into a slideshow

    I read how you can embed a video into a Composition widget, but can you embed it into a Slideshow widget? I have still images and want to incorporate a video as part of the Slideshow and I want to utilize the features of the counter in the Slideshow.

  • Issue Coupon Modifier Line Type in Advanced Pricing

    hi, i have to issue coupon to the customers using the issue Coupon functionality in Advanced Pricing.For this i have created Modifier List Type of Promotion.And created two Modifier Lines of Discount and Coupon issue under this Modifier List.While As

  • Is there any place to put word or excel documents on the Iphone

    I am new as a Iphone user Is There any place or app for storing word or excell documents on Iphone?