Error in segement

Hi,
         I have one query regarding Cashjournal segment i am selecting splitting tab and i have entered more than two line items with different cost centers it is working but when i am trying to view document as a general ledger view every sgement line item  is splitted for total how many line items u have entered Example  i have entered one expenditure account with 4 different cost centers but it shows total 16 line items and every segment value is splitting 4 line items what is the problem give me idea.
Thanks and regards,
Nauma.

Hi Sridevi,
firsrt u can select ur business transaction enter ur amount and enter g/l account after that select split arrow and enter how many line items u want with different cost centers if the g/l account is created as a cost element other wise select profit centers and select copy button after that it shows as a star and select that line item select post button its working but the problem is how many line items u have entered base on that one it will be splitting for suppose u r entered 4 line items with different cost centers it is splitting as 16(4*4) line items that is the reason i have problem.
thanks and regards,
Nauma.

Similar Messages

  • Rollback Segs error

    Hi all,
    I am getting the following error while running a job from batch mode
    ORA-01562: failed to extend rollback segment number 6
    ORA-01650: unable to
    extend rollback segment RB0 by 1280 in tablespace RBS
    The above rollback seg is quite big and there are three other rollback segs as well.
    Before running the batch job I using
    Alter rollback segment rb0 shrink;
    Should I increase the size of rollback seg or do I have to take care of something else.? This doesn't happen when I manually run the job.
    Any Idea?
    Thanks

    I recommend you to create 6 or 7 big rollback segments with a size of 600MB more or less and drop the old rollback segments and you will see disappera your problems.
    Do not believe that a high tablespace for rollback segments is going to fix your problem. Your problem is that your RBseg are small for your transactions.
    Joel Pérez
    http://www.oracle.com/technology/experts

  • Trying to create a fact table,error:unable to extend temp segement

    Using Oracle 10.2g
    SQL>
    create materialized view facts_table
    (     s_id
    ,     g_id
    ,     sb_id
    ,     sc_id
    ,     y_id)
    refresh with rowid
    as      select s.s_id
    ,     g.g_id
    ,     sb.sb_id
    ,     sc.sc_id
    ,     y.academicyear
    from      student s
    ,     grade g
    ,     subject sb
    ,     school sc
    ,     comqdhb.teachinggroup y;
    ERROR at line 3:
    ORA-01652: unable to extend temp segment by 1024 in tablespace POSTGRADSI am creating the fact table as materialized view because its specified for us.
    I am trying to create a fact table from the dimension tables and its giving this error
    what is the mistake kindly help.
    Also when creating the fact table do all the columns need to be foreign keys compulsorily.
    Edited by: Trooper on Jan 10, 2009 5:25 AM
    Edited by: Trooper on Jan 10, 2009 6:37 AM

    Well basically what your saying is absolutely right
    I realized what i am doing right now is stupendous blunder.
    Basically my aim is there are 5 dimensional tables that are created
    Student->s_id primary key,upn(unique pupil no),name
    Grade->g_id primary key,grade,exam_level,values
    Subject->sb_id primary key,subjectid,subname
    School->sc_id primary key,schoolno,school_name
    year->y_id primary key,year(like 2008)
    s_id,g_id,sb_id,sc_id,y_id are sequences
    select * from student;
    S_ID UPN FNAME COMMONNAME GENDER DOB
    ==============================
    9062 1027 MELISSA ANNE       f  13-OCT-81
    9000 rows selected
    select * from grade;
          G_ID GRADE      E_LEVEL         VALUE
            73 A          a                 120
            74 B          a                 100
            75 C          a                  80
            76 D          a                  60
            77 E          a                  40
            78 F          a                  20
            79 U          a                   0
            80 X          a                   0
    18 rows selectedThese are basically the dimensional views
    Now according to the specification given, need to create a fact table as facts_table which contains all the dim tables primary keys as foreign keys in it.
    The problem is when i say,I am going to consider a smaller example than the actual no of dimension tables 5 lets say there are 2 dim tables student,grade with s_id,g_id as p key.
    create materialized view facts_table(s_id,g_id)
    as
    select  s.s_id,g.g_id
    from   (select distinct s_id from student)s
    ,         (select distinct g_id from grade)gThis results in massive duplication as there is no join between the two tables.But basically there are no common things between the two tables to join,how to solve it?
    Consider it when i do it for 5 tables the amount of duplication being involved, thats why there is not enough tablespace.
    I was hoping if there is no other way then create a fact table with just one column initially
    create materialized view facts_table(s_id)
    as
    select s_id
    from student;then
    alter materialized view facts_table add column g_id number;Then populate this g_id column by fetching all the g_id values from the grade table using some sort of loop even though we should not use pl/sql i dont know if this works?
    Any suggestions.
    Edited by: Trooper on Jan 10, 2009 6:38 AM

  • Binary seg.faults and gives strange errors

    Hi!
    I've got a binary which I can't execute...
    All it does is segfaulting. When I try gdb it gives me
    BFD: /tmp/binary: invalid string offset 48 >= 0 for section `.shstrtab'
    BFD: /tmp/binary: invalid string offset 2 >= 0 for section `'
    BFD: /tmp/binary: invalid string offset 48 >= 0 for section `.shstrtab'
    BFD: /tmp/binary: invalid string offset 2 >= 0 for section `'
    BFD: /tmp/binary: invalid string offset 48 >= 0 for section `.shstrtab'
    BFD: /tmp/binary: invalid string offset 2 >= 0 for section `'
    BFD: /tmp/binary: no group info for section
    <stripped....>
    BFD: /tmp/binary: sh_link [1] in section `' is incorrect
    "/tmp/binary": not in executable format: File format not recognized
    Alright, so I gave it a try with "file"
    /tmp/binary: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped
    (ldd says it's statically linked, which would make more sense..)
    readelf recognizes the binary as an ELF32 too... objdump says "File format not recognized"...
    I can't understand what's going on, anyone got a hint?
    Edit:
    Might be interesting to know: The binary was compiled on another computer, and I don't have the source
    Last edited by diddi (2009-01-18 18:21:16)

    well, i kinda know the author of it so
    It's actually a company (run by a guy I know),who have made this binary as a wargame... the deal is to find a bug and then exploit it.
    So i'm not really afraid of running it.
    I have no hope to actually solve it, just checking out how far I would make it : )
    Disassemble it doesn't work, as every program I try all says that the file format is not recognized...
    Another friend of mine actually got this binary to execute, and has spotted the bugs... but for some reason it doesn't work for me : O
    (and I can't reach him atm)

  • Ora-00600 error when dropping a table

    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    When I tried to drop a table, I got 600 error:
    SQL> desc DEV.ATTR_IDX$EX
    Name Null? Type
    NODE_ID NOT NULL NUMBER
    COL1 NUMBER
    SQL> show user;
    USER is "DEV"
    SQL> select count(*) from DEV.ATTR_IDX$EX;
    COUNT(*)
    0
    SQL> drop table DEV.ATTR_IDX$EX;
    drop table DEV.ATTR_IDX$EX
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [15265], [], [], [], [], [], [], [],
    SQL> drop table DEV.ATTR_IDX$EX purge;
    drop table DEV.ATTR_IDX$EX purge
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [15265], [], [], [], [], [], [], [],
    I guess this is because it had a parent table, which I dropped (I used "drop table <parent_table>", and it did not give me error, very strange).
    SQL> select dbms_metadata.get_ddl('TABLE','ATTR_IDX$EX') from dual;
    DBMS_METADATA.GET_DDL('TABLE','ATTR_IDX$EX')
    CREATE TABLE "DEV"."ATTR_IDX$EX"
    ( "NODE_ID" NUMBER NOT NULL ENABLE,
    "COL1" NUMBER,
    FOREIGN KEY ("NODE_ID")
    REFERENCES () ON DELETE CASCADE ENABLE
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    MONITORING
    Try to drop FK constraints yields the same error.
    So now how can I drop this table table, any work around?
    Thanks.

    This is a bug. There is no Patch avaialble for this yet. This error is seen where recyclebin is enabled. Possible workaround is to disable the recyclebin.
    This happens with the dictionary corruption due to inconsistency between obj$ and seg$.
    This is a correct answer but still i would suggest to contact Oracle support.

  • Error in installing CC&B 2.3.1 SP2

    Hi,
    I have CC&B 2.3.1 SP1 in my windows machine with Tomcat Server. I am trying to install SP2 but getting some error if i select some person or something in the control central. Installation didn't show up any error and server is staring up fine. Problem is CC&B is not loading any account or premise or any entity
    for example, I am getting below error if i select any account. SP1 was working fine and tried to install SP2 twice but same issue. Has anyone successfully installed SP2 in Tomcat ? Any suggestions would surely help. Thanks
    SYSUSER - 921196-109-1 2011-08-05 16:28:56,683 [http-6500-5] ERROR (cobol.host.OptimizedRemoteExecuterStub) An exception occurred invoking remote command.
    - 2011-08-05 16:28:56,684 [Log4j Socket Handler] INFO (log4j.net.SocketNode) Caught java.net.SocketException closing conneciton.
    SYSUSER - 921196-109-1 2011-08-05 16:28:56,684 [http-6500-5] INFO (cobol.host.RemoteJVMConnectionImpl) Connection to JVM 3 being shunned
    SYSUSER - 921196-109-1 2011-08-05 16:28:56,684 [http-6500-5] ERROR (cobol.host.RemoteJVMConnectionImpl) An exception has occurred calling the remote JVM
    SYSUSER - 921196-109-1 2011-08-05 16:28:56,684 [http-6500-5] ERROR (support.cobol.AbstractCobolProgram) An exception occurred calling cobol program CIPCACCP
    SYSUSER - 921196-109-1 2011-08-05 16:28:56,686 [http-6500-5] ERROR (api.service.ServiceExecutionPolicy) Rollback: Read failed
    SYSUSER - 921196-109-1 2011-08-05 16:28:56,686 [http-6500-5] ERROR (support.context.SessionExecutable) Caught exception from SessionExecutable.execute()
    SYSUSER - 921196-109-1 2011-08-05 16:28:56,687 [http-6500-5] ERROR (web.dataservlet.PageRead) Unexpected error.
    com.splwg.base.support.cobol.host.InputClosedException:
    The following stacked messages were reported as the LoggedException was rethrown:
    com.splwg.base.api.service.ServiceDispatcher$13.execute(ServiceDispatcher.java:552): Caught exception from SessionExecutable.execute()
    com.splwg.base.support.cobol.ServiceAdapter.invokePageService(ServiceAdapter.java:76): Rollback: Read failed
    com.splwg.base.support.cobol.host.CommandRunnerHolder.invoke(CommandRunnerHolder.java:31): An exception occurred calling cobol program CIPCACCP
    com.splwg.base.support.cobol.host.OptimizedRemoteExecuterStub.sendRequestGetResponse(OptimizedRemoteExecuterStub.java:83): An exception has occurred calling the remote JVM
    com.splwg.base.support.cobol.host.OptimizedRemoteExecuterStub.sendRequestGetResponse(OptimizedRemoteExecuterStub.java:83): An exception occurred invoking remote command.
    The root LoggedException was: The input was closed.
         at com.splwg.base.support.cobol.host.OptimizedObjectEncoder.readOptimized(OptimizedObjectEncoder.java:176)
         at com.splwg.base.support.cobol.host.OptimizedDataInput.readOptimized(OptimizedDataInput.java:41)
         at com.splwg.base.support.cobol.host.OptimizedObjectEncoder.readSerializable(OptimizedObjectEncoder.java:245)
         at com.splwg.base.support.cobol.host.OptimizedDataInput.readSerializable(OptimizedDataInput.java:49)
         at com.splwg.base.support.cobol.host.OptimizedRemoteExecuterStub.sendRequestGetResponse(OptimizedRemoteExecuterStub.java:83)
         at com.splwg.base.support.cobol.host.OptimizedRemoteExecuterStub.invoke(OptimizedRemoteExecuterStub.java:58)
         at com.splwg.base.support.cobol.host.RemoteRunnerImpl.invoke(RemoteRunnerImpl.java:111)
         at com.splwg.base.support.cobol.host.CommandRunnerHolder.invoke(CommandRunnerHolder.java:31)
         at com.splwg.base.support.cobol.AbstractCobolProgram$CallCobolClosure.run(AbstractCobolProgram.java:195)
         at com.splwg.base.support.interception.SessionInterceptionManager.notifyGenericCallStackJump(SessionInterceptionManager.java:268)
         at com.splwg.base.support.context.FrameworkSession.notifyGenericCallStackJump(FrameworkSession.java:1473)
         at com.splwg.base.support.cobol.AbstractCobolProgram$1.run(AbstractCobolProgram.java:115)
         at com.splwg.base.support.cobol.AbstractCobolProgram.callCobol(AbstractCobolProgram.java:125)
         at com.splwg.base.support.cobol.GenericCobolServiceProgram.callCobol(GenericCobolServiceProgram.java:64)
         at com.splwg.base.support.cobol.ServiceAdapter.invokePageService(ServiceAdapter.java:76)
         at com.splwg.base.support.service.cobol.CobolPageRereadHelper.read(CobolPageRereadHelper.java:34)
         at com.splwg.base.support.service.cobol.CobolPageReadService.read(CobolPageReadService.java:17)
         at com.splwg.base.support.service.PageReadService.privateExecute(PageReadService.java:56)
         at com.splwg.base.support.service.PageReadService.execute(PageReadService.java:39)
         at com.splwg.base.api.service.ServiceDispatcher.readItemInSession(ServiceDispatcher.java:627)
         at com.splwg.base.api.service.ServiceDispatcher$13.execute(ServiceDispatcher.java:553)
         at com.splwg.base.api.service.ServiceDispatcher$13.execute(ServiceDispatcher.java:552)
         at com.splwg.base.support.context.SessionExecutable.doInNewSession(SessionExecutable.java:39)
         at com.splwg.base.api.service.ServiceDispatcher.doInAppropriateSession(ServiceDispatcher.java:608)
         at com.splwg.base.api.service.ServiceDispatcher.readItem(ServiceDispatcher.java:558)
         at com.splwg.base.api.service.ServiceDispatcher.readItem(ServiceDispatcher.java:538)
         at com.splwg.serviceclient.LocalServiceDispatcher.read(LocalServiceDispatcher.java:129)
         at com.splwg.base.web.dataservlet.PageRead.service(PageRead.java:52)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.splwg.base.web.services.RequestContextFilter.doFilter(RequestContextFilter.java:50)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.splwg.base.web.utility.CompressionFilter.doFilter(CompressionFilter.java:46)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.EOFException
         at java.io.DataInputStream.readByte(DataInputStream.java:243)
         at com.splwg.base.support.cobol.host.OptimizedObjectEncoder.readOptimized(OptimizedObjectEncoder.java:75)
         ... 47 more
    - 2011-08-05 16:28:56,776 [JVM 3 ERROR logger] ERROR (cobol.host.ProcessLogger) Load error : file 'CIPCACCR'
    - 2011-08-05 16:28:56,877 [JVM 3 ERROR logger] ERROR (cobol.host.ProcessLogger) error code: 173, pc=0, call=1, seg=0
    - 2011-08-05 16:28:56,978 [JVM 3 ERROR logger] ERROR (cobol.host.ProcessLogger) 173 Called program file not found in drive/directory
    - 2011-08-05 16:28:57,079 [JVM 3 ERROR logger] ERROR (cobol.host.ProcessLogger)
    - 2011-08-05 16:28:57,246 [JVM 5 INFO logger] INFO (cobol.host.ProcessLogger) Remote JVM 5 started with arguments: 5 6505 6506 2
    - 2011-08-05 16:28:57,347 [JVM 5 INFO logger] INFO (cobol.host.ProcessLogger) INFO: Loaded spl.properties from classpath: {spl.runtime.cobol.sql.cursoredCache.maxRows=10, spl.tools.loaded.applications=base,ccb,cm, spl.runtime.cobol.sql.disableQueryCache=false, spl.runtime.utf8Database=true, spl.runtime.fusionlook=true, spl.runtime.cobol.encoding=UTF8, spl.runtime.cobol.sql.cache.maxTotalEntries=1000, spl.runtime.cobol.cobrcall=false, spl.runtime.cobol.sql.fetchSize=150, spl.runtime.environ.init.dir=C:/spl/CCB23/etc, spl.runtime.sql.highValue=?, spl.runtime.service.extraInstallationServices=CILTINCP, spl.runtime.oracle.statementCacheSize=300}
    - 2011-08-05 16:28:57,448 [JVM 5 INFO logger] INFO (cobol.host.ProcessLogger) - 2011-08-05 16:28:57,367 [Remote JVM:5 Main ] INFO (cobol.host.SocketStrategy) Socket strategy set to com.splwg.base.support.cobol.host.sockets.WindowsPipeSocketStrategy
    - 2011-08-05 16:28:57,549 [JVM 5 INFO logger] INFO (cobol.host.ProcessLogger) Remote JVM 5 listening for requests on port: 6506
    - 2011-08-05 16:28:58,094 [JVM 5 INFO logger] INFO (cobol.host.ProcessLogger) - 2011-08-05 16:28:58,094 [Remote JVM:5 Thread 1] INFO (cobol.host.CIPZMEMJ) CIPZMEMJ initialized successfully.
    - 2011-08-05 16:28:58,195 [JVM 5 INFO logger] INFO (cobol.host.ProcessLogger) INFO: Loaded spl.properties from classpath: {spl.runtime.cobol.sql.cursoredCache.maxRows=10, spl.tools.loaded.applications=base,ccb,cm, spl.runtime.cobol.sql.disableQueryCache=false, spl.runtime.utf8Database=true, spl.runtime.fusionlook=true, spl.runtime.cobol.encoding=UTF8, spl.runtime.cobol.sql.cache.maxTotalEntries=1000, spl.runtime.cobol.cobrcall=false, spl.runtime.cobol.sql.fetchSize=150, spl.runtime.environ.init.dir=C:/spl/CCB23/etc, spl.runtime.sql.highValue=?, spl.runtime.service.extraInstallationServices=CILTINCP, spl.runtime.oracle.statementCacheSize=300}
    - 2011-08-05 16:28:58,296 [JVM 5 INFO logger] INFO (cobol.host.ProcessLogger) INFO: Loaded log4j.properties from classpath: {log4j.logger.org.hibernate.type=debug, log4j.appender.A1.layout.ConversionPattern=%X{userId} - %X{transactionId} %d [%t] %-5p (%c{3}) %m%n, log4j.appender.A1.encoding=UTF-8, log4j.logger.spl.org.hibernate.SQL=info, log4j.logger.com.splwg=info, log4j.logger.spl.org.hibernate.type=info, log4j.logger.org.hibernate=info, log4j.logger.spl.com.splwg.base.support.hibernatetypes=info, log4j.appender.A1=org.apache.log4j.ConsoleAppender, log4j.appender.A1.layout=org.apache.log4j.PatternLayout, log4j.logger.org.hibernate.SQL=debug, log4j.logger.org.hibernate.cfg=warn, log4j.logger.com.splwg.base.support.hibernatetypes=debug, log4j.rootCategory=info, A1}
    - 2011-08-05 16:28:58,302 [Log4j Connection Listener] INFO (cobol.host.LocalLogServer) Connected to client at /10.143.9.188
    - 2011-08-05 16:28:58,305 [pool-2-thread-1] INFO (cobol.host.RotatingCommandRunnerProvider) All inflight requests have returned for JVM 3. Shutting it down.
    - 2011-08-05 16:28:58,381 [Remote JVM:5 Main ] INFO (cobol.host.RemoteJVM) Remote JVM 5 setup complete
    - 2011-08-05 16:28:59,306 [pool-2-thread-1] INFO (cobol.host.ProcessLogger) Shutting down JVM 3 INFO logger
    - 2011-08-05 16:28:59,306 [pool-2-thread-1] INFO (cobol.host.ProcessLogger) Shutting down JVM 3 ERROR logger

    hi
    I face a similar issue as u faced . Please let me know the solution .
    Error in Log file : When trying to switch language.
    ZOHAIB - 169696-23-1 2012-01-09 15:23:22,624 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR (web.dataservlet.PageChange) Unexpected error.
    com.splwg.base.support.cobol.host.InputClosedException:
    The following stacked messages were reported as the LoggedException was rethrown:
    com.splwg.base.api.service.ServiceDispatcher$5.execute(ServiceDispatcher.java:248): Caught exception from SessionExecutable.execute()
    com.splwg.base.support.pagemaintenance.AbstractPageMaintenance.changeItem(AbstractPageMaintenance.java:134): Rollback: Change failed
    com.splwg.base.support.cobol.host.CommandRunnerHolder.invoke(CommandRunnerHolder.java:31): An exception occurred calling cobol program CIPZDATA
    com.splwg.base.support.cobol.host.OptimizedRemoteExecuterStub.sendRequestGetResponse(OptimizedRemoteExecuterStub.java:83): An exception has occurred calling the remote JVM
    com.splwg.base.support.cobol.host.OptimizedRemoteExecuterStub.sendRequestGetResponse(OptimizedRemoteExecuterStub.java:83): An exception occurred invoking remote command.

  • Everytime i try to update to 10.5.1 i get an error saying 'the feature you are trying to use is on a network resource that is unavailable'? its windows!

    everytime i try to update to 10.5.1 i get an error saying 'the feature you are trying to use is on a network resource that is unavailable'? its windows!

    Which particular .msi file does the message go on to say can't be found, seg?

  • En-Countering Error While trying to Open the Database

    Hi Everybody,
    Database Version:Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
    Os: Solaris9
    This is one of our Test Database which is running in No-Archivelog Mode and having no backup of Physical Datafiles.
    Due to some Server issues the Database was Shutdown Abnormally after which when we are trying to open our DB it showing the following Error......
    ORA-01172: recovery of thread 1 stuck at block 13447 of file 216
    ORA-01151: use media recovery to recover block, restore backup if needed....
    we are also not able to perform a media recovery since the database is running in No-Archivelog Mode....
    The only way we know to bring up the Database is making the Datafile=216 offline and opening the Database...
    In there any workaround in order to resolve the Block corruption of Data-File 216........Since we will be needing the data located in datafile 216.
    Any help Appreciated,
    Thanks & Regards,
    Prosenjit Mukherjee

    DBVERIFY: Release 9.2.0.4.0 - Production on Thu Feb 26 15:37:47 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    DBVERIFY - Verification starting : FILE = /sts/oradata/npm/sts/STPUSER10.dbf
    DBVERIFY - Verification complete
    Total Pages Examined : 98304
    Total Pages Processed (Data) : 97673
    Total Pages Failing (Data) : 0
    Total Pages Processed (Index): 1
    Total Pages Failing (Index): 0
    Total Pages Processed (Other): 570
    Total Pages Processed (Seg) : 0
    Total Pages Failing (Seg) : 0
    Total Pages Empty : 60
    Total Pages Marked Corrupt : 0
    Total Pages Influx : 0
    This is the Output of the Dbverify Utility,but as i can see "Total Pages Marked Corrupt : 0"
    its telling me that neither of the blocks are corrupted......
    Earlier when i was trying to do a Recovery it was giving me the Following Error....
    ORA-01172: recovery of thread 1 stuck at block 13447 of file 216
    ORA-01151: use media recovery to recover block, restore backup if needed.........

  • Loading data from cube to Planning Area - Error

    I have two cubes. one has history data and other ratios.
    the forecast is dis aggregated based on that ratios.
    first the ratio data is getting loaded and gets populated.
    when i try to load the history data, a error says, CVC not maintained.
    there are totally 6 Char used in this Config.
    MPOS is created using the ratio cube and has the same char as in history cube, additionally one more sub family.
    Can some one help me in this.??
    Thanks !!!

    hi
    char in hist cube           
    mkt fam                           
    mkt seg                           
    regn                                
    gobl                                
    cntry 
    Char in the MPOS(from Ratio cube)
    mkt fam                           
    mkt seg                           
    regn                                
    gobl                                
    cntry 
    sub family                           
    the main obj of not including it in hist cube, i forecast @ mktfam level n dis aggre to sub family.
    if i include the sub family also in hist cube, then i can forecast @ sub family itself..
    the whole dis agg. logic does not serve the purpose.
    On the Adjustment of Time series, will try it n revert n back.
    like can you please tell me how it affects the process???? or the logic behind doing this????
    Thanks!!!
    Edited by: Aswath ram on Sep 10, 2008 6:33 PM

  • Can't open ALERT file error in 10G

    We just converted to 10G 2 weeks ago. The alter file was where it was suppposed to be until a couple of days ago. Now I am getting this message and have no alert file. I have tried shutting down the db and restarting, to no avail. Archiving is working normally as is everything else that I can see. The bdump location in the pfile shows correct, bit doesn't match what the error message is saying. This error message comes from the lgwtr trace log.
    Cannot open alert file "/u01/app/oracle/admin/PROD/bdump//home/oracle/alert_PROD.log"; errno = 2
    I am also getting these dbverify logs in 10G, during startup. Any insight would be helpful. Thanks.
    root@hccaix3: /u01/app/oracle/admin/PROD/bdump #cat dbv_file25_062600.log
    DBVERIFY: Release 10.2.0.4.0 - Production on Fri Sep 19 00:50:02 2008
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    DBVERIFY - Verification starting : FILE = /u02/oradata/PROD/indx_PROD_09.dbf
    DBVERIFY - Verification complete
    Total Pages Examined : 128000
    Total Pages Processed (Data) : 0
    Total Pages Failing (Data) : 0
    Total Pages Processed (Index): 61172
    Total Pages Failing (Index): 0
    Total Pages Processed (Other): 2601
    Total Pages Processed (Seg) : 0
    Total Pages Failing (Seg) : 0
    Total Pages Empty : 64227
    Total Pages Marked Corrupt : 0
    Total Pages Influx : 0
    Highest block SCN : 1048904582 (0.1048904582)

    user10278327 wrote:
    Cannot open alert file "/u01/app/oracle/admin/PROD/bdump//home/oracle/alert_PROD.log"; errno = 2As you can see the bdump location is different in these two messages. above and below
    root@hccaix3: /u01/app/oracle/admin/PROD/bdump #cat dbv_file25_062600.log
    Which one is correct?
    Since you are on 10g you are most likely using spfile instead of pfile, so login to database
    sqlplus / as sysdba
    do
    show parameter spfile
    show parameter background_dump_dest

  • ORA-00604: error occurred at recursive SQL level 2

    Hello,
    I am trying to create a simple table and I am getting a ora error as below.
    SQL> create table album(name varchar2(100),image blob);
    create table album(name varchar2(100),image blob)
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 2
    ORA-01422: exact fetch returns more than requested number of rows
    how to resolve this?Any help..
    Thanks,
    Ranz.

    Hi,
    *@Anurag Tibrewal,*
    I followed as per the order od statements you gave. Initially there was no table "ALBUM" when I executed the first 2 statements.
    3rd staement i created a table "ALBUM" and then 4th and 5th statement showed that I have a table called "ALBUM".
    Now when again I wanted to drop the table I am getting the same error.
    SQL> drop table album
    2 ;
    drop table album
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01422: exact fetch returns more than requested number of rows
    *@Jean-Valentin*
    I am not finding the trace file for today as i checked the alert log. When i searched for the the error I found the error for March 4. No ora-00604 error from today.
    As shown in ALERT LOG.
    Thu Mar 04 10:50:41 2010
    Errors in file d:\oracle\product\10.2.0\admin\raneeshtest\bdump\*raneeshtest_j000_5976.trc*:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04030: out of process memory when trying to allocate 172 bytes (Typecheck,seg:kggfaAllocSeg)
    ORA-12012: error on auto execute of job 1
    ORA-04030: out of process memory when trying to allocate 16428 bytes (pga heap,kgh stack)
    Trace file details:
    Dump file d:\oracle\product\10.2.0\admin\raneeshtest\bdump\raneeshtest_j000_5976.trc
    Thu Mar 04 10:50:31 2010
    ORACLE V10.2.0.3.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Personal Oracle Database 10g Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Windows NT Version V6.0 Service Pack 1
    CPU : 2 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:27M/2037M, Ph+PgF:341M/4352M, VA:4M/2047M
    Instance name: raneeshtest
    Redo thread mounted by this instance: 1
    Oracle process number: 15
    Windows thread id: 5976, image: ORACLE.EXE (J000)
    *** 2010-03-04 10:50:31.224
    *** ACTION NAME:() 2010-03-04 10:50:30.276
    *** MODULE NAME:() 2010-03-04 10:50:30.195
    *** SERVICE NAME:(SYS$USERS) 2010-03-04 10:50:30.195
    *** SESSION ID:(137.401) 2010-03-04 10:50:30.195
    *********START PLSQL RUNTIME DUMP************
    ***Got internal error Exception caught in pfrrun() while running PLSQL***
    ***Got ORA-4030 while running PLSQL***
    PACKAGE SYSMAN.MGMT_ADMIN_DATA:
    library unit=3416af50 line=128 opcode=117 static link=0 scope=0
    FP=3ca31374 PC=30f42000 Page=0 AP=3ca47b2c ST=3ca32778
    DL0=3ca46564 GF=3ca465b0 DL1=3ca46584 DPF=3ca465a8 DS=30f421e4
    DON library unit variable list instantiation
    0 3416af50 3ca465b0 3ca2005c
    1
    2
    3
    4
    5
    6
    7
    scope frame
    2 0
    1 3ca31374
    package variable address size
    0 3ca46698 16
    1 3ca466a8 16
    2 3ca466b8 16
    3 3ca466c8 16
    4 3ca466d8 16
    5 3ca466e8 20
    6 3ca466fc 16
    7 3ca4670c 20
    8 3ca46720 16
    9 3ca46730 4
    10 3ca46734 4
    11 3ca46738 4
    12 3ca4673c 4
    13 3ca46740 4
    14 3ca46744 4
    15 3ca46748 4
    16 3ca4674c 4
    17 3ca46750 4
    18 3ca46754 4
    19 3ca46758 4
    20 3ca4675c 4
    21 3ca46760 20
    22 3ca46774 20
    23 3ca46788 20
    24 3ca4679c 20
    25 3ca467b0 4
    26 3ca467b4 4
    27 3ca467b8 4
    28 3ca467bc 4
    29 3ca467c0 16
    30 3ca467d0 16
    31 3ca467e0 8
    32 3ca467e8 39
    33 3ca46810 39
    34 3ca46838 521
    35 3ca46a44 521
    36 3ca46c50 140
    37 3ca46cdc 140
    38 3ca46d68 30
    39 3ca46d88 30
    40 3ca46da8 30
    41 3ca46dc8 30
    42 3ca46de8 30
    43 3ca46e08 30
    44 3ca46e28 30
    45 3ca46e48 30
    46 3ca46e68 30
    47 3ca46e88 30
    48 3ca46ea8 30
    49 3ca46ec8 30
    50 3ca46ee8 140
    51 3ca46f74 140
    52 3ca47000 30
    53 3ca47020 30
    54 3ca47040 30
    55 3ca47060 30
    56 3ca47080 39
    57 3ca470a8 39
    version=43123476 instantiation size=2920
    line pcode offset
    1 2
    4 620
    5 632
    6 632
    7 638
    8 644
    14 650
    29 810
    44 970
    47 992
    48 1000
    49 1008
    50 1016
    51 1024
    52 1032
    53 1040
    54 1048
    55 1056
    56 1064
    57 1072
    60 1080
    128 1814
    196 2548
    197 2554
    198 2560
    199 2566
    205 2572
    206 2578
    438 2584
    1 2586
    ***********END PLSQL RUNTIME DUMP************
    *** 2010-03-04 10:50:40.690
    ORA-12012: error on auto execute of job 1
    ORA-04030: out of process memory when trying to allocate 16428 bytes (pga heap,kgh stack)
    *** 2010-03-04 10:50:41.206
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04030: out of process memory when trying to allocate 172 bytes (Typecheck,seg:kggfaAllocSeg)
    ORA-12012: error on auto execute of job 1
    ORA-04030: out of process memory when trying to allocate 16428 bytes (pga heap,kgh stack)
    SQL> select * from dual;
    D
    X
    SQL>
    This is the output. Its returning corredclty. Now what is the problem? Pls help me.

  • Error Importing text file (FDM Error 53)

    When Importing a file, I receive the error "Unable to locate file" with the error logged as below. I am not using any custom import scripts and the adapter has been registered correctly.
    Any thoughts?
    ** Begin FDM Runtime Error Log Entry [2011-03-03 10:22:09] **
    ERROR:
    Code............................................. 53
    Description...................................... File not found
    Procedure........................................ clsUtilities.fShellAndWait
    Component........................................ upsWDataWindowDM
    Version.......................................... 1112
    Thread........................................... 4888
    IDENTIFICATION:
    User............................................. omarcassim
    Computer Name.................................... STJH1076
    App Name......................................... FDMUAT
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... HYPUAT1
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... FMS_TO_HFM
    Location ID...................................... 752
    Location Seg..................................... 6
    Category......................................... ACTUALS
    Category ID...................................... 12
    Period........................................... Dec - 2010
    Period ID........................................ 12/31/2010
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... False
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2011-03-03 10:22:09] **
    ERROR:
    Code............................................. 53
    Description...................................... File not found
    Procedure........................................ clsImpDataPump.fImportTextFile
    Component........................................ upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 4888
    IDENTIFICATION:
    User............................................. omarcassim
    Computer Name.................................... STJH1076
    App Name......................................... FDMUAT
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... HYPUAT1
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... FMS_TO_HFM
    Location ID...................................... 752
    Location Seg..................................... 6
    Category......................................... ACTUALS
    Category ID...................................... 12
    Period........................................... Dec - 2010
    Period ID........................................ 12/31/2010
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... False
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2011-03-03 10:22:09] **
    ERROR:
    Code............................................. 53
    Description...................................... File not found
    Procedure........................................ clsImpProcessMgr.fLoadAndProcessFile
    Component........................................ upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 4888
    IDENTIFICATION:
    User............................................. omarcassim
    Computer Name.................................... STJH1076
    App Name......................................... FDMUAT
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... HYPUAT1
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... FMS_TO_HFM
    Location ID...................................... 752
    Location Seg..................................... 6
    Category......................................... ACTUALS
    Category ID...................................... 12
    Period........................................... Dec - 2010
    Period ID........................................ 12/31/2010
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... False
    Is Auditor....................................... False

    I don't make use of an Oracle back end; however, if he is doing a SQL 'bulk insert' load type where he needs to pass the file, he probably needs to double check the path he used for the application assuming the database server is not the same as the FDM server.
    i.e. App Path of C:\Hyperion\FDM\FDMApps\Blah\
    Wouldn't work so good if Oracle DB is just passed a file path/name to import similar to MS SQL. Might need something like:
    \\<FDM Server>\FDMApps\Blah\

  • Error in background process.

    I have a report that lets you choose between executing in background or not. As far as I see, in both cases the same subroutines are executed, though if you choose to execute directly a list is shown on screen and you are asked to push exec to have the last part of the program executed.
    I am getting an error when choosing background, and so far I get a time-out error whenever I try to debug.
    Is it possible that a variable is not being cleared because the process is in background?
    I paste below the report's code, in case someone sees any difference I'm missing...
    Thanks in advance,
    S.
    CODE:
    REPORT ZFI_GENERACION_UTE_AF
                             MESSAGE-ID ZFI
                             NO STANDARD PAGE HEADING
                             LINE-SIZE 116.
    *Declaración de includes
    INCLUDE .
    INCLUDE ZFI_BATCH_INPUT.
    INCLUDE ZFI_UTE_TOP_AF.
    Definición de la pantalla de selección
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETERS: P_KOKRS LIKE TKA01-KOKRS OBLIGATORY.
    SELECT-OPTIONS: P_BURKSN FOR SKB1-BUKRS OBLIGATORY.
    SELECT-OPTIONS: P_GSBERN FOR BSIS-GSBER.
    SELECT-OPTIONS: P_BURKSU FOR SKB1-BUKRS.
    SELECT-OPTIONS: P_GSBERU FOR BSIS-GSBER.
    PARAMETERS: P_GAJHR LIKE BKPF-GJAHR OBLIGATORY,
                S_MONAT LIKE BSIS-MONAT OBLIGATORY,
                P_BLDAT LIKE BKPF-BLDAT OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK B1.
    Bloque1 'Tipo de procesamiento: Online - Background'
    SELECTION-SCREEN BEGIN OF BLOCK BLOQUE1 WITH FRAME TITLE TEXT-004.
    PARAMETERS:
      X_ONLINE NO-DISPLAY, " RADIOBUTTON GROUP TYPE, " Ejecutar on-line
      X_BATCH  NO-DISPLAY. "RADIOBUTTON GROUP TYPE. " Ejecutar en fondo
    SELECTION-SCREEN END OF BLOCK BLOQUE1.
    SELECTION-SCREEN BEGIN OF BLOCK BLOQUE3 WITH FRAME TITLE TEXT-016.
    PARAMETERS:
      P_PARC RADIOBUTTON GROUP TIPO,
      P_TOTAL RADIOBUTTON GROUP TIPO DEFAULT 'X'.
    SELECTION-SCREEN END OF BLOCK BLOQUE3.
    PARAMETERS: NUM_DOCS TYPE I DEFAULT '1000'.
    PARAMETERS: P_CODIGO TYPE ZCODIGO_NEGOCIO.
    *Declaración de includes
    INCLUDE ZFI_UTES_F001_AF.
                     LOGICA DEL PROGRAMA
    *Definición de inicializaciones
    INITIALIZATION.
      PERFORM INICIALIZAR_DATOS.
    *Proceso principal
    START-OF-SELECTION.
      PERFORM INI_CABECERA.
      Procesamiento Online
      CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
           EXPORTING
                PERCENTAGE = 0
                TEXT       = TEXT-011.
      CLEAR CONTABILIZADO.
      PERFORM: INICIALIZAR_ESTRUCTURAS,
               CONFECCION_ASIENTOS,
      Si UTEs impuras se crearan los siguientes asientos
    En la empresa ZZZI sólo se generarán apuntes para las cuentas
    de la tabla ZHKONT_IMPURAS en las empresas ZZZ8 y ZZZ9.
    add sis3e 14/01/05
              CONFECCION_ASIENTO_NOD_FERR,
    fin add sis3e 14/01/05
               CREAR_ASIENTOS_CONTRARIOS.
      CLEAR SALIR.
    *Acciones de final de proceso
    END-OF-SELECTION.
      PERFORM VISUALIZAR_TI_APUNTES.
      IF NOT SY-BATCH IS INITIAL.
        PERFORM CONTABILIZAR_DOCUMENTOS.
      ENDIF.
    *Definición de cabeceras del listado
    TOP-OF-PAGE.
      PERFORM BATCH-HEADING(RSBTCHH0).
      PERFORM CABECERA_INICIAL.
    TOP-OF-PAGE DURING LINE-SELECTION.
      PERFORM BATCH-HEADING(RSBTCHH0).
    *Definición y control de acciones a tomar según entrada del usuario
    AT USER-COMMAND.
      CASE SY-UCOMM.
        WHEN 'EJEC'.                       " Ejecutar Contabilizaciones
          PERFORM CONTABILIZAR_DOCUMENTOS.
        WHEN 'ENDE'.
        Finalizar
          LEAVE PROGRAM.
        WHEN 'ABR'.
        Cancelar
          LEAVE PROGRAM.
      ENDCASE.
    *Validaciones de los parámetros de entrada
    AT SELECTION-SCREEN.
      KOKRS = P_KOKRS.
    moneda de la sociedad
      SELECT SINGLE WAERS FROM TKA01 INTO TKA01-WAERS
                          WHERE KOKRS = KOKRS.
      MONEDA_FERR = TKA01-WAERS.
      IF CONTROL_SELECTION = '1'.
        PERFORM VALIDACIONES_SCREEN_SELECCION.
        CONTROL_SELECTION = 2.
      ENDIF.

    Hi,
    Did you  mean to say 'last part' of the program is executed after pressing button on application toolbar?
    So even if you execute in background the list should appear and after that you need to see what the program is doing,
    Rgds,
    Sandeep

  • Error when Importing a txt file in FDM 11.1.2

    Hi,
    I'm getting the following error when I try to import a txt file in FDM. I want to load it in HFM
    Error: An error occurred importing the file.
    Detail: Data access error
    ** Begin FDM Runtime Error Log Entry [2010-10-18 13:07:03] **
    ERROR:
    Code............................................. -2147217900
    Description...................................... Data access error.
    Procedure........................................ clsImpProcessMgr.fLoadAndProcessFile
    Component........................................ upsWObjectsDM
    Version.......................................... 1112
    Thread........................................... 10836
    IDENTIFICATION:
    User............................................. admin
    Computer Name.................................... M0A1187649-2009
    App Name......................................... FDM_ONT
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... orcl
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... OG
    Location ID...................................... 749
    Location Seg..................................... 3
    Category......................................... ACTUAL
    Category ID...................................... 13
    Period........................................... Mar - 2011
    Period ID........................................ 3/31/2011
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False

    To provide some clarity here, this resolved the issue for use also. The good news is that it should be relatively easy for anyone with FDM Workbench access to resolve this given the following information from the FDM DBA guide (http://docs.oracle.com/cd/E17236_01/epm.1112/fdm_dba.pdf):
    To modify the Oracle Work TablespaceName and Oracle Work Table Index
    TableSpaceName configuration settings:
    1 Launch Workbench, and log on to the FDM application.
    2 Select Tools > Configuration Settings.
    3 Select Options > Oracle Work TableSpaceName.
    4 In Name, enter the name of the tablespace, and click Save.
    5 Select Options > Oracle Work Table Index TableSpaceName.
    6 In Name, enter the name you entered in step 4, and click Save.
    7 Select Options > Oracle Work Table Bitmap Index Switch, and set the value to Off for Oracle 10g and Oracle 11g.
    8 Click Save.
    9 Click Close.
    Step 7 specifically resolves this issue.

  • Error while converting form from 3.0 to 6.0

    Hi, everyone
    While converting a 3.0 form to 6.0, I issued the following
    command:
    ifcmp60 MODULE=ALS_DELETE.inp userid=als/ur2nice@sefindv
    upgrade=YES VERSION=30 BUILD=NO OUTPUT_FILE=ALS_DELETE
    and received back this error message:
    Message 764 not found; product=forms60; facility=FMG
    What is going on? Does anybody knows about some good online
    documentation on this?
    Thanks a lot in advance,
    Eduardo

    Tom, I did an "upgrade" to Tiger and my render files are all on an external firewire drive anyway.
    If I switch from "fastest (the way 3.0 renders)" to "normal" will I have to re-render existing files, or does that only apply to segements I render in the future? Thanks for your repeated help.

Maybe you are looking for

  • Mail V3.1 can not create a new Cablevision Optimum Online mail account

    Apple Technical support asked me to report this on this forum. I have OS X 10.5.1 with Mail 3.1. My ISP is Cablevision Optimum Online, which uses mail.optonline.net as their POP and SMTP servers. Pre-existing mail accounts, created under 10.4.x (Tige

  • I have a question about Photo Stream.

    Three iPhones in a family. iPhone 1, 2, 3. iPhone 2 & 3 share the same Apple ID together which is iPhone 3's email account iPhone 1 sends an invite to 2 and 3 iPhone 2 accepts and name of that user displayed on iPhone 1 user is  correct iPhone 3 acce

  • Can not make or receive calls on edge E cellular network

    can not make or receive calls on edge E cellular network Using my iphone 6 plus. Please advise.

  • Sales order in place of return purchase order

    Hi experts, The requirement for my client is like that, he receives raw material from vendors/suppliers. In standard scenario, for any damaged goods he should create a return delivery to vendor with reference to purchase order (mov. type 122). But th

  • Runtime workbench message sending

    hi, In my file to idoc scenario , i am sending my mesage directly from RWB as now i dont have access to FTP server so cant put my file there and test my scenario.I am going to component monitoringIntegrationEngine-testMessage and sending my message b