Why I am getting ORA-29257 while running a get ipaddress query?

Friends,
The query:
select machine,utl_inaddr.get_host_address(machine) from v$session where username is not null
Result:
Error at line 1:
ORA-29257
host bmc01\beating
How can i resolve this error?
Thanks & Regards
Sathyguy

The machine name is unknown to the Database server. To see if this is the problem try adding that machine in hosts file.

Similar Messages

  • Facing error- ORA-23324: while running DBMS_JOB.run(job#)

    Hi,
    I am a new comer to this forum. I'm facing the follwing error
    while running a push job in multimaster replication env. Though
    able to delete the pending transactions from Deftran relating to
    two groups which i'm going to resync.
    ORA-23324: error ORA-06512: at line , while creating deferror
    entry at "DB.WORLD" with error 100
    ORA-06512: at "SYS.DBMS_DEFER_SYS", line 1425
    ORA-06512: at "SYS.DBMS_DEFER_SYS", line 1488
    ORA-06512: at line 1
    any help is appreciated.
    thanks
    Hsingh

    I apologize if you already solved this.. but see Metalink ID 790221.1
    +*<Moderator Edit - deleted contents of MOS Doc - pl do NOT post such content - it is a violation of your Support agreement>*+                                                                                                                                                                                                                                                                                                                                                                                                               

  • ENCOUNTER ORA-29558 WHILE RUNNING INITJVM.SQL ORA-29558

    Hi,
    Anyone know, can the below error message be ignore? Can the javavm still function if the NCOMP is not install? Is there any way to do a manual installation rather then using the universal installer?
    Thank You.
    While running initjvm.sql script, i encountered the below error message.
    ERROR at line 1:
    ORA-29558: JAccelerator (NCOMP) not installed. Refer to Install Guide for
    instructions.
    ORA-06512: at "SYS.DBMS_JAVA", line 236

    loobs,
    To avoid error "ORA-29558: JAccelerator (NCOMP) not installed" you must install Oracle 10G Products from Companion CD to the same directory where you installed Oracle DB 10g.
    Nicolas.

  • Getting ORA Error while running any Query

    Hi Experts - I am getting below error message for any query i run in Webi. Please help.
    failed to execute with the error ORA-00604: error occurred at recursive SQL level 1
    ORA-01655: unable to extend cluster SYS.C_OBJ#_INTCOL# by 128 in tablespace. (WIS 10901)

    Hello communutiy, hello rohan,
    after updating patches next working day we also get this erreor message
    "ORA-00604: error occurred at recursive SQL level 1 ORA-01655: unable to extend cluster SYS.C_OBJ#_INTCOL# by 128 in tablespace"
    What have you done so far. Could you solve this issue? If yes how?
    Best regards Harry

  • Errors: ORA-00054 & ORA-01452 while running DAC Full Load

    Hi Friends,
    Previously, I ran full load...it went well. And, I did some sample reports also in BI APPS 7.9.6.2
    Now, I modified few parameters as per the Business and I try to run Full Load again...But I struck with few similar errors. I cleared couple of DB Errors.
    Please, help me out to solve the below errors.
    1. ANOMALY INFO::: Error while executing : TRUNCATE TABLE:W_SALES_BOOKING_LINE_F
    MESSAGE:::com.siebel.etl.database.IllegalSQLQueryException: DataWarehouse:TRUNCATE TABLE W_SALES_BOOKING_LINE_F
    ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
    --I checked W_SALES_BOOKING_LINE_F, it contain s data.
    2. ANOMALY INFO::: Error while executing : CREATE INDEX:W_GL_REVN_F:W_GL_REVN_F_U1
    MESSAGE:::java.lang.Exception: Error while execution : CREATE UNIQUE INDEX
         W_GL_REVN_F_U1
    ON
         W_GL_REVN_F
         INTEGRATION_ID ASC
         ,DATASOURCE_NUM_ID ASC
    NOLOGGING
    with error DataWarehouse:CREATE UNIQUE INDEX
         W_GL_REVN_F_U1
    ON
         W_GL_REVN_F
         INTEGRATION_ID ASC
         ,DATASOURCE_NUM_ID ASC
    NOLOGGING
    ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
    -- Yes, I found duplicate values in this table W_GL_REVN_F. But, how can I rectify it. I did some engineering, but failed.
    please tell me the steps to acheive....
    Thanks in advance..
    Stone

    Hi, Please see the answers (in bold) below.
    1. ANOMALY INFO::: Error while executing : TRUNCATE TABLE:W_SALES_BOOKING_LINE_F
    MESSAGE:::com.siebel.etl.database.IllegalSQLQueryException: DataWarehouse:TRUNCATE TABLE W_SALES_BOOKING_LINE_F
    ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
    --I checked W_SALES_BOOKING_LINE_F, it contain s data.
    Just restart the load, It seems like your DB processes are busy and the table still has a  lock on it which means something is not yet Commited/Rolled Back.
    If this issue repeats you can mail your DBA and ask him to look in to the issue
    2. ANOMALY INFO::: Error while executing : CREATE INDEX:W_GL_REVN_F:W_GL_REVN_F_U1
    MESSAGE:::java.lang.Exception: Error while execution : CREATE UNIQUE INDEX
    W_GL_REVN_F_U1
    ON
    W_GL_REVN_F
    INTEGRATION_ID ASC
         ,DATASOURCE_NUM_ID ASC
         NOLOGGING
         with error DataWarehouse:CREATE UNIQUE INDEX
         W_GL_REVN_F_U1
         ON
         W_GL_REVN_F
         INTEGRATION_ID ASC
         ,DATASOURCE_NUM_ID ASC
         NOLOGGING
         ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
         -- Yes, I found duplicate values in this table W_GL_REVN_F. But, how can I rectify it. I did some engineering, but failed.
         please tell me the steps to achieve....
    please execute this sql and get the duplicate values. If the count is less you can delete the records based on ROW_WID
    How  many duplicates do you have in total?
    *1. SELECT INTEGRATION_ID,DATASOURCE_NUM_ID,count(*) FROM W_GL_REVN_F*
    GROUP BY INTEGRATION_ID, DATASOURCE_NUM_ID
    HAVING COUNT()>1*
    *2. SELECT ROW_WID,DATASOURCE_NUM_ID,INTEGRATION_ID FROM W_GL_REVN_F*
    WHERE INTEGRATION_ID= (from 1st query)
    *3. DELETE from W_GL_REVN_F where ROW_WID=( from 2nd query)*
    Hope this helps !!

  • ORA-3113 while running export (first run ok, second run fails)

    Hi,
    I'm running 10g (10.1.0.2.0) on gentoo Linux.
    After a restart of the database I can do an EXP for any user without errors. But when I repeat the same command after the export I get the following error:
    . . exporting table WEB_SESSION_DATA 0 rows exported
    . exporting synonyms
    EXP-00008: ORACLE error 3113 encountered
    ORA-03113: end-of-file on communication channel
    EXP-00000: Export terminated unsuccessfully
    It's always the same error on the same task (exporting synonyms) but always just for the second and any later export, while the first one is ok.
    I read through some forums and found, that ORA-3113 is a standard error which just hides the real error. So I look into the trace files and found:
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [jox_lookup_known_object()+413] [SIGSEGV] [Address not mapped to object] [0x1AD14034] [] []
    Current SQL statement for this session:
    SELECT SYNNAM, DBMS_JAVA.LONGNAME(SYNNAM), DBMS_JAVA.LONGNAME(SYNTAB), TABOWN, TABNODE, PUBLIC$, SYNOWN, SYNOWNID, TABOWNID, SYNOBJNO FROM SYS.EXU9SYN WHERE SYNOWNID = :1 ORDER BY SYNTIME
    If I call this SQL from sqlplus I get the same ORA-3113, so this seems to be the cause for the export failure.
    When I remove the DBMS_JAVA.LONGNAME calls from the statement, it runs fine. It also runs fine, when I add a "and 1=0" to the EXU9SYN view. But this will not really solve the problem, because then all synonyms don't get exported.
    I also checked all the synonyms and they are valid, the referenced tables exist and can be queried.
    Because we use JavaStoredProcedures I cannot remove the Java Features in Oracle. But I reinstalled it (rmjvm.sql and initjvm.sql) but this did not help.
    Does anyone have an idea what's happening here?
    Especially the "first run ok, second run fails" seems to be very strange, because DB objects including DBMS_JAVA should be ok, if the first export can be done. So what changes in the database during or after the first run?

    Maybe description for bug 3953108 (ORA-7445 AND ORA-3113 DURING DIRECT FULL DATABASE EXPORT OF PUBLIC SYNONYMS) is helpful.
    Werner

  • ORA-06502 while running a function in a report

    Hi guys,
    I am having a problem executing this function in my report to get the beg balance for my statment.
    any idea as why -- the error I am getting is ORA-06502
    Thanks
    =========================================================
    function CF_OPNE_BALFormula return Number is
    v_bal number;
    v_date date;
    v_prv_period number;
    BEGIN
    v_date := to_char(:P_date_from,'RRRRMM');
    if substr(v_date,5,2) = '01' then
    v_prv_period := to_number(substr(v_date,1,4)-1 ||'13');
    else
    v_prv_period := to_number(add_months(last_day(v_date),-1));
    end if;
    v_bal := csh_acc_pkg.csh_get_acc_bal(:p_own_id,:P_GLA_acc_num,to_char(v_prv_period,'RRRRMM'),'F','ACC');
    return(v_bal);
    EXCEPTION
    WHEN NO_DATA_FOUND THEN RETURN(0);
    END;
    =========================================================

    this might help:
    you have declared v_date as a date, yet you put a string into it. I believe you want it to be a string, since you use SUBSTR to determine the action required.
    So change the declaration to
    v_date varchar2( 6 )
    Furthermore the line
    v_prv_period := to_number(substr(v_date,1,4)-1 ||'13');
    has some problems, I believe.
    substr( v_date, 1, 4 )
    returns a string. You cannot calculate numbers with strings, so re-write the line:
    v_prv_period := to_number(to_number(substr(v_date,1,4)-1 ) ||'13');
    finally:
    to_char(v_prv_period,'RRRRMM')
    isn't right either, I think
    RRRRMM is a date format, whereas v_prv_period is a number.
    Oracle implicitly converts number values to strings when you assign them to a character variable, so this could be a way to call your procedure:
    v_bal := csh_acc_pkg.csh_get_acc_bal(
    :p_own_id
    , :P_GLA_acc_num
    , v_prv_period
    , 'F'
    , 'ACC' );
    Good Luck!

  • JVM Crashes Sporadically with ORA-24550 while Running Tomcat Web App

    We have experienced a problem that has been troubling us for some time now. Our website goes down sporadically as a result of a JVM crash. The Tomcat catalina.out log reads as follows:
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00002aaac5938c2b, pid=2214, tid=47766235233056
    # JRE version: 7.0_07-b10
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.3-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C [libclntsh.so.11.1+0x15f7c2b] nnfltimexp+0x1f
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # An error report file with more information is saved as:
    # /usr/local/tomcat/tomcat-gbco2/logs/hs_err_pid2214.log
    # If you would like to submit a bug report, please visit:
    # http://bugreport.sun.com/bugreport/crash.jsp
    ORA-24550: signal received: [si_signo=6] [si_errno=0] [si_code=-6] [si_int=367714944] [si_ptr=0xffff810115eae280] [si_addr=0x69000008a6]
    kpedbg_dmp_stack()+360<-kpeDbgCrash()+192<-kpeDbgSignalHandler()+119<-skgesig_sigactionHandler()+218<-__sighandler()<-gsignal()+53<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0<-00002B71717BC1F0
    I am no expert in reading crash logs, but I can provide it if it would be helpful.
    We are running our app on
    Intel (R) Xeon (R) CPU X5550 @ 2.67GHz with 4 cpu cores.
    CentOS Release 5.7 (Linux xena.pcbi.upenn.edu 2.6.18-274.3.1.el5 #1 SMP Tue Sep 6 20:13:52 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux)
    Total server RAM: 24GB
    Tomcat 6.0.26
    Java 7.0_07-b10 (Java VM: Java HotSpot(TM) 64-Bit Server VM)
    Oracle Enterprise database server (11.2.0.3) - (separate server)
    OCI 11.2.0.3 (64-bit client)
    Our sqlnet.ora file contains the following:
    NAMES.DIRECTORY_PATH= (LDAP, TNSNAMES, EZCONNECT)
    DIAG_ADR_ENABLED=OFF
    DIAG_SIGHANDLER_ENABLED=FALSE
    DIAG_DDE_ENABLED=FALSE
    We read about issues with OCI 11.2.0.1 in the Oracle support website and we upgraded. But the issue remains. We are at a loss as to where to look/what to do next. Any suggestions would indeed be most welcome.
    Many thanks -
    Cris

    Chris,
    Another developer is reporting a very similar problem:
    http://www.jfree.org/phpBB2/viewtopic.php?t=10452
    Hopefully we can reduce this to a fairly simple and reproducible test case and then get it fixed.
    Regards,
    Dave Gilbert
    JFreeChart Project Leader

  • Error ORA-01652 while running select query

    A select query returning millions of records is returning the following error.
    SQL Error [
    ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
    We requested DBA to increased the TEMP tablespace. He increased it to 20GB and also, changed to Autoextent.
    When we executed the query again, we got the same error ?
    What could be the reason of this issue and how it can be resolved ?

    All sort operations that don't fit into the SORT_AREA_SIZE will go to the temp tablespace (they can be seen as direct writes in the trace file).
    It can easy be the case, that your temp tablespace needs to be many GB in size [we have a table with millions of rows and for the loading/merging our temp is 80GB in size].
    May be you can change your process of loading i.e. with this select you fill a intermediate table (with CTAS) and do your processing there or even try to do the processing in SQL while building the table. You could also try to do the processing with a cursor and BULK COLLECT LIMIT 100 and then inserting into the target table with the FORALL statement.

  • ORA-12801 ORA-08103 while running gather schema stats in R12

    Hi All,
    We have recently upgraded from 11.5.9 to R12.1.1 on RHEL 4.8
    Database version is 10.2.0.5
    We are running Gather schema stats on R12.1.1 but its Errored out with below messages.
    ORA-12801: error signaled in parallel query server P006
    GL.GL_JE_LINES
    ORA-08103 : object no longer exists
    Please advice if anybdy face this issue.
    Thanks
    RB

    Please see (GATHER SCHEMA STATISTICS COMPLETED WITH ERROR WHEN RUNNING FOR GL SCHEMA. [ID 1068541.1]).
    Thanks,
    Hussein

  • Error coming while running  Hibernate HQL  select query in jdeveloper

    Hi ,
    I have created hibernate application with just create query its running fine, i also writeen HQL select query below exception is coming,
    CharScanner; panic: ClassNotFoundException: org.hibernate.hql.ast.HqlToken
    i also checked org.hibernate.hql.ast.HqlToken , its thr in jar file, eventhough it is throwing error.
    plz give sollution

    Hi dvohra,
    I have written below code
    List l1=new ArrayList();
    try{
    HibClass hib = new HibClass();
    Session session = hib.currentSession();
    Transaction tx = session.beginTransaction();
    Manager m;
    System.out.println("server------------------------");
    //Using from Clause
    String SQL_QUERY ="from Manager manager";
    Query query = session.createQuery(SQL_QUERY);
    List list = query.list();
    for (int i = 0; i < list.size();
    i++) {
    Manager manager =
    (Manager) list.get(i);
    System.out.println(
    "MId " +
    manager.getMid() +
    " Manager Name: " +
    manager.getMname());
    m=new Manager();
    m.setMid(manager.getMid());
    m.setMname(manager.getMname());
    l1.add(m);
    session.close();
    }catch(Exception e){
    System.out.println("helo-------------error---------"+e.getMessage());
    }finally{
    return l1;
    still below exception is coming
    CharScanner; panic: ClassNotFoundException: org.hibernate.hql.ast.HqlToken
    oc4j is shutting down
    i am trying from 4 days , help me

  • ERROR ORA-30200 IN RUNNING CREATION FILE - Forms [32 Bit]

    Running a process of Forms [32 Bit] Version 6.0.5.35.3 get the error ORA-30200 while running the same process from a different computer file creation occurs in a correct way (This is a client-server)
    The form uses the TEXT_IO and specifically the following functions
    TEXT_IO.FILE_TYPE;
    TEXT_IO.FOPEN (FILE, 'W');
    TEXT_IO.PUT_LINE (OUT_FILE CR);
    TEXT_IO.FCLOSE (OUT_FILE);
    At this point I believe that the problem is not in form but more in the PC used for the implementation thereof; Can you help on what to monitor and especially if there are requirements for the client so that TEXT_IO functions properly.
    Thank you very much ...

    Daniele,
    What is the format of the file name you are creating? I did a quick Google search and the common thread I found was a reference to a file name used "Long File Names" instead of the old 8.3 format. It is also possible that this error could result from the user not having permission to write to the file location.
    Craig...

  • Error while running autoconfig on apps tier

    Dears ,
    apps 11.5.10.2
    DB 9.2.0.8
    OS solaris sparc 10 64bit
    while running autoconfig on apps tier autoconfig failed with CLNADMPRF.SH and okladmprf.sh and autoconfig take along time to complete
    ERROR:
    ORA-12154: TNS:could not resolve service name
    1- how can i solve these error ?
    2- should i skip these errors and start upgrade apps from 11.5.10.2 to 12.1.1 and DB from 9.2.0.8 to 11.2.0.1 ?
    Regards ,,,

    while running autoconfig on apps tier autoconfig failed with CLNADMPRF.SH and okladmprf.sh and autoconfig take along time to complete
    ERROR:
    ORA-12154: TNS:could not resolve service name
    1- how can i solve these error ?Please see (CLNADMPRF.SH FAIL WITH ORA-12154 WHILE RUNNING AUTOCONFIG [ID 753535.1]).
    2- should i skip these errors and start upgrade apps from 11.5.10.2 to 12.1.1 and DB from 9.2.0.8 to 11.2.0.1 ?No, please find the error first then proceed with the upgrade.
    Thanks,
    Hussein

  • Got internal error Exception caught in pfrrun() while running PLSQL in apex

    Hi,
    The apex 3.1 is running on the windows 2003 box with 10.2.0.3 database.For almost 3 weeks,there are error messages on the alert log that
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-03135: connection lost contact
    When the trace file is observed,the following messages is displayed
    *** 2008-07-29 07:25:42.715
    *** ACTION NAME:(PAGE 26) 2008-07-29 07:25:42.684
    *** MODULE NAME:(APEX:XXX) 2008-07-29 07:25:42.684
    *** SERVICE NAME:(test) 2008-07-29 07:25:42.684
    *** CLIENT ID:() 2008-07-29 07:25:42.684
    *** SESSION ID:() 2008-07-29 07:25:42.684
    *********START PLSQL RUNTIME DUMP************
    ***Got internal error Exception caught in pfrrun() while running PLSQL***
    ***Got ORA-3113 while running PLSQL***
    PACKAGE BODY FLOWS_030100.WWV_RENDER_REPORT3:
    Did somebody encountered this error?What is the problem here?please advice on this.

    This was upgraded to 3.1 from a month back and there
    are no messages on the development box where the
    envirnoment is the sameI'm not sure (at the moment I have not instance with APEX here) but FLOWS_030000 should be APEX 3.0 package...
    So to say it's a corpse of previous APEX installation...
    But there is an Oracle Application Express (APEX) where you can ask further questions about APEX structure.
    Message was edited by:
    Faust
    Edit:
    alert log internal error exeception caught in pfrrun() while running pl/sql

  • Alert log internal error exeception caught in pfrrun() while running pl/sql

    Hi ,
    For the past two days these error messages appears in the alert log.
    ACTION NAME(PAGE 1)
    MODULE NAME:(APPLICATION xxx)
    *** got internal error exception caught in pfrrun() while running pl/sql***
    *** Got ora-3113 while running plsql***
    Function FLOWS_030000.V (or) PACKAGE BODY FLOWS_030000.WWV_FLOW:
    can anyone assist me on this.
    Thanks

    user589320,
    As Scott mentioned, have a look at
    http://www.inside-oracle-apex.com/2008/03/attention-are-you-using-drop-in.html
    That might solve your problem.
    Patrick
    *** New *** Oracle APEX Essentials *** http://essentials.oracleapex.info/
    My Blog, APEX Builder Plugin, ApexLib Framework: http://www.oracleapex.info/

Maybe you are looking for

  • Error -37 IOS 5

    Im getting error -37 when trying to back up my iPhone data ready for IOS 5 install. Any work arounds yet for this?

  • How to provide f4 help

    Hi guys,   here i amproviding some sample code. requirement is uploading data from xl to internal table. problem is how to provide f4 help for file name. using cl_gui_frontend_services. type mismatching is occuring. DATA:  wa_filename1 TYPE file_tabl

  • How to count interrupts of a specific driver / HW

    I am using Perfmon to get #interrupts/sec. I can also drill down to single core resolution (e.g. core0, 1, 2, 3 in a 4 core CPU) This is good, but i would like to get interrupts/sec for a specific source (e.g. network interface card) or all interrupt

  • A Calendar event that is to repeat N times sometimes need to be specified as repeating N 1 times

    Under Mountain Lion, iCal's successor, Calendar, doesn't always handle repeating events correctly. If I want an event to repeat every week for N weeks, sometimes I need merely fill in Stop After N Times. But sometimes I have to fill in Stop After N+!

  • IOS 5 on 3Gs iPhone,There was a problem downloading the software for the iPhone

    I have attemepted to update my iPhone 3Gs 8-10 times now over the past three days and keep getting the following error message: There was a problem downloading the software for the iPhone " My iPhone". The network connection timed out. Make sure your