Oracle SQLPlus problem

was working on xp until i installed my broadband modem...getting the following error..
ORA-12514: TNS:listener does not currently know of service requested in connect descriptor

Go into your listener.ora and tnsnames.ora files and reconfigure the host to 127.0.0.1.
Then restart the listener.

Similar Messages

  • Oracle connetion problems

    Hi,
    I am facing problems while connecting to database from SQl command line.
    Please see below and help me regarding this.
    oracle@s96mk1d0:/home/oracle : sqlplus "/as sysdba"
    SQL*Plus: Release 10.2.0.4.0 - Production on Tue Aug 25 17:39:34 2009
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Connected.
    SQL> select * from v$instance;
    select * from v$instance
    ERROR at line 1:
    ORA-01012: not logged on
    From logfile
    =======
    Tue Aug 25 17:38:42 2009
    Process m000 died, see its trace file
    Tue Aug 25 17:38:42 2009
    ksvcreate: Process(m000) creation failed
    Tue Aug 25 17:39:43 2009
    Process m000 died, see its trace file
    Tue Aug 25 17:39:43 2009
    ksvcreate: Process(m000) creation failed
    Tue Aug 25 17:40:44 2009
    Process m000 died, see its trace file
    Tue Aug 25 17:40:44 2009
    ksvcreate: Process(m000) creation failed

    Process m000 died, see its trace filepost content of trace file here
    CUT following lines
    env | sort
    sqlplus
    / as sysdba
    PASTE into command/terminal window.
    CUT commands & results from above & PASTE back here

  • Oracle sqlplus default setting

    Hi,
    Is there any way to have a particular setting by defult in oracle sqlplus. I am giving you the example of the problem:-
    SQL> select 1234567891011111 from dual;
    1234567891011111
    1.2346E+15
    SQL> column a format 9999999999999999999999999
    SQL> select 1234567891011111 a from dual;
    A
    1234567891011111
    From the above queries by default when I'm executing the query then E is coming for large values. Now I've formatted the column and got the actual value. Now my question is, can I set this by default the specific value or always I'll have to do it explicitly from sqlplus prompt.
    Thanks & Regards,
    Sudipta

    You can add this entry to glogin.sql file which is executed when sqlplus is started
    column a format 9999999999999999999999999
    This file is located on $ORACLE_HOME/sqlplus/admin/
    Best Regards
    Krystian Zieja / mob

  • Help needed in auto-increment in Oracle SQLPlus

    hi everybody
    I have a table in which the id column should be autoincrementing. Whenever i insert a row in the table, the id should be autoincremented. How to create the table in Oracle SQL Plus. I insert the row using JDBC connection. So how to insert the value for id in java program.
    Thanks in advance

    How to use Oracle SQLPlus has absolutely nothing to do with Java or JDBC; you should ask this question in a different forum, such as one of the Oracle database forums, here:
    http://forums.oracle.com/forums/category.jspa?categoryID=18

  • Oracle reports problem in distribution with xml file

    Hi ,
    I am having problem while I am trying to distribute the file with specifing the destination details in the xml. If I am giving the destination details in url then it is working.
    Ex.
    This is Working
    http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&desformat=pdf&destype=file&desname=devlopersuit/reports/output_file.pdf
    Not working :
    http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&DISTRIBUTE=YES&destination=devlopersuit/reports/dis_test.xml
    xml file
    <destinations>
    <file id="test" name="output_file.pdf" format="pdf">
    <include scr="mainSection"/>
    </file>
    </destinations>
    Error : REP-34304: Distribution failed to complete; review the distribution lists
    Its been week I tried many things , but not working.
    Right now I am trying to distribute to single file but my goal is to burst and distribute on basis of account number.
    This is the first stage of the project.
    Thanks a lot for the help
    Anju

    Hello
    see answer in Oracle reports problem in distribution with xml file
    Regards

  • Oracle可以远程连接但是本地sqlplus无法登陆

    OS: SunOS 5.10
    DB: 10205 单实例
    症状: 实例明明已经open,且通过tnsname可以从客户端正常连接,但是本地采用sqlplus却无法登陆;
    / as sysdba显示登陆的是一个idle instance, 使用普通用户则直接报告memory not exist;
    当使用sqlplus / as sysdba本地登陆并尝试mount时,则显示ORA-01102: cannot mount database in EXCLUSIVE mode;
    该机器安装有11203和10205数据库若干,11203的均可以正常连接,但是10205都是显示此类错误
    [oracle]/export/home/oracle> export ORACLE_HOME=/apps/oracle/product/102
    [oracle]/export/home/oracle> export ORACLE_SID=prod
    [oracle]/export/home/oracle> $ORACLE_HOME/bin/sqlplus / as sysdba
    ld.so.1: sqlplus: fatal: relocation error: file /apps/oracle/product/102/lib/libnnz10.so: symbol nzdacvalue: referenced symbol not found
    Killed
    [oracle]/export/home/oracle> echo $LD_LIBRARY_PATH
    /apps/oracle/product/11203/lib
    [oracle]/export/home/oracle> echo $PATH
    /apps/oracle/product/11203/bin:.:/usr/ccs/bin:/usr/sbin:/usr/bin:/bin:/usr/ucb:/usr/openwin/bin:/usr/local/bin:/opt/bin:/usr/dt/bin/:/usr/ccs/bin
    [oracle]/export/home/oracle> export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    本地登陆
    [oracle]/export/home/oracle> $ORACLE_HOME/bin/sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.5.0 - Production on Fri Aug 31 04:11:27 2012
    Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
    Connected to an idle instance.
    SQL>
    [oracle]/export/home/oracle> sqlplus system/******
    SQL*Plus: Release 10.2.0.5.0 - Production on Fri Aug 31 04:12:55 2012
    Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    使用tnsname则可以正常登陆
    [oracle]/export/home/oracle> sqlplus system/******@prod
    SQL*Plus: Release 10.2.0.5.0 - Production on Fri Aug 31 04:12:29 2012
    Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> show parameter db_name
    NAME TYPE VALUE
    db_name string prod
    SQL> select status from v$instance;
    STATUS
    OPEN
    使用truss跟踪
    oracle]/export/home/oracle> truss -aefo tnsplus.log sqlplus system/******
    SQL*Plus: Release 10.2.0.5.0 - Production on Fri Aug 31 04:24:26 2012
    Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Enter user-name: ^C
    不知各位有何思路,麻烦解答一下
    注:环境变量的设置是无误的;没发现上传文件的按钮,贴了原帖的链接,可以点进去下载一下truss的跟踪文件
    Edited by: 956503 on 2012-9-2 上午7:41

    1.通过进程确认下sid
    ps -ef ora_你要的sid
    2.建议不同版本的数据库变量,完整的写入到一个shell文件中
    然后使用的时候source shell加载下
    3.你这次的错误很想是sid不正确导致
    [oracle@xifenfei ~]$ ps -ef|grep ora_
    oracle 26818 1 0 04:36 ? 00:00:00 ora_pmon_XFF
    oracle 26820 1 0 04:36 ? 00:00:00 ora_psp0_XFF
    oracle 26822 1 0 04:36 ? 00:00:00 ora_mman_XFF
    oracle 26824 1 0 04:36 ? 00:00:00 ora_dbw0_XFF
    oracle 26826 1 0 04:36 ? 00:00:00 ora_lgwr_XFF
    oracle 26828 1 0 04:36 ? 00:00:00 ora_ckpt_XFF
    oracle 26830 1 7 04:36 ? 00:00:02 ora_smon_XFF
    oracle 26832 1 0 04:36 ? 00:00:00 ora_reco_XFF
    oracle 26834 1 1 04:36 ? 00:00:00 ora_cjq0_XFF
    oracle 26836 1 5 04:36 ? 00:00:01 ora_mmon_XFF
    oracle 26838 1 0 04:36 ? 00:00:00 ora_mmnl_XFF
    oracle 26840 1 0 04:36 ? 00:00:00 ora_d000_XFF
    oracle 26842 1 0 04:36 ? 00:00:00 ora_s000_XFF
    oracle 26847 1 0 04:37 ? 00:00:00 ora_p000_XFF
    oracle 26849 1 0 04:37 ? 00:00:00 ora_p001_XFF
    oracle 26851 1 1 04:37 ? 00:00:00 ora_arc0_XFF
    oracle 26853 1 0 04:37 ? 00:00:00 ora_arc1_XFF
    oracle 26855 1 1 04:37 ? 00:00:00 ora_qmnc_XFF
    oracle 26861 1 4 04:37 ? 00:00:00 ora_q000_XFF
    oracle 26867 1 3 04:37 ? 00:00:00 ora_j000_XFF
    oracle 26869 1 2 04:37 ? 00:00:00 ora_j001_XFF
    oracle 26874 26778 0 04:37 pts/1 00:00:00 grep ora_
    [oracle@xifenfei ~]$ export ORACLE_SID=xff
    [oracle@xifenfei ~]$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Thu Aug 30 04:37:45 2012
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Connected to an idle instance.
    SQL> exit
    Disconnected
    [oracle@xifenfei ~]$ sqlplus chf/xifenfei
    SQL*Plus: Release 10.2.0.4.0 - Production on Thu Aug 30 04:37:52 2012
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Enter user-name:

  • Everyones Oracle Linux Problem solved!!!

    Everyones Oracle Linux Problem solved!!!
    Here's something Linux people should relate to: Use what works!
    what works?
    NT works! NT works great with 8i AND OAS.
    No hassles at all!
    Up and running within one day!!!!
    Guaranteed!
    U don't see a NT forum here with people having ridiculous install problems like Linux people?
    Perhaps Oracle should moderate this newsgroup and even give an authorative answer or two?
    null

    I have switched our development and soon production databases to Linux because it runs like a charm. Fast and efficient, no problems. The installer has been a problem no doubt because Oracle put less of an emphasis on debugging their Linux installer than their idiot-proof NT installer.
    By the way, I was able to circumvent installer problems by just linking svrmgrl to svrmgrlO; this avoided the dreaded segmentation fault and kicked everything open just fine.
    BTW, about NT; what makes an OS is not how well everything works when everything is going well, but how bad it gets when something goes bad. For instance, the segmentation faults on Linux weren't a problem because I just picked up and continued; on NT you'd have to restart the whole system...not a pleasant feature.
    null

  • Oracle Designer Problem Please help me

    Sir,
    1) I created a database
    2) Run>cd d:\Oracle_home\repadm61\admin\@ckqa
    @ckparams.txt
    @ ckvalqa
    @ ckcreate
    3)Opened Repository Administration Utility
    Log in as 'repos_manager/repos_manager@orcltest'
    Installed Repository.
    4) Opened Oracle 9i Designer. I am able to connect
    as 'repos_manager/repos_manager@orcltest'
    But I am not able to logon as any other user in same database/ any other user in different database. Why?
    Please help me.
    regards
    Mathew

    duplicate thread, see this one -> Re: Oracle Designer Problem Please help me

  • OC4J - Oracle 9i-sqlplus problem

    Hi,
    When I try to insert to the database using JDBC from a web browser, the browser hangs. The moment I exit from sqlplus at the command prompt, the query from the web browser writes immediately.
    I am using the default "scott" "tiger" username password scheme supplied with Oracle and have specified that in my data-source.xml file.
    I am thinking maybe user "scott" has some predefined number of connections or something? Does anyone know what the problem is?
    Cheers,
    Rahul

    Hi Chen,
    Yes, I agree with you that the SQL*Plus session is locking the database
    table, but actually, I think any operation done on the table (including
    a simple SELECT -- without FOR UPDATE) will lock the table.
    Rahul, you don't need to exit SQL*Plus in order to unlock the table,
    just issue a "commit" or "rollback" command from your SQL*Plus session.
    Hope this helps.
    Good Luck,
    Avi.

  • Help with sqlplus problem

    So I installed Oracle for Linux 8.0.5 and applied the
    glibc patches. The database is up and running.
    I can connect to the database from my pc clients and from the
    local machine, so I know the listener is set right. But my
    problem isn't inbound connections, it's outbound connections...
    My problem is, when I try to use sqlplus to connect to another
    oracle database, I get a:
    ORA-01017: invalid username/password; logon denied.
    However, if I use svrmgrl to connect to that same database -
    using the same username and password, I am able to connect! A
    tnsping shows OK (30 msec) and I have connectivity, so my
    tnsnames.ora file is configured right...
    Any ideas anyone?
    Thanks in advance,
    Philip Adams
    null

    dave torgerson (guest) wrote:
    : Phil Adams (guest) wrote:
    : : So I installed Oracle for Linux 8.0.5 and applied the
    : : glibc patches. The database is up and running.
    : : I can connect to the database from my pc clients and from the
    : : local machine, so I know the listener is set right. But my
    : : problem isn't inbound connections, it's outbound
    connections...
    : : My problem is, when I try to use sqlplus to connect to
    another
    : : oracle database, I get a:
    : : ORA-01017: invalid username/password; logon denied.
    : : However, if I use svrmgrl to connect to that same database -
    : : using the same username and password, I am able to connect! A
    : : tnsping shows OK (30 msec) and I have connectivity, so my
    : : tnsnames.ora file is configured right...
    : : Any ideas anyone?
    : : Thanks in advance,
    : : Philip Adams
    : Are you connecting to a v7 database?
    : You may look at the $ORACLE_HOME/network/admin/sqlnet.ora file.
    : add a line like "DISABLE_OOB = ON". I've seen this solution
    : somewhere before and it worked for me when I had the same
    : problem. There are other lines you may need to add in this
    file
    : to turn certain "features" on or off.
    Maybe Sql*Plus is not linked with TCP/IP: the "adapters" program
    looks inside a program to see the protocols:
    adapters sqlplus
    If a "ls -l" for sqlplus shows a create date older than
    the svrmgrl, relink sqlplus.
    Regards,
    Gilles
    http://perso.club-internet.fr/gbriard
    null

  • Oracle Connection Problem TNS

    first of all my name is anthuan greetings to all
    Use Windows 7 x64 (64bits)
    I have a problem with the connection to oracle database 10g express edition, which is the next thing I can not connect to the EMS manager 2010 for oracle, not to ModelRight 3.5.
    already tried by the SQLPLUS and connect perfectly well connected by the manager that brings APEX http. And it's strange to connect with sqlplus and not applications. You turn off the firewall to see if the port was blocked.
    do not know if the problem is in the TNSNAMES.ORA OR OR listener.ora sqlnet.ora, because the check and I think I see it, not if it has something to environment variables with this because there are not very well as configure whether someone can give me would be very grateful for assistance in advance, please help and I have days trying to resolve this.
    PLEASE HELP!!
    the description of each file is:
    ==========================================
    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)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = Alienware-PC)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    =========================================
    SQLNET.ORA
    # 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)
    ================================================
    TNSNAMES.ORA
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp)(HOST = Alienware-PC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    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)
    )

    ok is this, my OS is in Spanish if they do not understand anything I say
    ==========================================================================
    C:\Users\Alienware>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 09-MAY-2010 02:39
    :47
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Conectßndose a (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    ESTADO del LISTENER
    Alias LISTENER
    Versi¾n TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Fecha de Inicio 08-MAY-2010 22:13:17
    Tiempo Actividad 0 dÝas 4 hr. 26 min. 33 seg.
    Nivel de Rastreo off
    Seguridad ON: Local OS Authentication
    SNMP OFF
    Servicio por Defecto XE
    Parßmetros del Listener C:\oraclexe\app\oracle\product\10.2.0\server\network\a
    dmin\listener.ora
    Log del Listener C:\oraclexe\app\oracle\product\10.2.0\server\network\l
    og\listener.log
    Recibiendo Resumen de Puntos Finales...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Alienware-PC)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=
    HTTP)(Session=RAW))
    Resumen de Servicios...
    El servicio "CLRExtProc" tiene 1 instancia(s).
    La instancia "CLRExtProc", con estado UNKNOWN, tiene 1 manejador(es) para este
    servicio...
    El servicio "PLSExtProc" tiene 1 instancia(s).
    La instancia "PLSExtProc", con estado UNKNOWN, tiene 1 manejador(es) para este
    servicio...
    El servicio "XEXDB" tiene 1 instancia(s).
    La instancia "xe", con estado READY, tiene 1 manejador(es) para este servicio.
    El servicio "XE_XPT" tiene 1 instancia(s).
    La instancia "xe", con estado READY, tiene 1 manejador(es) para este servicio.
    El servicio "xe" tiene 1 instancia(s).
    La instancia "xe", con estado READY, tiene 1 manejador(es) para este servicio.
    El comando ha terminado correctamente
    CLRExtProc, PLSExtProc the state is unknown must be ready not? be so as I change it?
    Edited by: AnthuanVasquez on 05/09/2010 03:49 AM

  • WITH clause, Oracle, UNION problem

    I have a table with two fields, SYSTEM and DATEOPENED.  It's basically a log of events.
    For each row, I need to calculate how much time has elapsed between one row and the next for the same system.
    Basically, when I execute this directly against the database (replacing parameters with actual TO_DATE('...','...')), this works flawlessly.
    The problem when I run this in Crystal Reports is that the WHERE clause of the CUMULATIVE portion of the UNION is completely ignored.  I get ALL the data from the database for the CUMULATIVE.
    I inverted both portions of the UNION (DISCRETE first and CUMULATIVE second), which had the result of completely removing the CUMULATIVE portion of the result set.
    I'm using Crystal Reports 11.5.0.313 (XI R2)
    The query looks like this:
    WITH ACCT_DATA AS (
      SELECT SYSTEM, Round(DateOpened,'IW') WeekDate, Sum(IsUDRWithinThreshold) CNT_WITHINTHRESHOLD, Count(1) CNT
      FROM (
        SELECT SYSTEM, DateOpened, (
          CASE
            WHEN SYSTEM='system1' AND ((Lead (DateOpened,1) over (PARTITION BY SYSTEM ORDER BY SYSTEM, DateOpened))-DateOpened)*24 < 5 THEN 1
            WHEN SYSTEM='system2' AND ((Lead (DateOpened,1) over (PARTITION BY SYSTEM ORDER BY SYSTEM, DateOpened))-DateOpened)*24 < 5 THEN 1
            WHEN SYSTEM='system3' AND ((Lead (DateOpened,1) over (PARTITION BY SYSTEM ORDER BY SYSTEM, DateOpened))-DateOpened)*24 < 9 THEN 1
            ELSE 0
          END
        ) IsUDRWithinThreshold
        FROM  ACCT_FILES
        WHERE SYSTEM IN ('system1','system2','system3')
        AND Round(DateOpened,'YYYY')=Round({?ToDate},'YYYY')
      GROUP BY SYSTEM, Round(DateOpened,'IW')
      ORDER BY SYSTEM, Round(DateOpened,'IW')
    SELECT 'CUMULATIVE' DATA_TYPE, d1.SYSTEM, d1.WeekDate, Sum(d2.CNT_WITHINTHRESHOLD) CNT_WITHINTHRESHOLD, Sum(d2.CNT) CNT
    FROM ACCT_DATA d1 INNER JOIN ACCT_DATA d2 ON d1.SYSTEM=d2.SYSTEM AND d2.WeekDate<=d1.WeekDate
    WHERE d1.WeekDate BETWEEN {?FromDate} AND {?ToDate}
    GROUP BY d1.SYSTEM, d1.WeekDate
    UNION
    SELECT 'DISCRETE' DATA_TYPE, SYSTEM, WeekDate, CNT_WITHINTHRESHOLD, CNT
    FROM ACCT_DATA
    WHERE WeekDate BETWEEN {?FromDate} AND {?ToDate}
    ORDER BY DATA_TYPE, SYSTEM, WeekDate

    Hello,
    First, you can't use that SQL directly in Crystal Reports unless you are using a Command object. In which case CR does not modify the SQL at all. It may be due to multiple results sets in which case CR will have problems logically with this type of SQL.
    what happens if you use SQLPlus to test the SQL and results?
    Also, before doing any of that you are using the original release of Crystal Reports XI R2. Go to the Businessobjects tab above and download SP4, full build. Easier than applying all of the incremental patches but it does require you to un-install CR first.
    Test again, if you still get the same problem then do more debugging.
    Also note in you reply what DB driver you are using, ODBC, OLE DB etc., and who's driver, Oracle's DataDirect, Microsoft etc.?
    Thank you
    Don

  • Oracle sequence problem in CMP Entity EJB

    I have a problem with Oracle sequence when I am using from the CMP entity EJB in WebLogic
    6.1:
    The problem is when the WebLogic server starts it acquires the correct sequence number
    from Oracle, but during the runtime, when I open a new sqlplus window and increment
    the sequence number, the container is not picking up from the new incremented value
    instead it is still continuining by incrementing the old sequence number it has acquired
    when it fetched from Oracle last time.
    The sequence increment and key-cache-size in weblogic-cmp-rdbms-jar.xml are exactly
    same
    Any help would be greatly appreciated.

    Change the key-cache-size to 1 in weblogic-cmp-rdbms-jar.xml and then try
    your experiment again.
    -- Anand
    "Satya" <[email protected]> wrote in message
    news:3d06274c$[email protected]..
    >
    I have a problem with Oracle sequence when I am using from the CMP entityEJB in WebLogic
    6.1:
    The problem is when the WebLogic server starts it acquires the correctsequence number
    from Oracle, but during the runtime, when I open a new sqlplus window andincrement
    the sequence number, the container is not picking up from the newincremented value
    instead it is still continuining by incrementing the old sequence numberit has acquired
    when it fetched from Oracle last time.
    The sequence increment and key-cache-size in weblogic-cmp-rdbms-jar.xmlare exactly
    same
    Any help would be greatly appreciated.

  • Oracle EM Problem

    I install oracle 10g in Windows 2003 server.
    in my web browser i put the EM database address like http://mypc:5500/em
    the EM database control database status screen is coming.
    Then i Click startup button located on the database control screen to open the startup/shutdown: specify host and target database credentials screen.
    on this screen i pass operating system user and password and oracle user name and password . like
    Operating system user and Password :
    User Name : Administrator
    Password : 123456
    Oracle User and password :
    User Name : sys
    Password : 123456
    Database : orcl
    Connect as : sysdba
    But the problem is
    when i Click ok button error message is comming.
    but i did not find why . for this reason i can not do database administration from EM control.
    I can login into isqlplus control . there is no problem. my database is running. but i can not do my administration job.
    My Question is :
    Why this error message ? is there any other tool to control Database ? How configure this EM without error ? or any tips or trick or reason not to install EM database control ? or any useful link that will help to configure EM control .
    Please help

    If you are currently able to perform administration tasks from isqlplus and you are able to connect by means of sqlplus then it means your database is up and running. If EM shows DB is down it means it is not properly configured, so it is unable to access database.
    Check if you are running on a DHCP assigned IP mechanism, or if the hostname has recently changed. If this is the case, then you will have to reconfigure Enterprise Manager Console by means of the emca command.
    ~ Madrid
    http://hrivera99.blogspot.com

  • Turkish character support in Oracle sqlplus

    Hi,
    when i run a query in sqlplus with turkish character there is no result.
    But i know there is a data inside the database.
    query: "SELECT NAME FROM HDF_DM.BUSINESSPARTNER WHERE NAME LIKE 'AFŞ%';" "Ş" is the turkish character.
    Is it about with the linux or Oracle database settings?
    Thanks a lot.

    user7987260 wrote:
    Hi,
    when i run a query in sqlplus with turkish character there is no result.
    But i know there is a data inside the database.
    query: "SELECT NAME FROM HDF_DM.BUSINESSPARTNER WHERE NAME LIKE 'AFŞ%';" "Ş" is the turkish character.
    Is it about with the linux or Oracle database settings?
    Thanks a lot.It is likely a problem regarding OS settings on client

Maybe you are looking for

  • Can't manage distribution group from Outlook with Exchange 2010 or Exchange 2013 mailbox

    Hi All, In my environment we are using exchange 2010 that contains the distribution groups which has been migrated from exchange 2003 environment .On that one of the distribution group is having an problem for the user who had an access to manage DL'

  • Trace background image color

    i am working on project for avatar design and would allow user to upload his pic on avatar face. i did this part. Now next thing is user can select 2d design 0f lips to place on face? Here comes the problem. i need to auto blend color of flash lips t

  • Mail Problem - accounts still being deleted

    Since "upgrading" to OSX Snow Leopard, my mail and iTunes applications are wiped clean! It has happened countless times now and it's becoming a big big problem. My iTunes seems to be working normally, however, my mail accounts are still being deleted

  • BI Publisher server vs. Siebel report templates

    I am investigating creating BI publisher reports using data from Siebel. Do you know what the advantage is of integrating BI Publisher with Siebel vs. using BI Publisher Desktop to create report templates and just adding these into a Siebel database

  • Duplicates of Pics in iPhoto

    Am in the process of establishing all of my iPhoto pics on an external HD. The problem is over the years I have managed to make 1-4 duplicates of most of my pictures. I noticed when I searched on spotlight, went from 2700 pics on iPhoto to 11900(!),