Urgent EXP 00028 Error

Hi All,
While taking Export i am getting Exp 00028 error
i have typed
C:\>exp userid=apregs_admin/apregs_admin file='D:\DB_Backup_08052007\fulldump\08
052007.DMP' log='D:\DB_Backup_08052007\fulldump\08052007.log' full=Y;
Export: Release 10.2.0.1.0 - Production on Tue May 8 13:08:20 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
EXP-00028: failed to open D:\DB_Backup_08052007\fulldump\08052007.log for write
EXP-00000: Export terminated unsuccessfully
plz help its urgent

Sorry i found out my mistake
i did
C:\>exp userid=apregs_admin/apregs_admin file='D:\DB_Backup_08052007\fulldump\08
052007.DMP' log='D:\DB_Backup_08052007\fulldump\08052007.log' full=Y;
i have to
C:\>exp userid=apregs_admin/apregs_admin file='D:\DB_Backup_08052007\fulldump08052007.DMP'
log='D:\DB_Backup_08052007\fulldump08052007.log' full=Y;

Similar Messages

  • Export issue --EXP-00028

    Hi Experts,
    I have a auto exp job works well.
    one week ago, It is stop. I try to manual run code and got some message as
    D:\OraHome1\bin>exp USERID=system/scott@test full=y direct=y compress=y f
    ile=D:\test_BACKUPS\exp_2009318.dmp log=D:\test_BACKUPS\logs\exp_
    2009318.log
    Export: Release 9.2.0.6.0 - Production on Thu Mar 19 12:34:38 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    EXP-00028: failed to open D:\LEADS_BACKUPS\logs\exp_2009318.log for write
    EXP-00000: Export terminated unsuccessfully
    But I can create new folder at D driver. also Oracle is install and working on D driver.
    I believe there are no permission. is it true?
    I wrok on oracle 9.2 at wondow 2003 server.
    How to fix this issue?
    Thanks,
    Jimmy
    Edited by: user3202414 on Mar 19, 2009 9:41 AM
    Edited by: user3202414 on Mar 19, 2009 9:42 AM

    Hello,
    Look at your export statement and error message and tell me if this looks odd to you or was it a typo. Also try without using log and see if it goes thru
    D:\OraHome1\bin>exp USERID=system/scott@test full=y direct=y compress=y file=D:\test_BACKUPS\exp_2009318.dmp log=D:*\test_BACKUPS\logs\exp_2009318.log*
    Export: Release 9.2.0.6.0 - Production on Thu Mar 19 12:34:38 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    EXP-00028: failed to open D:\LEADS_BACKUPS\logs\exp_2009318.log for write
    EXP-00000: Export terminated unsuccessfully
    Regrds
    Edited by: OrionNet on Mar 19, 2009 2:03 PM

  • EXP-00015: error while exporting a table !!!

    Hi
    I was trying to take table backup by exp and import method.
    Got the following error
    Please adivse.
    EXP-00015: error on row 7548444 of table LOADER_POS, column VERSIONDATE, datatype 12
    From
    P

    Jaffar
    Appreciate your response.
    There is enough space.
    When u say analyze table structure ..
    Are you talking about the Updating the statistics. ?
    Please explain.
    Thanks again.
    From
    PBy "analyze table structure", you can see if you have any corruptions of block :
    analyze table table_name validate structure;[pre]
    or
    [pre]analyze index index_name validate structure;[pre]
    Nicolas.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Exp-00011 Error, pls help me

    testing sample code, exp-00011 error, Strange error
    SQL> SHOW USER;
    USER is "SHIZHO"
    SQL> CREATE TABLE SCHOOL(IDX NUMBER(4),CNAME VARCHAR2(20));
    Table created.
    SQL> INSERT INTO SCHOOL VALUES(1,'AA');
    1 row created.
    SQL> INSERT INTO SCHOOL VALUES(2,'BB');
    1 row created.
    SQL> INSERT INTO SCHOOL VALUES(3,'CC');
    1 row created.
    SQL> COMMIT;
    Commit complete.
    SQL> SELECT * FROM SCHOOL;
           IDX CNAME
             1 AA
             2 BB
             3 CC
    SQL> EXIT;
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    C:\>EXP shizho/shizho tables=school;
    Export: Release 11.1.0.7.0 - Production on Fri Oct 9 11:21:49 2009
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export specified tables via Conventional Path ...
    EXP-00011: SHIZHO.SCHOOL; does not exist
    Export terminated successfully with warnings.
    C:\>sqlplus shizho/shizho
    SQL*Plus: Release 11.1.0.7.0 - Production on Fri Oct 9 11:22:15 2009
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> desc school;
    Name                                      Null?    Type
    IDX                                                NUMBER(4)
    CNAME                                              VARCHAR2(20)
    SQL> select table_name from user_tables where table_name='SCHOOL';
    TABLE_NAME
    SCHOOL
    SQL>

    thanks alot, i blur blur, because of the extra ';' character
    C:\>exp shizho/shizho tables=SCHOOL
    Export: Release 11.1.0.7.0 - Production on Fri Oct 9 11:38:11 2009
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export specified tables via Conventional Path ...
    . . exporting table                         SCHOOL          3 rows exported
    Export terminated successfully without warnings.

  • EXP-00002: error in writing to export file

    Dear All,
    When I am exporting a table I am getting the following Error:
    EXP-00015: error on row 7585060 of table WIP_TRANSACTION_ACCOUNTS, column PROGRAM_UPDATE_DATE, datatype 12
    EXP-00002: error in writing to export file
    EXP-00002: error in writing to export fileerror closing export file /export/home/oraprod/wip_transaction_accounts_tbl.dmp
    EXP-00000: Export terminated unsuccessfully
    What is the cause of this issue..? It shows there is an error in row 7585060 of table WIP_TRANSACTION_ACCOUNTS, column PROGRAM_UPDATE_DATE, datatype 12
    How can I rectify this..?
    Please update...
    Many thanks..

    Thank you for the response..,
    I checked with the query and the result is as follows:
    SQL> select PROGRAM_UPDATE_DATE
    from WIP_TRANSACTION_ACCOUNTS
    where rowid = (
    select rowid from WIP_TRANSACTION_ACCOUNTS
    where rownum <= 7585060
    minus
    select rowid from WIP_TRANSACTION_ACCOUNTS
    where rownum < 7585060);
    PROGRAM_U
    12-JUL-09
    and
    the disk usage is as follows:
    Filesystem size used avail capacity Mounted on
    /dev/dsk/c1t0d0s0 5.8G 5.7G 0K 100% /
    /proc 0K 0K 0K 0% /proc
    mnttab 0K 0K 0K 0% /etc/mnttab
    fd 0K 0K 0K 0% /dev/fd
    /dev/dsk/c1t0d0s3 5.8G 4.5G 1.2G 79% /var
    swap 20G 104K 20G 1% /var/run
    swap 20G 432K 20G 1% /tmp
    /dev/dsk/c3t3d3s3 39G 18G 21G 47% /free1
    /dev/dsk/c3t3d3s6 247G 88G 156G 37% /proddata
    /dev/dsk/c1t2d0s0 67G 48G 19G 72% /prod
    /dev/dsk/c1t3d0s0 67G 49G 18G 74% /stage
    Is there is problem with the space in the disk..? as its showing 100% usage for /dev/dsk/c1t0d0s0
    Please update....
    regards..

  • EXP-00002: error in writing to export file  EXP-00002:   EXP-00000: Export terminated unsuccessfully

    Dear All,
    <code>
    . . exporting table
    CDM_HIST_INFO_SERV_RES_DEF     
    0 rows exported
    . . exporting table         
    CDM_HIST_INFO_SLA     
    0 rows exported
    . . exporting table   
    CDM_HIST_INFO_WORKGROUP     
    0 rows exported
    . . exporting table     
    CDM_INCIDENT2SERVICES  
    1040 rows exported
    . . exporting table             
    CDM_INCIDENTS </code>
    EXP-00002: error in writing to export file
    EXP-00002: error in writing to export fileerror closing export file /archive/weeklybkp/export/loc2/sd-04-Sep-08-55.dmp
    EXP-00000: Export terminated unsuccessfully
    I got the above error.It only backup 2Gb after that the above error came.Please help me.
    Regards,
    DB.

    following link can help you out.
    http://arjudba.blogspot.in/2009/12/export-fails-with-exp-00002-error-in.html
    Check the solution section.

  • Need Urgent Solution for error in presence webservice

    Hi Folks, I am new to ocsg , i got stuck with a serious problem
    I am working with presence web service
    As from documentation , i understood that watcher should subscribe with attrbiutes which he wants to look up for presence user's information , so i tried to give subscribe information, in that tab, i gave sip uri as tel:1234
    and click on start button .Initially i got error that No plug in created
    Then i tried to create the plug in from pluginmanager for presence webservice , but it is not allowing to create saying that "you cannot create plug for this service ( presence web service)"
    then I started using the already existing
    presenceservice = Plugin_px21_presence_sip and existing
    ================
    presence instance = Plugin_px21_presence_sip#wlng_nt_presence_px21#4.1
    then again i got error while I click on start button , saying that No Route Exists
    then I added a route by taking Plugin_px21_presence_sip as input value and values given as tel:^.*
    and I also set setrouteconfig as below values
    ================
    Plugin_px21_presence_sip
    ================
    <?xml version="1.0" encoding="UTF-8"?>
    <route xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="route.xsd">
    <destAddress defaultResult="true">tel:^.*</destAddress>
    </route>
    =================
    it has accepted . then I again started the subscribe presence by clicking on start button .
    14 Jul 2009 11:29:45,421 [ WARN com.bea.wlcp.wlng.util.EJBHelper - Failed to process request
    com.bea.wlcp.wlng.api.plugin.NoRoutePluginException: Could not find a route for this message. address: tel:1234
    at com.bea.wlcp.wlng.interceptor.RemoveInvalidRoute.invoke(RemoveInvalidRoute.java:49)
    at com.bea.wlcp.wlng.interceptor.ContextImpl.invokeNext(ContextImpl.java:87)
    at com.bea.wlcp.wlng.interceptor.CreatePolicyData.invoke(CreatePolicyData.java:25)
    at com.bea.wlcp.wlng.interceptor.ContextImpl.invokeNext(ContextImpl.java:87)
    at com.bea.wlcp.wlng.interceptor.RemoveInactivePlugin.invoke(RemoveInactivePlugin.java:39)
    at com.bea.wlcp.wlng.interceptor.ContextImpl.invokeNext(ContextImpl.java:87)
    at com.bea.wlcp.wlng.interceptor.CreatePluginList.invoke(CreatePluginList.java:59)
    at com.bea.wlcp.wlng.interceptor.ContextImpl.invokeNext(ContextImpl.java:87)
    at com.bea.wlcp.wlng.interceptor.ValidateRequestUsingRequestFactory.invoke(ValidateRequestUsingRequestFactory.java:41)
    at com.bea.wlcp.wlng.interceptor.ContextImpl.invokeNext(ContextImpl.java:87)
    at com.bea.wlcp.wlng.interceptor.EnforceSpAppBudget.invoke(EnforceSpAppBudget.java:70)
    at com.bea.wlcp.wlng.interceptor.ContextImpl.invokeNext(ContextImpl.java:87)
    at com.bea.wlcp.wlng.interceptor.EnforceApplicationState.invoke(EnforceApplicationState.java:71)
    at com.bea.wlcp.wlng.plugin.PluginManagerImpl.invokeInterceptors(PluginManagerImpl.java:84)
    at com.bea.wlcp.wlng.plugin.PluginManagerImpl.processRequest(PluginManagerImpl.java:58)
    at com.bea.wlcp.wlng.util.EJBHelper.processRequest(EJBHelper.java:42)
    at com.bea.wlcp.wlng.px21.ejb.PresenceConsumerEjbImpl.subscribePresence(PresenceConsumerEjbImpl.java:79)
    at com.bea.wlcp.wlng.px21.ejb.PresenceConsumer_y33p2d_EOImpl.subscribePresence(PresenceConsumer_y33p2d_EOImpl.java:138)
    at com.bea.wlcp.wlng.px21.ejb.PresenceConsumer_y33p2d_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    at com.bea.wlcp.wlng.px21.ejb.PresenceConsumer_y33p2d_EOImpl_1030_WLStub.subscribePresence(Unknown Source)
    at com.bea.wlcp.wlng.px21.jws.PresenceConsumerWsImpl.subscribePresence(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor376.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.wsee.component.pojo.JavaClassComponent.invoke(JavaClassComponent.java:112)
    at weblogic.wsee.ws.dispatch.server.ComponentHandler.handleRequest(ComponentHandler.java:84)
    at weblogic.wsee.handler.HandlerIterator.handleRequest(HandlerIterator.java:141)
    at weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDispatcher.java:114)
    at weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:80)
    at weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.java:66)
    at weblogic.wsee.server.servlet.SoapProcessor.process(SoapProcessor.java:44)
    at weblogic.wsee.server.servlet.BaseWSServlet$AuthorizedInvoke.run(BaseWSServlet.java:285)
    at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java:169)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3501)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2089)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    please guide me if my understanding is correct and my steps are correct or not, if all the above steps are fine, please tell why i am getting that error message
    Really stuck with this problem from 1 week , please help me to move further.
    Regards
    Rajasekhar

    Hi, if this is urgent I would suggest logging the issue on My Oracle Support in the Communications Service Delivery Community where Oracle and customer/partner/developer experts will advise whether this is a configuration issue or a bug that requires an SR to deliver a fix.
    Regards
    Graham

  • Urgent: Publisher scheduling error while FTP

    Hi team,
    i m trying to ftp a file on one of the windows server via Publisher.But i get this error.
    oracle.apps.xdo.servlet.scheduler.ProcessingException: java.lang.StringIndexOutOfBoundsException
         at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1621)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:478)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Caused by: java.lang.StringIndexOutOfBoundsException
         at java.lang.String.substring(String.java:1088)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1431)
         ... 3 more
    Can you please help me out with this?
    Edited by: Bhupendra Gupta on Aug 25, 2009 5:36 AM

    You might want to try this forum for Publisher: BI Publisher
    And for "Urgent" questions you should be raising an SR with Oracle.

  • Urgent - Travel Request Error in production

    Hi All,
    While creating Travel request in production server, we are getting an error..
    Error while writing to the database PTRV_HEAD/PTRV_PERIO/Cluster TE
    Someone please help me on this. This is very urgent..
    Thanks in advance!
    This is working fine in Developement server. Only in Production server, we are getting this error.

    Use T-Code PR10.
    Regards

  • Very urgent: Travel Request Error in production server

    Hi All,
    While creating Travel request in production server, we are getting an error..
    Error while writing to the database PTRV_HEAD/PTRV_PERIO/Cluster TE
    Someone please help me on this. This is very urgent..
    Thanks in advance!

    Solved..by setting up trip number ranges..
    Thanks!

  • Urgent(abap runtime error)

    hi all,
    when i tried to findout the name(collective search) by  last name o'brien in PA20 OR PA30 transacton   i got the abap runtime  error  in production
    but when i tried samething in development and quality  by lastname  o'brein in PA20 OR PA30 TRANSACTION i got the 4 names  .please let me know what is the problem . it is very urgent.
    thanks in advance
    rama.

    Hi
    What is the runtime error u got
    Regards
    Pavan

  • Urgent Help! Errors in source system(RSM     340)

    Need urgent help. Issue in production.
    I added fields to the COPA datasource, by changing the operating concern. I recreated the datasource with the same name replicated into BW & ran delta again. The whole procedure worked fine in Dev & Quality but in production it gives me the below error. I thought its a delta issue so I deleted the data & try reload but still same issue. Below is the error. I checked the connection with R3. its an ok. All other loads work fine. Before deleting delta, it gives below error & when you rerun, it finishes with zero records. I also tried activating update, transfer & ods & cube in BW. I also asked functional guy to check operating concern & its active. kindly help
    Errors in source system     RSM     340
    Error message from the source system
    Diagnosis
    An error occurred in the source system.
    System Response
    Caller 09 contains an error message.

    Hi PK,
    caller 09 error mainly because of source(target system) and destination(bw system) not configured correctly.
    i think you get the error message as follows. file is in the client workstation as like.
    better you contact basis people. they will resolve this.
    hope this help you
    Regards
    Harikrishna N

  • Urgent- production order error- ERTR status

    Dear PP Gurus
    i have an urgent production issue, we have full fledged WM implemented and production order components are issued automatically when order is released via a Pick list 
    Now the problem is that the BOM components are NOt correctly staged during picking
    after the order is released , the status shows <u><b>ERTR- Error in transfer requirements</b></u>, so how should i solve this error
    i have created production supply areas and maintained supply areas in MRP=2 views, i have also created Control Cycles for all the materials
    please help and appreciate your valuable expertise on how to solve this urgent issue
    thanks in advance
    regards
    Chakri<u></u>

    Hi Chakri
    Check production schedulign profile, Did you maintain WM in that
    also check in Control cycle ,staging ind. shd be "1"
    Cheers
    bala

  • Urgent: Oracle Text error: DRG-10001: can not access result table

    Hi,
    I am getting the "DRG-10001:can not access result table" error when trying to run the oracle text procedure ctx_cls.train within HTMLDB. The schema i used for parsing is granted with the necessary privileges, and i can run the procedure manually using the same schema in sqlplus. Following is the script I am trying to run:
    1. begin
    2. ctx_cls.train(
    3. index_name => 'MyDocindex',
    4. docid => 'MyDoc_id',
    5. cattab => 'MyDocTab_categories',
    6. catdocid => 'cat_MyDoc_id',
    7. catid => 'cat_id',
    8. restab => 'rules',
    9. rescatid => 'rule_cat_id',
    10. resquery => 'rule_text',
    11. resconfid => 'rule_confidence'
    12. );
    13. end;
    Please help urgently!
    Thanks
    RG

    I seem to have hit a similar problem.
    Did you eventually resolve this problem?
    Rgds
    Z

  • Urgent Check Constraint Error

    hi
    i have a check constraint on a table B mean Nvl(Quantity,0)>=0 but when i update a table from a trigger on insertion of another table A
    with :New.Quantity -ive it gives check constraint error.
    Please Note it does not turn the balance into negative for table B
    second because im inserting in table A then :new.quantity reffers to table A values not the table B
    why this constraint error appears.
    any body suggest
    thanks in advance

    tĦ€ §µåдŋ wrote:
    i have a check constraint on a table B mean Nvl(Quantity,0)>=0 but when i update a table from a trigger on insertion of another table A
    with :New.Quantity -ive it gives check constraint error.
    Please Note it does not turn the balance into negative for table B
    second because im inserting in table A then :new.quantity reffers to table A values not the table B
    why this constraint error appears.Not urgent at all.
    So you have a constraint on table B and then a trigger on table A attempts to update table B with a negative quantity which violates the constraint and it throws a constraint error.
    That sounds right to me. What's the problem?

Maybe you are looking for

  • My 'windows' laptop will not connect to my wi-fi at home.

    I have just received a 'windows' laptop for studies I am doing. I have tried so many times it isn't funny to connect the laptop to my wi-fi to no avail. I do have to use a password and I know I am using the correct password. Othertimes I have had pro

  • I can't reinstall Compressor!

    Okay, I'm having the same problem as everyone else....can't find background process,etc. So I deleted all that I was supposed to...I've got FCS1 w/ Compressor 2. I put the DVD studio disc in to reinstall Apple Qmaster and Compressor. When I get to th

  • Only half of library shows in shared library

    I want to transfer my itunes library to my new computer both PCs) so I turned on home sharing.  However, when I looked at the shared library on my old computer, it does not show my whole library but insteads shows all songs up to "i" but none later i

  • Maps 3.04 and the 6 key

    Using N86. When in Drive mode, if I press the 6 key some bars appear on the screen. Is this the gps signal indicator.

  • How to organize video on ipad2

    Hi all, I have the following question: Is there a way to groups or organize video inside "video" application on iPad2? For example all cartoon under a "folder" and tv series under another group. Now in video I have a list of any kind of movie not cat