Retrieve chines char. via sqlplus

Hi all,
My database version is 10.2.0.4 in windows 32 bit server.
I am not able to get chinese characters in SQL*Plus
My database configuration:
* nls_language = AMERICAN
* nls_territory = AMERICA
* NLS_CHARACTERSET = UTF8
* NLS_NCHAR_CHARACTERSET = AL16UTF16
when I select chinese data from the database SQL*Plus am getting the below characters.
?%???%?£¿ ?%£¿?%£¿?%£¿?%£¿?%£¿?%£¿
Am getting the result in isqlplus but i want in sql*plus only
Please anyone help me.
Thanks & Regards

You may have to set NLS_CHARACTERSET = UTF16 and enable Chinese in your Windows Regional and Language Options control panel.
Edited by: Dude on Jan 26, 2011 10:39 AM
http://www.dbasupport.com/forums/archive/index.php/t-46323.html
..... By installing Chinese in the windows regional settings for client PC, even SQLPLUS from a telnet session can view chinese characters correctly.
Edited by: Dude on Jan 26, 2011 10:40 AM

Similar Messages

  • Load data from File on Client side (via Sqlplus)

    Server OS: RedHat, Oracle 10g rel 2.
    I am trying to load data from OS .txt files to clob field.
    I am able to do this successfully using:
    Oracle DIRECTORY
    BFILE
    DBMS_LOB.loadclobfromfile packageIssue is: this only works if my files and DIR are on database server.
    Is it not possible "load clob from file" from client side, files being on client and exec command via SQLPlus. Is there any other option to load data from client side.
    Thanks for any help.

    Options:
    1) Search for OraDAV
    2) Learn about Application Express.

  • How can I Retrieve special chars from a HTTP Request??

    Hi,
    I want to retrieve special chars from a request
    Chars like accents used in spanish languages or symbols?
    Is there any way to do it
    Thanks in advance
    Alejandro Arredondo

    This is my problem
    For example:
    This is my form:
    <form>
    <input type="text" name="test">
    </form>
    I do write a char on the text area. Something like "?" or "?"
    or some words with accents
    When I retrieve the value with
    String value = request.getParameter("test");
    and print it
    out.println("TEST= " + test);
    It prints another symbol that isn't the one I sent in my form.
    why?
    Thanks

  • Startup database via sqlplus - ORA-12514

    Windows XP Prof., ORACLE 10g R2
    I did the following on the database server:
    sqlplus sys as sysdbaSQL>shutdown
    SQL>exit
    sqlplus /nologSQL> connect sys as sysdba
    ERROR:
    ORA-12514: TNS: Listener kann in Connect-Deskriptor angegebenen Service aktuell nicht aufl÷sen
    What have I to do that I can connect to database on the server via sqlplus without using the listener? I understand that the listener can't find the service because the database is down. But there must be a possibility to connect to an idle instance.
    Thanks in advance!
    Wolfgang

    Hi Wolfgang,
    read this through: http://www.dbmotive.com/oracle_error_codes.php?errcode=12514
    Franky

  • Connect via sqlplus to sys

    I'm trying to connect to sys via sqlplus, but i cannot.
    I can connect to other schema like HR but not to SYS. I'm sure the password is correct because via sql developer for example.
    Can you help me please?

    I typed:
    net localgroup ORA_DBA
    and I get:
    Alias name   ORA_DBA
    Comment    Furgiuele
    Membri
    NT AUTHORITY\SYSTEM
    Esecuzione comando riuscita.
    what does it mean?
    my sqlnet.ora:
    *# sqlnet.ora Network Configuration File: C:\oracle\product\11.1.0\db_1\network\admin\sqlnet.ora*
    *# Generated by Oracle configuration tools.*
    *# This file is actually generated by netca. But if customers choose to*
    *# install "Software Only", this file wont exist and without the native*
    *# authentication, they will not be able to connect to the database on NT.*
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)

  • Retrieve task statistics via soap

    Hello,
    I would need some task-list-metadata like the total number of tasks,
    the number of assigned tasks, the number of completed tasks just
    like the Chart-Feature in the BPM Worklist Application.
    I need to be able to retrieve that data via soap. I couldn't find any
    available webservice, which would be able to accomplish that.
    Documentation tells me that there exists a 'Tasks Report Service'
    which may be appropriate, but it is supported just by plain Java API.
    So before starting to invent my own solution I would like to know
    if there is a existing webservice which supports what I need?
    Kind regards,
    Martin

    Hi,
    Try with Fucntion module: "/SDF/OCS_GET_STAT_INFO".
    When i see the code in above function module he using the code as follows inorder to fecth function modules to list.
    FUNCMODNAME = 'S390_GET_CURRENT_SSID' .
            SELECT SINGLE FUNCNAME
              FROM TFDIR
              INTO :FUNCTION_CHECK
             WHERE FUNCNAME = :FUNCMODNAME .
            IF SY-SUBRC = 0 .
              CALL FUNCTION FUNCMODNAME
                   IMPORTING
                        SSID   = DBSID_DB2
                        DBHOST = DBHOST_DB2.
            ENDIF .
    It may helpful to you.
    Thanks,
    Naga

  • Create username containing a special character via sqlplus

    I can create and use users that have a dash using Enterprise Manager. I cannot, however, using sqlplus.
    SQL> create user foo-bar identified by foo;
    create user foo-bar identified by foo
    ERROR at line 1:
    ORA-00922: missing or invalid option
    If I wrap the ID in quotes it appears to work, but the user is created with the quotes in the ID:
    SQL> create user "foo-bar" identified by foo;
    User created.
    sqlplus foo-bar/foo
    SQL*Plus: Release 11.1.0.6.0 - Production on Mon Jul 28 09:21:33 2008
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    ERROR:
    ORA-01017: invalid username/password; logon denied
    With quotes, it lets me login:
    Enter user-name: "foo-bar"
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    This is in contrast to users created using EM, who can login via sqlplus sans the quotes.

    Double-quotes retain case. The default is uppercase. So, if CREATEing the USER requires double-quotes, but logging in should not, the USER should be CREATEd in uppercase:
    SQL> CREATE USER "FOO-BAR" IDENTIFIED BY foo;
    User created.
    SQL> GRANT CREATE SESSION TO "FOO-BAR";
    Grant succeeded.
    SQL> CONNECT FOO-BAR
    Enter password:
    Connected.

  • Connect problems via SQLPLUS and other tools

    I have installed an Oracle 10g Express database on my computer. I'm able to start the database as well as listener, and also login to the database. However, while trying to connect via SQLPLUS or PL/SQL developer, I get the following error message: ORA-12154 TNS: could not resolve the connect identifier specified. I also did a tnsping, but got the following error message: TNS-03505 failed to resolve name. I suspect that these 2 messages are somehow related to the problem. I set the following msdos variables: ORACLE_HOME=C:\oraclexe\app\oracle\product\10.2.0\server. ORACLE_SID=XE. I also specified this in my registry. Also TNS_ADMIN is set to the following TNS_ADMIN=C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN. On my computer I installed the XE client. I noticed that there are several tnsnames.ora and sqlnet.ora registered in several places.
    I also have the Developer Suite installed on my computer but cannot access it. I think this is due to the aforementioned problem.
    I would greatly appriciate advise in resolving this problem.

    You have several Oracle Home's, so you may be trying to get the tnsnames.ora file from another location. You could either declare the XE entry at all used tnsnames.ora files or you should be consistent with the sqlplus client you are invoking. After the PATH environment variable you may be invoking a sqlplus executable located elsewhere but the XE Oracle Home, so this sqlplus will try to resolve the tns alias at the Home where this was invoked from.
    I suggest you to verify your environment variables and make sure your path environment points to the XE oracle home and either reset your environment variables for your current session or invoke sqlplus with absolute path.
    ~ Madrid

  • Oracle in not responsing to connect requests via sqlplus

    Hi,
    I am trying to connect to oracle 10.2.0.3 on linux via sqlplus.
    All the oracle process are up.
    tnsping and ping are response OK.
    I check the uptime, and it show:
    01:58:21 up 3 days, 23:47, 1 user, load average: 0.09, 0.03, 0.01
    THE PROBLEM IS :
    Oracle is not responsing at all to any connect requests:
    sqlplus xxx/yyy@prd
    SQL*Plus: Release 10.2.0.3.0 - Production on Fri Feb 1 00:23:56 2008
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Quit
    I set the following parameters in the sqlnet.ora:
    trace_level_client = 16
    trace_file_client = client
    trace_directory_client = /software/oracle/admin/prd/net_log
    trace_unique_client = on
    log_directory_client = /software/oracle/admin/prd/net_log/
    trace_level_server = 16
    trace_file_server = svr
    trace_directory_server = /software/oracle/admin/prd/net_log/
    trace_unique_server = on
    log_file_server = svr
    log_directory_server = /software/oracle/admin/prd/net_log/
    I couldnt find any error in the trace files that had been generated.
    Does one have any suggestion ?
    Thanks.

    Can you post the last 100 or so lines from a client trace that is hanging (before you kill the hanging login)?
    The advice to check the listener log on the server is sound, as would be a look at the server's alert<sid>.log and an strace output of the attempt:
    strace sqlplus xxx/yyy@prd
    The advice to delete your spfile and increase PROCESSES is clearly unwarranted, since you have provided no indication that you are exceeding that resource limit. Furthermore you are not receiving "ORA-00020: maximum number of processes (%s) exceeded", which is what we would expect in such an eventuality.
    Regards,
    Jeremiah Wilton
    ORA-600 Consulting
    http://www.ora-600.net

  • Only 'oracle' account can connect via sqlplus

    Currently, only the linux oracle account can connect to the
    server via sqlplus. A have put an exact copy of oracle's
    .profile script into other accounts home directories, and those
    accounts belong to the linux dba group. When another account
    starts sqlplus, they are prompted with login and password, and
    the the following error occurs:
    ORA-01034 ORACLE NOT AVAILABLE
    But if I login as 'oracle', i can connect no problem. I always
    start the server under the oracle account with the dbstart
    script.
    I am probably overlooking something stupid, any ideas?
    Please email me directly in addition to the post.
    Thanks,
    Randon Ethan Loeb
    [email protected]
    null

    There is nothing to do with your .profile, default password, etc.
    After Oracle installation via the installer (orainst), have you
    run root.sh? Root.sh will set the setuid/setgid bit on for the
    file $ORACLE_HOME/bin/oracle. If it is not set, only the owner
    (i.e. oracle/dba) can connect.
    Fix the problem by rerun root.sh. If it doesn't help, simply run
    the commands:
    $ chown oracle:dba $ORACLE_HOME/bin/oracle
    $ chmod ug+s $ORACLE_HOME/bin/oracle
    Kevin (guest) wrote:
    : Not sure if this makes a difference, but I use bash (many
    : distributions default shell, especially redhat) and I believe
    the
    : user's profile for that shell is .bash_profile. Also, try sys
    as
    : your default password for the production release, for some
    : strange reason, that's what my default password was.
    : Kevin
    : Ronald Jeninga (guest) wrote:
    : : Hi,
    : : did you verify the success of the dbstart-script? i.e. are
    all
    : : ORACLE processes running?
    : : % ps ax | grep oracle
    : : ... some output ...
    : : What happens if you start ORACLE manually?
    : : % svrmgrl
    : : > connect internal
    : : > startup
    : : ... some output ...
    : : > quit
    : : do you provide the correct user/password combination?
    : : % sqlplus scott/tiger # might be different on your system
    : : # if you instaled the db together with
    : : # the rest, scott/tiger probably
    exists
    : : if you connect as ORACLE, can you use your DB?
    : : % svrmgrl
    : : > connect internal
    : : > select * from dual;
    : : ... some output ...
    : : these are my first thoughts, might be valuable might be not.
    : : Ronald
    : : Randon Ethan Loeb (guest) wrote:
    : : : Currently, only the linux oracle account can connect to the
    : : : server via sqlplus. A have put an exact copy of oracle's
    : : : .profile script into other accounts home directories, and
    : those
    : : : accounts belong to the linux dba group. When another
    account
    : : : starts sqlplus, they are prompted with login and password,
    : and
    : : : the the following error occurs:
    : : : ORA-01034 ORACLE NOT AVAILABLE
    : : : But if I login as 'oracle', i can connect no problem. I
    : always
    : : : start the server under the oracle account with the dbstart
    : : : script.
    : : : I am probably overlooking something stupid, any ideas?
    : : : Please email me directly in addition to the post.
    : : : Thanks,
    : : : Randon Ethan Loeb
    : : : [email protected]
    null

  • Unable to connect to databases via SQLPlus or SQLDeveloper

    Hi,
    Current Setup: Linux Enterprise 5.8 64 bit/ Oracle 11g/ SQL Developer 3.1
    I recently created a new Linux VM from scratch and installed Oracle 11g on it. Was able to successfully create databases via DBCA, how ever am not able to connect to these databases.
    You'll find this very interesting. I recently discovered different scenarios, where it works and does not works.
    Below scenarios are executed in sequence. After Scenario C, I can successfully create connections via SQLPlus and SQLDeveloper
    Scenario A :
    STEP 1) Start Linux Box
    STEP 2) Try to extablish connection via SQLPlus and SQLDeveloper
    SQLPlus Error: ERROR: ORA-12541: TNS:no listener
    SQLDeveloper Error: Network Adaptor could not establish the resource
    Scenario B :
    STEP 1)Run: lsnrctl start
    ==========
    OUTPUT START
    ==========
    [admin@localhost ~]$ lsnrctl start
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 10-AUG-2012 23:53:53
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Starting /home/admin/app/admin/product/11.2.0/dbhome_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.1.0 - ProductionSystem parameter file is /home/admin/app/admin/product/11.2.0/dbhome_1/network/admin/listener.oraLog messages written to /home/admin/app/admin/diag/tnslsnr/localhost/listener/alert/log.xmlListening on:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))Listening on:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))STATUS of the LISTENER------------------------
    Alias LISTENERVersion TNSLSNR for Linux: Version 11.2.0.1.0 - ProductionStart Date 10-AUG-2012 23:53:56Uptime 0 days 0 hr. 0 min. 2 secTrace Level offSecurity ON: Local OS AuthenticationSNMP OFFListener Parameter File /home/admin/app/admin/product/11.2.0/dbhome_1/network/admin/listener.oraListener
    Log File /home/admin/app/admin/diag/tnslsnr/localhost/listener/alert/log.xmlListening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))The listener supports no servicesThe command completed successfully[admin@localhost ~]$
    =========
    OUTPUT END
    =========
    STEP 2) Try to extablish connection via SQLPlus and SQLDeveloper
    SQLPlus Error: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    SQLDeveloper Error: TNS: listner does not currently know of SID given in connect descriptor
    Scenario C :
    STEP 1) Open DBCA > Configure all database one by one database > Go to till STEP 3 of DBCA configuration wizard
    STEP 2) Close DBCA
    STEP 3)Run: lsnrctl status
    ==========
    OUTPUT START
    ==========
    [admin@localhost ~]$ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 11-AUG-2012 12:04:11
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 11-AUG-2012 11:48:51
    Uptime 0 days 0 hr. 15 min. 19 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /home/admin/app/admin/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /home/admin/app/admin/diag/tnslsnr/localhost/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Services Summary...
    Service "agent" has 1 instance(s).
    Instance "agent", status READY, has 1 handler(s) for this service...
    Service "agentXDB" has 1 instance(s).
    Instance "agent", status READY, has 1 handler(s) for this service...
    Service "orcl.localdomain" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.localdomain" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "productionXDB" has 1 instance(s).
    Instance "production", status READY, has 1 handler(s) for this service...
    Service "production_core" has 1 instance(s).
    Instance "production", status READY, has 1 handler(s) for this service...
    Service "publishing" has 1 instance(s).
    Instance "publishing", status READY, has 1 handler(s) for this service...
    Service "publishingXDB" has 1 instance(s).
    Instance "publishing", status READY, has 1 handler(s) for this service...
    Service "switchinga" has 1 instance(s).
    Instance "switchinga", status READY, has 1 handler(s) for this service...
    Service "switchingaXDB" has 1 instance(s).
    Instance "switchinga", status READY, has 1 handler(s) for this service...
    Service "switchingb" has 1 instance(s).
    Instance "switchingb", status READY, has 1 handler(s) for this service...
    Service "switchingbXDB" has 1 instance(s).
    Instance "switchingb", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [admin@localhost ~]$
    ==========
    OUTPUT END
    ==========
    What can I do to connect to databases and not start dbca and configure each database on system start?
    Any help would be highly appreciated.
    Cheers,
    Sandeep
    Edited by: Sandeep.R on Aug 11, 2012 12:06 PM

    You need a service to auto start/stop instances. Pls See
    Re: Oracle instance is going to idle when i restart/start the machineRgds,
    Ahmer

  • Can connect to local DB via SQLPlus but not via SQLDeveloper, all info incl

    Have a database running on a new local Windows 7 Professional Machine with data, users, etc from an db import. Able to access database via sqlplus, run queries, etc. Cannot run from Oracle SQL Developer. Trying to use Connection Type Basic, Hostname localhost, port *1521*.
    Using SID = xe I get:
    Status: Failure -Test failed: Listener refused the connection with the following error: ORA-12518, TNS:listener could not hand off client connection The Connection descriptor used by the client was localhost:1521:xe
    When I add a service in my listener.ora file for sid_name=xe and program_name=xe (which I include below), I get
    ORA-12518, TNS:listener could not hand off client connection. The connection descriptor used by the client was localhost:1521:xe
    Using Service name = xe I get:
    Status: Failure -Test failed: Io exception: the Network Adapter could not establish the connection.
    Here's every single piece of information I think you may possibly need to help me with the issue. [I've been trying to find the solution on these forums so I hope I haven't messed my settings up even more than they had been before.]
    TNSNAMES.ORA (XE is the name of my local database):
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (service_name = XE)
    (SERVER = DEDICATED)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    LISTENER.ORA
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = XE)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = XE)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    C:\Windows\system32>sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Apr 25 19:36:15 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> select sysdate from dual;
    SYSDATE
    25-APR-10
    SQL> exit
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Produ
    ction
    C:\Windows\system32>tnsping xe
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2
    010 19:43:02
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhos
    t)(PORT = 1521)) (CONNECT_DATA = (service_name = XE) (SERVER = DEDICATED)))
    OK (20 msec)
    C:\Windows\system32>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2010 19:46
    :20
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    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 "XE" has 1 instance(s).
    Instance "XE", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:10
    LOCAL SERVER
    The command completed successfully
    Edited by: user1966631 on Apr 25, 2010 4:59 PM

    Got it. No, no virtualization. Just Win7 64-bit computer running XE.
    C:\Users\Gil>sqlplus ccxreg/ccxreg@XE
    SQL*Plus: Release 10.2.0.1.0 - Production on Sun Apr 25 21:23:20 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    listener.log
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2010 19:54:10
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=760
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    25-APR-2010 19:55:46 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51031)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 19:56:11 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51040)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 19:56:18 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51043)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 19:56:31 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51048)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 19:56:34 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))(SERVICE_NAME=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51050)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 19:56:37 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51052)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 20:42:45 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52547)) * establish * xe * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    25-APR-2010 20:43:08 * (CONNECT_DATA=(SID=@xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52558)) * establish * @xe * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    25-APR-2010 20:43:13 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))(SERVICE_NAME=@xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52562)) * establish * @xe * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    25-APR-2010 21:03:00 * ping * 0
    25-APR-2010 21:03:17 * ping * 0
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2010 21:06:07
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=6836
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    25-APR-2010 21:06:11 * service_register * CLRExtProc * 0
    25-APR-2010 21:06:11 * service_register * CLRExtProc * 0
    25-APR-2010 21:06:11 * service_update * CLRExtProc * 0
    25-APR-2010 21:07:04 * (CONNECT_DATA=(SID=xe)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=53945)) * establish * xe * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    25-APR-2010 21:07:55 * service_update * CLRExtProc * 0
    25-APR-2010 21:09:35 * service_update * CLRExtProc * 0
    25-APR-2010 21:11:15 * service_update * CLRExtProc * 0
    25-APR-2010 21:12:55 * service_update * CLRExtProc * 0
    25-APR-2010 21:14:35 * service_update * CLRExtProc * 0
    25-APR-2010 21:16:16 * service_update * CLRExtProc * 0
    25-APR-2010 21:17:56 * service_update * CLRExtProc * 0
    25-APR-2010 21:19:38 * service_update * CLRExtProc * 0
    25-APR-2010 21:21:21 * service_update * CLRExtProc * 0
    25-APR-2010 21:23:02 * service_update * CLRExtProc * 0
    25-APR-2010 21:23:20 * (CONNECT_DATA=(service_name=XE)(SID=XE)(SERVER=DEDICATED)(CID=(PROGRAM=C:\oraclexe\app\oracle\product\10.2.0\server\bin\sqlplus.exe)(HOST=WIN7X64)(USER=Gil))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=54388)) * establish * XE * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    25-APR-2010 21:24:43 * service_update * CLRExtProc * 0

  • Prevent programmer update,delete via sqlplus

    Dear all,
    Is there anyway to prevent programmer update,delete data via sqlplus? ,I want to allowed "select" only on production server.
    (may be prevent by osuser from v$session...)
    I 'm using oracle10gR2.
    Thank you for advance.
    Chara

    try this trigger
    CREATE OR REPLACE TRIGGER Access_DENIED BEFORE
    DDL ON database
    declare
    v_program varchar2(30);
    v_username varchar2(30);
    v_osuser varchar2(30);
    v_module varchar2(30);
    begin
    select program,username,osuser,module into v_program,v_username,v_osuser,v_module from sys.v_$session where sid =
    (select distinct sid from sys.v_$mystat);
    -- Ristrict USER FROM the programs TOAD,SQLPLUS DEVELOPER, SQLPLUS, OEM from unathurized terminals
    if (upper(v_program) like 'TOAD%' or upper(v_program) like 'PL%' or upper(v_program) like 'SQL%' or upper(v_program) like 'CRW%'
    or upper(v_program) like 'VB%' or upper(v_program) like 'JRE%' or upper(v_module) like 'TO%' or upper(v_module) like 'PL%'
    or upper(v_module) like 'SQ%')
    and upper(v_username) in ('Username') -- DB user for which you want to restrict access
    and upper(v_osuser) not in (allowd OS User) -- list those user that can access for example DBA
    then
    raise_application_error
    (-20001,'You are not Authorized to Execute Statements');
    end if;
    end;
    /

  • HT4528 I have accidentally restored my phone back to factory settings and lost my contacts, photos, and apps.  I have retrieved my apps via itunes but is there any way to reverse this to get my contacts and photos back?

    I have accidentally retored my phone back to factory settings and lost my contact list, photos and all.  I have retrieved my apps via itunes but is there any way to reverse this so I can get my photos and contact list back?

    Some accident with all the steps and warning messages provided.
    All contacts on your iPhone should be available on your computer. Not a good idea to depend on an iPhone or any cell phone alone for such important data. Photos/videos in the Camera Roll should be imported by your computer as with any other digital camera.
    Contacts and photos/videos in the Camera Roll should be included with your iPhone's backup which should have been created or updated by iTunes as the first step during the restore process - unless you declined the option.
    If you declined the option, the data is gone. If not, restore your iPhone again from the backup that was created or updated before the previous restore.

  • Retrieve Mykuler favorites via API

    Is it possible to retrieve a list of my favorite themes from Mykuler via the API? If not, is this the place to post a feature request for this functionality?
    I'm building an app which allows the user to dynamically set the color scheme of the user interface via a kuler feed. However, since many of the themes are not suitable, I'd like to be able to select those which are as favorites and use that feed to drive my application.
    Thanks.

    Thanks for your reply.
    The RetrieveOriginalsByCheckoutRecordCommand only gives me the orignal record id (which i already have) but i need the record with all fields.

Maybe you are looking for

  • Ipad IOS 7 Not syncing with Itunes11.1 on Mac 10.8.5

    It looks like Itunes locks up but it appears to only sync the items that in the iCloud. None of my music or audio books will sync back to the iPad. THis is very annoying. SInce this was a fairly new IPad I zapped it and set it up as new. Only the mus

  • Attachment to the Service Entry Sheet

    Hi experts, Is there any procedure to attach any required document (scanned copy / word / excel sheet etc) to the Service Entry Sheet. Please help. Mohan

  • Acrobat Standard 9.1 - Forms Distribution

    I am trying to distribute a form using Acrobat Standard 9.1.  When I try to use either to use the adobe.com or "Save a local copy and manually send it later" option, I am getting this error: "The filename you specified is not valid because it does no

  • PNG resize issue

    Im resizing a PNG in my app, on iOS (on device it looks fine) but on Android (simulator) it looks jagged. It looks fine on android when it is not resized. I have turned on smoothing and tried redrawing the bitmap using a matrix scale but it doesnt wo

  • HT4527 After iTunes songs location is not found

    I was getting a message that iTunes could not find the location of songs when I tried to play them. Only purchased songs would work. I attempted to transfer iTunes file from a computer that works fine but still get the same message. How do I get iTun