Jrun struts oracle jdc - not able to open pages

Hi,
I am using JRun4 / JDK1.4.2 with struts. I use Oracle JDBC for RDBMS.
My prob:
I am able to open the index page and created a login validation which is done by JDBC. Here I have a bean to validate the login and set the attributes accordingly. Now if I say submit with valid login details, it doesn't go to the next page.
I have the following log info:
2702 / 2738 19/09 14:38:44 info [axis] Tiles definition factory found for request processor ''.
2703 / 2738 19/09 14:38:44 user FlashGatewayServlet: destroy
2704 / 2738 19/09 14:38:44 user FileServlet: destroy
2705 / 2738 19/09 14:38:44 error Session data is not serializable (ID=1a302046491095597421138) - session is lost
2706 / 2738 19/09 14:38:44 info 1 session(s) persisted
2707 / 2738 19/09 14:42:57 info JRunDataSource bound to JNDI under name ddd
2708 / 2738 19/09 14:42:57 info JRun DataSourceService: Created JDBC XA Connection Pool named ddd
2709 / 2738 19/09 14:42:57 info Bound a LinkRef from "DefaultDataSource" to the default DataSource "ddd"
2710 / 2738 19/09 14:42:57 info JRun Web Server listening on *:9000
2711 / 2738 19/09 14:42:57 info Deploying enterprise application "JRun 4.0 Internal J2EE Components" from: file:/C:/JRun4/lib/jrun-comp.ear
2712 / 2738 19/09 14:42:57 info Deploying EJB "JRunSQLInvoker" from: file:/C:/JRun4/lib/jrun-comp.ear
2713 / 2738 19/09 14:42:58 info Deploying enterprise application "default-ear" from: file:/C:/JRun4/servers/PPTU/default-ear/
2713 / 2738 19/09 14:42:58 info Deploying enterprise application "default-ear" from: file:/C:/JRun4/servers/PPTU/default-ear/
2714 / 2738 19/09 14:42:58 info Deploying web application "Struts Blank Application" from: file:/C:/JRun4/servers/PPTU/default-ear/
2715 / 2738 19/09 14:42:59 info Web Services in default-ear#default-war:
2716 / 2738 19/09 14:42:59 info AdminService
2717 / 2738 19/09 14:42:59 user JSPServlet: init
2718 / 2738 19/09 14:42:59 user action: init
2719 / 2738 19/09 14:42:59 info [axis] Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
2720 / 2738 19/09 14:42:59 info [axis] Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
2721 / 2738 19/09 14:43:00 info [axis] Initializing, config='resources.application', returnNull=true
2722 / 2738 19/09 14:43:00 info [axis] Tiles definition factory loaded for module ''.
2723 / 2738 19/09 14:43:00 info [axis] Loading validation rules file from '/WEB-INF/validator-rules.xml'
2724 / 2738 19/09 14:43:00 info [axis] Loading validation rules file from '/WEB-INF/validation.xml'
2725 / 2738 19/09 14:43:00 info Recovering 1 session(s)
2726 / 2738 19/09 14:43:00 info Deploying web application "Struts Blank Application" from: file:/C:/JRun4/servers/PPTU/DevelopmentProjects.war
2727 / 2738 19/09 14:43:00 user JSPServlet: init
2728 / 2738 19/09 14:43:01 user action: init
2729 / 2738 19/09 14:43:01 info [axis] Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
2730 / 2738 19/09 14:43:01 info [axis] Initializing, config='resources.application', returnNull=true
2731 / 2738 19/09 14:43:01 info [axis] Tiles definition factory loaded for module ''.
2732 / 2738 19/09 14:43:01 info [axis] Loading validation rules file from '/WEB-INF/validator-rules.xml'
2733 / 2738 19/09 14:43:01 info [axis] Loading validation rules file from '/WEB-INF/validation.xml'
2734 / 2738 19/09 14:43:01 info Deploying enterprise application "Flash Remoting EAR" from: file:/C:/JRun4/lib/flashgateway.ear
2735 / 2738 19/09 14:43:01 info Deploying web application "Flash Remoting" from: file:/C:/JRun4/lib/flashgateway.ear
2736 / 2738 19/09 14:43:01 user JSPServlet: init
2737 / 2738 19/09 14:43:01 user FlashGatewayServlet: init
=================
Can anyone pl. help whatz goin on here???
Thanks
sara

Hi, welcome to OTN form:
Please paste OS /DB version.
Please check below Step:
In Windows:
C:\Users\a000364>set ORACLE_SID=ORCL
C:\Users\a000364>echo %ORACLE_SID%
ORCL
C:\Users\a000364>sqlplus / as sysdba;
SQL*Plus: Release 10.1.0.5.0 - Production on Thu Nov 21 15:05:56 2013
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL>
In Linux OS:
bash-3.2$ export ORACLE_SID=ORCL
bash-3.2$ echo $ORACLE_SID
ORCL
bash-3.2$ sqlplus "/ as sysdba";
SQL*Plus: Release 11.2.0.3.0 Production on Thu Nov 21 15:06:58 2013
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>

Similar Messages

  • Not able to open page in R12

    Hi all,
    I have developed a page in 9i jdevoloper, I registerd page in oracle applications.
    It is working fine in 11i instance. But I am not able to run the page from R12 instance.
    It is showing the below error when i open page in oracle applications.
    oracle.apps.fnd.framework.OAException: Could not load application module 'wnsgs.oracle.apps.sysadmin.employeeadvancerequest.server.EmployeeAdvanceRequestAM'.
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1300)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    JBO-30003: The application pool (wimuat1.wind.wnsgroup.netTESTFIN1529wnsgs.oracle.apps.sysadmin.employeeadvancerequest.server.EmployeeAdvanceRequestAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition wnsgs.oracle.apps.sysadmin.employeeadvancerequest.server.EmployeeAdvanceRequestAM of type ApplicationModule not found
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:511)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1300)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    Can anyone help me on this issue..It's urgent
    Thanks
    Naresh
    Edited by: naresh on May 8, 2012 2:17 PM

    Hi Naresh,
    This is because of the files which you moved will not have read write permissions.. make sure that
    you need to change the mode of the class files to 777.
    Login to Telnet and change the mode through CHMOD 777 command
    OR
    Navigate to winscp3 right click on the files then give read write access
    Regards
    krish

  • Hi am new to Oracle am not able to open database error says Invalid Parameter file TNS_ADMIN

    Please help

    Hi, welcome to OTN form:
    Please paste OS /DB version.
    Please check below Step:
    In Windows:
    C:\Users\a000364>set ORACLE_SID=ORCL
    C:\Users\a000364>echo %ORACLE_SID%
    ORCL
    C:\Users\a000364>sqlplus / as sysdba;
    SQL*Plus: Release 10.1.0.5.0 - Production on Thu Nov 21 15:05:56 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>
    In Linux OS:
    bash-3.2$ export ORACLE_SID=ORCL
    bash-3.2$ echo $ORACLE_SID
    ORCL
    bash-3.2$ sqlplus "/ as sysdba";
    SQL*Plus: Release 11.2.0.3.0 Production on Thu Nov 21 15:06:58 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>

  • Not able to open ppt files

    I'm experiencing problems opening some .ppt files.
    When I try to open that files a window pop-up. The header of the window is: "oracle hyperion smart view for office, fusion edition". In the window is written: "Presentation.SlideShowWindow : Invalid request. Automation rights are not granted.". The result is that I'm not able to open these files from windows explorer. There is no problem to open the files from inside MS office powerpoint (with file/open, ect).
    The strange thing is that these files are not trying to use any smartview feature.
    MS office is MS office professional plus 2010 version 14.0.6029.1000, the OS is Windows 7, smartview version is 11.1.2.2.301.
    Can you help to solve the problem? Thanks

    Is Microsoft installed on default path?
    Regards
    Celvin
    http://www.orahyplabs.com

  • Not able to open  Database Configuration Assitance after installing MGT ser

    I've install Oracle Grid Control Enterprises manage in sperate machine(MON1) to moniter 3 servers and I've install Oracle Management Service to get connect with MON1 server. After installation i'm not able to open Databaase configuration assitance and net configuration assitance.
    Please help on this

    I've found the solution for this problem. Follow this step
    step 1. Before install management service copy the environment variable value of PATH in a notepad. For this Select MyComputer-> Do right click->click on advance tab->Click Environment Variables>Under System Variables you see a variables called PATH->select and click on Edit button You will get the value of PATH Value.
    Step 2. Now you do Management Service installation
    Step 3. Again you do the same step as STEP 1(Make sure you should do this).
    Step 4. Now you copy the content which you have copy in step 1 and paste it in PATH Variable
    Step 5. Now you try to open.
    Step 6. Now You restore the content of PATH Variable which you have copy(STEP 3) after installation so the Management Service will work fine

  • Not able to open form

    Hi,
    I am not able to open form. I am getting this error in popup message
    FRM-40735 : WHEN-NEW-INSTANCE trigger raised unhandled exception ORA-00904
    I have compiled one form . But no luck.
    Its only happening with AR module. I am not able to understand why it happening and how i resolve this problem ?
    Thanks in Advance....

    Hi;
    Please follow below and see its helpfull:
    FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception ORA-00904 [ID 203453.1]
    Troubleshooting FRM-40735: Trigger Raised Unhandled Exception ORA-xx [ID 756281.1]
    FRM-40800 Trying to Login to Forms DocID: 374636.1
    How to Trap Database or Application Errors in Oracle Forms? [ID 61383.1]
    Resolving FRM-40735 Errors [ID 61579.1]
    Regard
    Helios

  • Java.lang.OutOfMemoryError: PermGen space Not able to open applications

    Hi ,
    I am facing issue in running the application when I deploy 10 applications successfully to the Integrated weblogic server [in jdev].
    Then after some time I am not able to open any of the application.
    Thanks and Regards,
    Vivek Pemawat

    Set MaxPermSize to a higher value.
    export JVM_ARGS="-Xmx1024m -XX:MaxPermSize=256m"
    https://forums.oracle.com/thread/1140785

  • TAfter IOS5 updating I am not able to open media files from embebed in email atachments. Previous to update email System of offered the opción to open trough any media player I had installed, any clue?....

    After IOS5 updating I am not able to open movie files embebed as email atachments. Previous to update email System offered  the option to open the file trough any media player (app)  I had installed , now it tríes to open the file directly with no success, any clue?....

        Hi Rohit ,
    I had copied these .class & .xml files under Myclasses -> oracle.apps.icx and oracle.apps.po and oracle.apps.fnd was same which comes part of the standard OA tutorial.
    I copied same under Myprojects as well.
    you have to decompile the class file into java file and then place it in Myproject directory , also copy all dependency files like BC4J components , and then
    try to run from Jdeveloper .
    Alternatively you can get the entire ICX folder and zip it and add it via library .
    --Keerthi

  • Not able to open forms after changing domain in R12.

    Hi all,
    how are you
    I have modified the domain name for my erp, i was able to complete it successfully except for opening the forms. i am not able to open the forms, though i am able to login to applications.
    i have followed the following document
    Note: 759225.1 - How to change the domain name for Oracle Applications R12?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=759225.1
    Thanks

    Hi
    Thanks for the update.
    My OS is RHEL 4. Oracle applications R12.1. It doesnt show any error when i click on particular item for forms. it is not launching any forms.
    The document mention above, is it applicable for R12.1? it suggests a patch for 11i.
    Should i directly run the EXEC FND_CONC_CLONE.SETUP_CLEAN and autoconfig?
    The query in the document is returning the following
    SQL> select node_name "Node Name", node_mode "Mode", support_cp "C", support_web "W", support_admin "A", support_forms "F" from FND_NODES;
    Node Name M C W A F
    AUTHENTICATION O N N N N
    ERPAPPS O Y Y Y Y
    Thanks

  • Recover tablespace is failing and not able to open database

    Hello All,
    I am using Oracle RAC 11g R2 on Linux. My database is running in NOARHIVELOG mode.
    I am testing some RMAN scenarios.
    After doing a the below scenario: I think the problem that I used switch log file!!!
    RMAN> backup tablespace 'USERS' TAG 'TestBkp_FRA';
    RMAN> backup backupset 10 format '/testasm/backup%U' delete input; -- here 10 is the backup set generated in the previous command
    RMAN> BACKUP INCREMENTAL LEVEL 1 tablespace users;
    alter system switch logfile;-- many times i am not able to recover my users tablespace because of the below :
    archived log for thread 1 with sequence 19 is already on disk as file +DATA/orcl/onlinelog/group_1.261.772044543
    archived log for thread 1 with sequence 20 is already on disk as file +DATA/orcl/onlinelog/group_2.262.772044547
    archived log for thread 2 with sequence 4 is already on disk as file +DATA/orcl/onlinelog/group_4.266.772044919
    RMAN-08187: WARNING: media recovery until SCN 1101381 complete
    Finished recover at 27-MAR-2012 17:21:36and I am unable to open my database:
    RMAN> alter database open;             
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 03/27/2012 17:26:18
    ORA-01113: file 4 needs media recovery
    ORA-01110: data file 4: '+DATA/orcl/datafile/users.259.772044111'below is a list of my backups
    RMAN> list backup;
    List of Backup Sets
    ===================
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time    
    9       Full    1.45M      DISK        00:00:02     27-MAR-2012 12:06:47
            BP Key: 11   Status: AVAILABLE  Compressed: NO  Tag: TESTBKP
            Piece Name: /testasm/backup0an6tvil_1_2
      List of Datafiles in backup set 9
      File LV Type Ckp SCN    Ckp Time             Name
      4       Full 1092418    27-MAR-2012 11:40:06 +DATA/orcl/datafile/users.259.772044111
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time    
    10      Full    1.45M      DISK        00:00:04     27-MAR-2012 15:58:54
            BP Key: 13   Status: AVAILABLE  Compressed: NO  Tag: TESTBKP_FRA
            Piece Name: /testasm/backup0bn6ud5q_1_2
      List of Datafiles in backup set 10
      File LV Type Ckp SCN    Ckp Time             Name
      4       Full 1100603    27-MAR-2012 15:53:40 +DATA/orcl/datafile/users.259.772044111
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time    
    11      Incr 0  1.45M      DISK        00:00:05     27-MAR-2012 16:16:59
            BP Key: 14   Status: AVAILABLE  Compressed: NO  Tag: TAG20120327T161652
            Piece Name: +FRA/orcl/backupset/2012_03_27/nnndn0_tag20120327t161652_0.261.779041015
      List of Datafiles in backup set 11
      File LV Type Ckp SCN    Ckp Time             Name
      4    0  Incr 1101381    27-MAR-2012 16:13:11 +DATA/orcl/datafile/users.259.772044111
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time    
    12      Full    1.45M      DISK        00:00:02     27-MAR-2012 17:00:26
            BP Key: 15   Status: AVAILABLE  Compressed: NO  Tag: TAG20120327T170023
            Piece Name: +FRA/orcl/backupset/2012_03_27/nnndf0_tag20120327t170023_0.260.779043625
      List of Datafiles in backup set 12
      File LV Type Ckp SCN    Ckp Time             Name
      4       Full 1101381    27-MAR-2012 16:13:11 +DATA/orcl/datafile/users.259.772044111My database is running in NOARCHIVELOG mode I have no Full database backup.
    How can I start my database. Please help!!

    NB wrote:
    What do you mean ?
    Now I am not able to open my database. it is mounted.
    What steps should i do ?If you try to backup database in NOARCHIVELOG mode, you will get below errors
    RMAN> backup database;
    Starting backup at 27-MAR-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=130 device type=DISK
    channel ORA_DISK_1: starting full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 03/27/2012 20:30:26
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    RMAN>
    RMAN> backup tablespace users;
    Starting backup at 27-MAR-12
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 03/27/2012 20:30:58
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    RMAN>Can you tell me how you took backup? have you taken backup from MOUNT status when its in noarchivelog mode?
    If there is inconsistency of SCN, you cant recover it.
    Please describe how you took backup & why you want to perform recovery in noarchivelog mode?

  • Not able to open EDITOR

    Hi Group members,
    I have just recently installed Oracle 10g database, but i am not able to open the very famous editior. The error that i am getting is as shown below,
    SP2-0110: Cannot create save file "afiedt.buf"

    Oracle Error :: SP2-0110
    Cannot create save file file_name
    Cause
    An attempt was made to save the content of the SQL buffer to a file and the file could not be written. Possible causes:
    An error was encountered when creating the destination file.
    A directory name specified in the SAVE statement was not found.
    A system error made it impossible to open the file.
    Action
    Take the following actions:
    Check that the destination is valid and that there is sufficient space on the destination device.
    Check the statement for a typing mistake in the directory name. Then issue the statement again after correcting the directory name.

  • Not able to open Modal Page through a report attribute link

    Dear All,
         Not able to open Modal Page through a report attribute link, kindly help me...
      I am using skill builders modal page plugin ...
    Thanks and Regards,
    Madonna

    Here's what you have to do.
    You set up your column link like this:
    Link text: whatever you like
    Link attributes: onclick="return false;" class="open_modal"
    Target: Page in this application
    Page: number of the page you want to open in your modal window
    You set up your dynamic action like this:
    Event: Click
    Selection type: jQuery selector
    jQuery selector: .open_modal
    (notice the dot at the beginning!)
    Action: SkillBuilders Modal Page (2.0.0) [Plug-in]
    Event Scope: Dynamic
    And finally, in your True Action (SkillBuilders Modal Page (2.0.0)), URL Location should be set as Attribute of Triggering Element.
    And that's pretty much all it takes.
    Hope this helps.

  • Not able to open SharePoint 2010 Site in SharePoint Designer 2010

    Hi all,
    I have SharePoint 2010 Environment and when I try to open the site in SharePoint Designer with the regular URL (https://xyz.com)
    some time i am getting error "'The server sent a response which SharePoint Designer could not parse. If you are trying to connect to a Microsoft SharePoint Foundation server, check with the server's administrator to make sure Microsoft
    Foundation is installed properly" and some time its work fine and open the site without any issue... but when i try to open the site with the internal URL like (http://Servername:Port) it work perfectly.
    Even i am not able to open the custom workflow in SharePoint designer whenever i am able to open the site with my regular URL (https://xyz.com) and getting error "Failed to load the configuration file for the workflow", but with
    the Internal URL (http://Servername:Port) i am able to open that workflow without any issue.
    Please suggest!!!

    Hi NaveenKSah,
    According to your description, my understanding is that you got an error when you opened AAM url of a site with SharePoint 201o Designer.
    Please try to add <remove verb="*" path="*.asmx" /> after <httpHandlers> in the site web.config file, compare the result.
    Note: before changing the web.config file, please make a backup for the file.
    More information, please refer to the link:
    http://dishasharepointworld.blogspot.com/2010/08/server-sent-response-which-sharepoint_30.html
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Not able to open mail from my mac, gmail repeatedly asking for password. but using same password able to open gmail on safari

    not able to open mail from my mac, gmail repeatedly asking for password. but using same password able to open gmail on safari

    okay well they got me to take out some .plist files to see if that would help it didn't. I'm not sure what ones that they deleted for my self maybe someone here would be abel to tell you what ones to take out but didn't work the one that came close to working was this going into keychain and deleting the account(s) then reading them again.
    if you are to do this please back up first with Time Machine. You can do this with a usb drive.
    Okay so go back to where you had internet accounts and make sure mail is shut. click the - on the account your having problems with then quit system preferences.
    Okay so then press cmd and space bar at the same time then type 'keychain access' into the search then click on 'keychain access'
    once it is open go to the top of the window and put your email address that you are having problems with.
    once you have put in your full email, have a look at what comes up i deleted things in the kind colome with 'internet password' and anything with under name that had smtp.gmail.com or imap.gmail.com so it would look like this, map.gmail.com - internet password.
    right click and delete them. make sure not to touch any other files that dont say them things on them.
    Once you have done this quit keychain access and then restart the computer, once the computer is restarted go back to system preferences and internet accounts and re-add the account.
    Hope this helps. if something is not clear just ask.

  • Not able to open adobe XI Pro after I have filled out a documents and trying saving it. The program stops working & won't open up again.  Tried to complete a repair, rebooting nothing works. Help please.

    Not able to open adobe XI Pro after I have filled out a documents and trying saving it. The program stops working & won't open up again.  Tried to complete a repair, rebooting nothing works. Help please.

    Hi,
    Can you pls. provide more details of the issue?
    OS/Platform
    It would be great if you can provide the MSI logs for repair from the %temp% directory.
    Thanks,

Maybe you are looking for

  • ORA-14758: Last partition in the range section cannot be dropped

    Hi, I am trying to  truncate table for 30 days or older records but I am getting below error. I ran an block like below FOR i IN (SELECT *                FROM user_tab_partitions               WHERE table_name = 'XXX' AND partition_position > 1)    L

  • My Videos Export in Terrible Quality

    I have a video project I'm working on, I've finished it and went to export as .wmv and .mov . When it finished exporting, I watched the videos, the quality was terrible. Any part of the video that had a lot of motion would look "liney". I've posted t

  • DW CS3 Crashes When Switching from Design View to Code View

    The page opens in code view, and when I try to switch to either split or design view, the application freezes.

  • Problems of integrating Matlab functions in Labview

    Hi, Does anyone know how to completely integrate Matlab functions into Labview program without a copy of Matlab in the system when I run the entire program? Initially I used 'Mathscrip' node but I heard that it doesn't support Matlab toolbox.  Thus,

  • BDC in background for Transaction FB50

    Hi, I have created BDC program for FB50 T.code. when i run this below code (foreground) : (call transaction FB50 using it_bdcdata mode 'A' update 'S' messages into it_bdcmsgcoll.) then my it_bdcmsgcoll contain error messages occured during data downl