EBS 11.5.10.2 database listener can't stop

Hi All,
Today, I planed to shutdown my desktop. So I did the EBS shutdown process before shutdown the PC. My action details as below:
1. Stop the Application services
Execute $OAD_TOP/admin/scripts/<SID>/adstpall.sh apps/<apps password>.
All the applciate services are stop with the status 0
2. Stop the database listener:
[oravis@vostro VIS_vostro]$ pwd
/u01/oracle/ora/visdb/9.2.0/appsutil/scripts/VIS_vostro
[oravis@vostro VIS_vostro]$ sh addlnctl.sh stop
You are running addlnctl.sh version 115.6
addlnctl.sh: too few arguments specified.
addlnctl.sh start listener_name
In general, available listeners are
Database Net8 listener : <ORACLE_SID>
[oravis@vostro VIS_vostro]$ sh addlnctl.sh stop ORACLE_VIS
You are running addlnctl.sh version 115.6
Logfile: /u01/oracle/ora/visdb/9.2.0/appsutil/log/VIS_vostro/addlnctl.txt
Shutting down listener process ORACLE_VIS ...
addlnctl.sh: exiting with status 1
Check the logfile details
[oravis@vostro VIS_vostro]$ cat /u01/oracle/ora/visdb/9.2.0/appsutil/log/VIS_vostro/addlnctl.txt
LSNRCTL for Linux: Version 9.2.0.6.0 - Production on 11-SEP-2009 01:30:28
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCVIS))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 2: No such file or directory
Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=vostro.oraebs11i.com)(Port=1521))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
LSNRCTL for Linux: Version 9.2.0.6.0 - Production on 11-SEP-2009 01:30:28
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Starting /u01/oracle/ora/visdb/9.2.0/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 9.2.0.6.0 - Production
System parameter file is /u01/oracle/ora/visdb/9.2.0/network/admin/VIS_vostro/listener.ora
Log messages written to /u01/oracle/ora/visdb/9.2.0/network/admin/vis.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROCVIS)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vostro.oraebs11i.com)(PORT=1521)))
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCVIS))
STATUS of the LISTENER
Alias VIS
Version TNSLSNR for Linux: Version 9.2.0.6.0 - Production
Start Date 11-SEP-2009 01:30:28
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security OFF
SNMP OFF
Listener Parameter File /u01/oracle/ora/visdb/9.2.0/network/admin/VIS_vostro/listener.ora
Listener Log File /u01/oracle/ora/visdb/9.2.0/network/admin/vis.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROCVIS)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vostro.oraebs11i.com)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "VIS" has 1 instance(s).
Instance "VIS", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
LSNRCTL for Linux: Version 9.2.0.6.0 - Production on 11-SEP-2009 01:32:22
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCVIS))
The command completed successfully
LSNRCTL for Linux: Version 9.2.0.6.0 - Production on 11-SEP-2009 01:32:23
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCVIS))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 2: No such file or directory
Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=vostro.oraebs11i.com)(Port=1521))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
LSNRCTL for Linux: Version 9.2.0.6.0 - Production on 11-SEP-2009 01:32:23
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Starting /u01/oracle/ora/visdb/9.2.0/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 9.2.0.6.0 - Production
System parameter file is /u01/oracle/ora/visdb/9.2.0/network/admin/VIS_vostro/listener.ora
Log messages written to /u01/oracle/ora/visdb/9.2.0/network/admin/vis.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROCVIS)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vostro.oraebs11i.com)(PORT=1521)))
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCVIS))
STATUS of the LISTENER
Alias VIS
Version TNSLSNR for Linux: Version 9.2.0.6.0 - Production
Start Date 11-SEP-2009 01:32:23
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security OFF
SNMP OFF
Listener Parameter File /u01/oracle/ora/visdb/9.2.0/network/admin/VIS_vostro/listener.ora
Listener Log File /u01/oracle/ora/visdb/9.2.0/network/admin/vis.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROCVIS)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vostro.oraebs11i.com)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "VIS" has 1 instance(s).
Instance "VIS", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
LSNRCTL for Linux: Version 9.2.0.6.0 - Production on 11-SEP-2009 22:05:54
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Connecting to (DESCRIPTION=(CONNECT_DATA=(SID=*)(SERVICE_NAME=ORACLE_VIS.oraebs11i.com))(ADDRESS=(PROTOCOL=TCP)(HOST=ORACLE_VIS)(PORT=1521)))
TNS-12535: TNS:operation timed out
TNS-12560: TNS:protocol adapter error
TNS-00505: Operation timed out
Linux Error: 110: Connection timed out
This is my first time to shutdown the EBS, can someone help me?
Thanks in advance!
Jerome

Hi Hsawwan,
Thanks for your help. I'm totally confused of the useage of the addlnctl.sh below. See, when I type sh addlnctl.sh stop ,the system show the useage of the shell script. it's seems I need to put the listener name after sh addlnctl.sh stop. As I installed the demo in my PC, the database name known as VIS, I don't know I should put the listener name as ORACLE_VIS or VIS only. I have tired the sh addlnctl.sh stop ORACLE_VIS, the script returned the status 1 and log message in my priori update, but when I tried the sh addlnctl.sh stop VIS, the script returned the status 0 and completed fast. Could you tell me which one I should use for the addlnctl.sh ? ORACLE_VIS or VIS only?
oravis@vostro VIS_vostro$ pwd
/u01/oracle/ora/visdb/9.2.0/appsutil/scripts/VIS_vostro
oravis@vostro VIS_vostro$ sh addlnctl.sh stop
You are running addlnctl.sh version 115.6
addlnctl.sh: too few arguments specified.
addlnctl.sh start listener_name
In general, available listeners are
Database Net8 listener : <ORACLE_SID>
Thanks & Best Regards,
Jerome

Similar Messages

  • Oracle 10g database listener port range?

    Hi there
    Can you share me oracle 10g database listener port range (start port to end port No). default port is 1521
    Regards
    Jewel
    Edited by: user623166 on Jul 31, 2012 10:41 PM

    I think you will find your answer in below thread :
    listener port number
    Osama ..

  • Database: Listener refused the connection -please help

    middlegen:
    [middlegen] Database URL:jdbc:oracle:thin:@localhost:1521:PUSSDB
    BUILD FAILED
    C:\cvs-1-11-17\middlegen\samples\build.xml:232: middlegen.MiddlegenException: Couldn't connect to database: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:PUSSDB
    Total time: 8 seconds
    C:\cvs-1-11-17\middlegen\samples>

    Did you try a tnsping to see if it can provide name resolution? Can you connect to the database using the connect string service name such as sys@pussdb? These would indicate whether the database has been properly defined in your databse names resolution method (e.g. tnsnames).

  • Database listener not starting

    hi all,
    Database listener is not starting at cloned instance. strange thing is that when listener name is 'PROD' I can not start listener , and when I set listener name to any other name then there is no problem i can start it normally.
    Please find details below.
    OS : Linux
    DB release: 9r2
    $ ./addlnctl.sh start PROD
    You are running addlnctl.sh version 115.7
    Logfile: /oradata/oradb/proddb/9.2.0/appsutil/log/PROD_proddb/addlnctl.txt
    Starting listener process PROD ...
    addlnctl.sh: exiting with status 1
    while viewing logfile (/oradata/oradb/proddb/9.2.0/appsutil/log/PRODproddb/addlnctl.txt)_*
    LSNRCTL for Linux: Version 9.2.0.6.0 - Production on 28-JAN-2010 09:37:02
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPROD))
    The command completed successfully
    LSNRCTL for Linux: Version 9.2.0.6.0 - Production on 28-JAN-2010 09:37:17
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCPROD))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=clondb.testdomain.com)(Port=1531))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    LSNRCTL for Linux: Version 9.2.0.6.0 - Production on 28-JAN-2010 09:37:17
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting /oradata/oradb/proddb/9.2.0/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 9.2.0.6.0 - Production
    .logd280: error creating log stream /oradata/oradb/proddb/9.2.0/network/admin
    NL-00278: cannot open log file
    SNL-00016: snlfohd: error opening file
    Linux Error: 2: No such file or directory
    Listener failed to start. See the error message(s) above...
    Permission for files is as folow*
    $ pwd
    /oradata/oradb/proddb/9.2.0/network/admin/PROD_proddb
    $ ls -l
    total 36
    -rwxr--r-- 1 oradb oinstall 1213 Sep 6 10:11 listener_ifile_old.ora
    -rw-r--r-- 1 oradb oinstall 1204 Jan 27 11:43 listener_ifile.ora
    -rwxr--r-- 1 oradb oinstall 1335 Jan 27 11:25 listener_old.ora
    -rw-r--r-- 1 oradb oinstall 1197 Jan 28 09:37 listener.ora
    -rwxr--r-- 1 oradb oinstall 324 Jan 23 09:13 PROD_proddb_ifile.ora
    -rw-r--r-- 1 oradb oinstall 2 Feb 21 2008 sqlnet_ifile.ora
    -rwxr--r-- 1 oradb oinstall 631 Sep 6 10:25 sqlnet.ora
    -rwxr--r-- 1 oradb oinstall 2530 Jan 27 11:25 tnsnames_old.ora
    -rwxr--r-- 1 oradb oinstall 2530 Sep 6 09:04 tnsnames.ora
    and permission for log files*
    $ pwd
    /oradata/oradb/proddb/9.2.0/network/log
    $ ls -l
    total 100
    -rw-r--r-- 1 oradb oradb 0 Jan 27 13:32 listener.log
    -rw-r--r-- 1 oradb oinstall 2170 Feb 21 2008 listener_old.log
    -rw-r--r-- 1 oradb oinstall 5020 Jan 28 09:37 proddg.log
    -rw-rw-r-- 1 oradb oradb 352 Jan 28 09:37 prod.log
    -rw-r--r-- 1 oradb oinstall 3168 Jan 27 12:01 prod_old.log
    -rw-r--r-- 1 oradb oinstall 74089 Sep 4 11:01 sqlnet.log
    regards

    user4041390 wrote:
    hi all,
    Database listener is not starting at cloned instance. strange thing is that when listener name is 'PROD' I can not start listener , and when I set listener name to any other name then there is no problem i can start it normally.
    <snip>Why not make life easier on yourself and just let the listener go with the default name of 'listener'?

  • JMS as database listener

    Hi, good day to you.
    I would like to know how to implement JMS as database listener, so that any CRUD process to the database will send a notification to JMS listener.
    Any tutorial or articles?
    Thanks.

    What you call a "database listener" is, in the database world, called a "trigger".
    Check the documentation for your database to see if it supports triggers (not all of them do) and what languages they can be written in.

  • Weblogic Connection pool active even database listener down

    Just wanted to check if sometime noticed this.
    Today.. In production our Database listener was down and connection pools in weblogic were still working fine. But, when tried making a explicit call to DB it throws exception "The Network Adapter could not establish the connection"..
    Couple of days back our production database was restarted. Sill weblogic connection pool was active without restart.
    Any info. is appreciate..
    Thanks

    Hi Jung,
    There is no timeout current that you can set on the connection pool. It will
    be in a future release of WebLogic
    sree
    "Jung Yang" <[email protected]> wrote in message
    news:[email protected]..
    Thanks.
    Yes I know that part.
    However, I still would like to know how to get time out settings andchange
    if I can.
    Where can I do that?
    - jung
    "Sree Bodapati" <[email protected]> wrote in message
    news:[email protected]..
    set TestConnectionsOnReserve="true" in the pool and you should be all
    set.
    >>
    sree
    "Jung Yang" <[email protected]> wrote in message
    news:[email protected]..
    I am currently using WLS 6.0 SP2 RP2 with jdbc thin oracle driver.
    What is the timeout setting on weblogic connection pool?
    I would like to set max number of seconds waiting for reply to connect
    to
    a
    database so that it does not wait too long before realizing that it isdown.
    Also if there is a setting that can be configured, is it jdbc api
    implementation or weblogic specific?
    Thanks in advance.

  • Any major differences of exadata database, listener, processes than regular RAC environment?

    I would like to ask for any input regarding any major differences of exadata database, listener, processes than regular RAC environment.
    I know now the exadata not only have SCAN listener, but a lot other listeners. can expert here provide more details?
    Thanks

    We will use zfs to do backups, is that possible for the initiband listener to communicate with ZFS?  where I can find documents for zfs?
    The SDP (Infiniband) Listener is for client connections connecting to the database on Exadata over the SDP protocol on the Infiniband network. You should use the Infiniband network to connect the ZFS to Exadata and mount the ZFS shares to the Exadata compute nodes using DNFS; but this doesn't use the SDP listener because there is no database connection originating from the ZFS you are just backing up your databases to it. See the "Oracle ZFS Storage: FAQ: Exadata RMAN Backup with The Oracle ZFS Storage Appliance (Doc ID 1354980.1)" MOS note for good information and references regarding backing up from Exadata to ZFS.
    Plus how do I know we have exalogic?  I dont think we have one, but is there a way to check to be sure?
    Exalogic is another of Oracle's engineered systems. It contains integrated compute, network and storage - similar to Exadata - but is used for running application environments, specifically for fusion middleware (e.g. Weblogic) applications, instead of databases. It uses a ZFS storage appliance for the storage, as opposed to the storage cells on Exadata, and for virtualized environments uses the Exalogic Elastic Cloud software. You would know if you have one.
    So basically after oracle engineer installed onecommand and created sample database, as oracle dba, we can dbca to create a database just like regular RAC environment?  There is nothing specific on exadata perspective?
    Yes... Oracle on Exadata is still the same RDBMS - same Oracle Enterprise edition with the RAC option. The Exadata difference comes with the hardware integration and the storage cell software... the database software is the same.
    Another question is do I have to configure exadata specific parameters in order for all those features of smart scan, storage index, comrpession, etc work?
    Some Exadata features are mostly "black box" and work without any configuration others may take some configuration or tuning to take advantage of. For example, storage indexes are created dynamically on the storage cells... there is not much you can do to control them. For smart scans you need full table/index scans with direct path reads. So you need to tune for direct path reads. HCC requires setting up your tables/partitions to compress at one of the HCC compression levels and using direct path loads.

  • Unable to auto start database/listener/EM on Oracle Enterprise Linux 5

    All Experts
    I have install oracle 11g on Oracle Enterprize Linux 5 successfully.
    done all post installating steps, but when i restart server oracle listener/database/EM not automatically start.
    Please guide what is wron (server dbora error: /bin/sh: :No such file or directory).
    1. Log in as the root user
    2. Edit the oratab file (SID=Y)
    3. Create a file called dbora
    4.Run chmod and chgrp on the dbor file
    # chgrp dba dbora
    # chmod 750 dbora
    6.Creat symbolic links to the dbora script
    # ln -s /etc/init.d/dbora /etc/rc.d/rc0.d/K01dbora
    # ln -s /etc/init.d/dbora /etc/rc.d/rc3.d/S99dbora
    # ln -s /etc/init.d/dbora /etc/rc.d/rc5.d/S99dbora
    7. add service
    # chkconfig --add dbora
    # chkconfig –list dbora
    0:off 1:off 2:off 3:on 4:off 5:on 6:off
    # ls -l /etc/rc*.d/*dbora
    # !/bin/sh -X
    # chkconfig: 35 99 10
    # description: Start and stop the Oracle database, listener, EM, and iSQLPlus
    # Change the value of ORACLE_HOMe to specify the correct Oracle Home Firectory for your installation.
    # Change the value of ORACLE to the login name of the oracle owner at your site
    ORACLE_HOME=/oradisk/app/oracle/product/11.1.0/db
    ORACLE=oracle
    PATH=${PATH}:$ORACLE_HOME/bin
    HOST="hostname"
    PLATFORM="uname"
    export ORACLE_HOME PATH
    if [ ! -f $ORACLE_HOME/bin/dbstart ]
    then
    echo "Oracle startup: cannot start"
    exit
    fi
    case $1 in
    'start')
    su - $ORACLE -c "$ORACLE_HOME/bin/dbstart $ORACLE_HOME"
    'stop')
    su - $ORACLE -c "$ORACLE_HOME/bin/dbshut $ORACLE_HOME"
    echo "usage: $0 {start|stop}"
    exit
    esac
    exit

    does the script work when you log on to your freshly started system, logon as root and execute /etc/init.d/dbora start?
    the script does not have to have group membership of the dba group.
    also, do not create symlinks yourself.
    by adding the service using chkconfig the script is started and stopped as indicated by chkconfig --list, no need to do additional steps like creating symlinks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Standby database(11g) was still in sync after stopping the primary and standby database listener.

    Hello !!!
    I have noticed that my standby database(11g) was still in sync after stopping the primary and standby database listener.
    If this is the case then how log is transferring from primary to standby ? it is not using listener service ? kindly clarify

    Read this Metalink Note:407040.1

  • Import Issue : "Database error: can't get path to master" when attempting to import photos (referenced method)

    Hi Everyone,
    I have a NAS (Network Attached Storage) which holds my photos. I want to import them into Apple photos (but via the reference method).
    I did this by going to Preferences/General and unchecking the 'Importing: Copy items to the Photo library' option.
    I connect to my NAS via AFP and have mount 'Media' which is where my photos are stored.
    I select the file/import option, navigate to aforementioned photo location and select the "Review for import" button
    I then receive an error which states:
    Unreadable File
    The following files could not be imported (they may be an unrecognized file type or the files may not contain valid data).
    Filename                    Reason
    Filename.jpg              Database Error: can't get path to master
    The above error happens on multiple file types.....
    However ...
    If I tick the option in the preferences/general to 'Importing : Copy items to photo library" option then the file will import successfully.
    I of course don't want to import the files I want them to be referenced...
    Anyone else experiencing this issue????
    Thanks in advance.
    Benjamin

    If this is a 3rd party application, I would seek out that company and ask for an updated version compatible with 2010, then it would be a matter of simply installing it per their instructions.
    Otherwise, the best course of action is to deactivate the feature from WSSv3 prior to removal. If that is no longer possible, then use
    FeatureAdmin to remove the feature from within 2010.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • What is default database listener port number

    Running emca script requested for database listener port number. Where do I get this information from.

    If the port number is not specified in listener.ora,
    you may get different values with 10gR1 such as 1509,
    1525, 1525 or 1531 (on Windows XP SP2).
    I guess this depends also on whether the TCP/IP port
    1521 is really released or notI have seen what you have described above when port 1521 was in use by another process. If the port is not in use, I have not seen any thing other then 1521 assigned when the listener was created either during installation or afterwards using Net Assistant.

  • Max no of feilds a database table can have?

    Hi all,
            Can some body tell me Max no of feilds a database table can have?
    Thanks a lot - Chandan

    Hi Chandan,
          You can refer the below link ( check the sub heading constraints).
    http://help.sap.com/saphelp_47x200/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm
    Regards,
    Siva.

  • Can FCS be set up in multiple offices - Would that be one database or can we synchronize several - I need general architecture concept

    Can FCS be set up in multiple offices/locations - Would that be one database or can we synchronize several databases - I need general architecture concept

    If you want to link to separated location which are too far from each other to connect via Ethernet or FC you can't. What you can do is build another FCS with a completely independent DB and link both with XML and scripting (or if you have a very good DB knowledge). Other than that you can put the FCS DB in one location and make the clients on the other connect to the first one. But if the issue is to ingest media from both locations to the same DB then you better have a nice and big Ethernet connection between both locations.
    Hope this help

  • What file format Oracle Database 11g can spool data w chinese characters?

    Hi,
    I have a batch job that spools data into a text file for further processing but now I have data that contains chinese characters.
    From what I know text file (.txt) cannot support chinese characters.
    Anyone has any idea what file format Oracle Database 11g can spool data with chinese characters?
    Thank you!
    Regards,
    Fel

    I'm not sure this can work with SQL*Plus in character mode on Windows DOS mode. But this should work with SQL Developer: see Re: How to display Chinese characters in Oracle?
    I can also make this work with Linux:
    $ locale
    LANG=fr_FR.UTF-8
    LC_CTYPE="fr_FR.UTF-8"
    LC_NUMERIC="fr_FR.UTF-8"
    LC_TIME="fr_FR.UTF-8"
    LC_COLLATE="fr_FR.UTF-8"
    LC_MONETARY="fr_FR.UTF-8"
    LC_MESSAGES="fr_FR.UTF-8"
    LC_PAPER="fr_FR.UTF-8"
    LC_NAME="fr_FR.UTF-8"
    LC_ADDRESS="fr_FR.UTF-8"
    LC_TELEPHONE="fr_FR.UTF-8"
    LC_MEASUREMENT="fr_FR.UTF-8"
    LC_IDENTIFICATION="fr_FR.UTF-8"
    LC_ALL=
    $ cat chinese.sql
    cat tchinese.sql
    set echo on
    spool tchinese.log
    select * from v$version;
    select unistr('\8349') from dual;
    exit
    $ cat tchinese.log
    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> select unistr('\8349') from dual;
    UNIS                                                                           
    草                                                                              Edited by: P. Forstmann on May 27, 2009 10:30 AM
    Edited by: P. Forstmann on May 27, 2009 10:33 AM

  • Hi, Have tried searching the bookmarks database. Can't find my problem addressed :9

    Hi, Have tried searching the database. Can't find my problem addressed. I have lost one folder in my bookmarks and all of its contents. Went to all of the sites in that folder and downloaded them again. Some of the new downloads don't show up in the bookmarks list even though it says, site is bookmarked? What do I need to do to see all of the contents in that folder, please?
    Thanks.

    Thank you so much for trying to help me. So sorry that I am computer illiterate :)
    Using your first alternate suggestion I closed down the computer completely.
    When reopened it was the same.
    Downloaded the Maintenance Add-On and did All>Execute. Some changes were made but the problem remained the same.
    Following your second suggestion I deleted the places.squite folder and reopened FF. The problem remains...
    For your information - don't know if it matters, both my bookmarks folder and my bookmarksbackups folder are empty. Screen shot attached.
    Oooff - now I am getting upload invalid and I don't know why! I saved them both as .jpg
    So sorry to be thick! Can you help?
    Thank you.

Maybe you are looking for

  • To download the print format and mail it on giving a range of customers

    Hai i have a smartform attached program to a report. my selection screen contains only customer number (in range) and sales office code. on executing the program will generate a printfile file for each customers. i posted this question already and go

  • Batch and split valuation simultaneously

    hello all, we have scenarios in which both batch management and split valuation is active. we are currently uses STO with stocktransport order by using 351 and 101 movements. my question is that why the sap system does not allow plant to plant stock

  • Problems with spatial indexing

    Hi,folks, Thanks, first. When I try to build a function_based R-tree index on a table, I get the following error message. Is anyone has idea what I should look into to fix this problem. Thank you. ORA-29855: error occurred in the execution of ODCIIND

  • ADF panel executes all queries in the application module.

    Hi all, I have created an ADF Panel, which allows the user to run a few simple queries against an Oracle database done using ADF view objects and ADF view links and ADF application module. As I add more functionality meaning more available queries me

  • How i reset my administra​tor password with out a reset disk

    Hi I  forgot my administrator password and I didn't make a disk to reset it, how can I reset it with out erasing everything in my PC, I really need help because have important document and I need to get in touch with them.