Doubt In Export

Hi,
This is My first try in this task. I tried to export and import a schema from db to another DB ,but was encountered with errors.Any help i this regard would be appreciated.
exp userid=user/password@dbname owner=<<schemaname>> file=a.dmp log=a.log statistics=none
I get an error
EXP-00056: ORACLE error 12154 encountered
ORA-12154: TNS:could not resolve the connect identifier specified
EXP-00000: Export terminated unsuccessfully
Regards,
Simma......

Hi,
But That is having the entry which am passing
Regards,
Simma.....

Similar Messages

  • Doubt in  export, import and table para when creating Function Module

    Dear fellow ABAPers,
    I have a doubt in defining export, import and table parameter while creating a function module.
    I am calling a function module inside a user exit. Now in the user exit the SAP fills an internal table called i_lfa1 with all the data user has eneterd.
    Now I want to pass this whole internal table to function module and the perform some checks on the values of internal table.
    After that function module fills an error structure with values depending on some check.
    1)
    How do I pass this internal table to function module ? 
    When I am creating function module in se37 where do I define this iternal table type ? Is it in Import or Table parameter during function module creation?
    2)
    Where do I define error structure type (which is returned by function module to main program)? Is it in Export or table parameter during function module creation?
    Please clear my doubt..
    Relevant points will be awarded.
    Regards,
    Tushar.

    Hi Tushar,
    1. How do I pass this internal table to function module ?
       I assume u are creating your own Y/Z FM.
       Pass it thru TABLES parameter.
    2. When I am creating function module in se37 where do I define this iternal table type
       Define this in TABLES interface.
       What Type ?
       THE SAME TYPE WHICH HAS BEEN DEFINED
        WHILE PASSING IN THE USER-EXIT FUNCTION MODULE.
       IF U SEE THE FM OF THE USER-EXIT,
       U WILL COME TO KNOW.
    3.
    Where do I define error structure type (which is returned by function module to main program)? Is it in Export or table parameter during function module creation?
    Define it in TABLES interace. (not in export, import)
      (Since what u are going to return is an internal table)
      U can take for eg. BDCMSGCOLL.
      OR u can create your own Y/Z structure
    for the same purpose.
      (or u can use the structure type T100)
    I hope it helps.
    Regards,
    Amit M.

  • Doubt in export as  CSV

    Hi good eve Every one,
    I have done the following query for export
    set pagesize 10000;
    set feedback off;
    set heading off;
    set echo off;
    spool D:\S_DETAILS.CSV;
    select to_char(RNO)||','||RTRIM(FNAME)||','||RTRIM(LAST_NAME) FROM S_DETAILS;
    spool off;
    set echo on;
    set heading on;
    set feedback on;
    but my out looks like
    > select to_char(RNO)||'
    '||RTRIM(FNAME)||'
    '||RTRIM(LAST_NAME) FROM S_DETAILS
    1
    Sugan
    Saran                                                                                                                                                                                                     
    2
    Prakash
    Ts                                                                                                                                                                                                      
    3
    Gulam
    Rasool                                                                                                                                                                                                    
    4
    Nandha
    Kumar                                                                                                                                                                                                    
    5
    Nivas
    Maran                                                                                                                                                                                                     
    6
    Mani
    Kandan                                                                                                                                                                                                     
    7
    Lingam
    S                                                                                                                                                                                                        
    8
    Thiru
    Navukarasu                                                                                                                                                                                                
    9
    Sandhya
    Sri                                                                                                                                                                                                     
    10
    Jagan
    G                                                                                                                                                                                                        
    I have headings even after headings are set off and  also the 3rd colums have many empty spaces after RTRIM.  please help me
    Thanking you in advance,
    Prakash

    Prakash T Soundappan wrote:
    After running the file as sql script(script.sql) i am getting output as
    1
    Sugan
    Saran                                                                
    2
    Prakash
    Ts                                                                 
    3
    Gulam
    Rasool                                                               
    4
    Nandha
    Kumar                                                               
    5
    Nivas
    Maran                                                                
    6
    Mani
    Kandan                                                                
    7
    Lingam
    S                                                                   
    8
    Thiru
    Navukarasu                                                           
    9
    Sandhya
    Sri                                                                
    10
    Jagan
    G                                                                   
    still but still there are some spaces in 3rd column.plz help me
    Thank you
    I seriously doubt your output is a nicely formatted table.
    That aside, your script needs to include the following:
    set trimspool on
    set tab off

  • Doubts when exporting images

    I've been working in a project to release the books of the company I work for to tablet, but we're facing some doubts and I'd like to know if someone can help me.
    For example, we have a course that has 9 levels, which one with 12 books. Each book has different images in general, but 2 of them are repeatdly showed in each lesson. So, regarding this 2 last ones, we're going to have to export 2 x 12 = 24 / 9 x 24 = 216 images, when I think that the best practice will be export only 24. Can I do that? I mean export the images when it's is going to be in a different folder from the original one, not the same folder of the lesson that it belongs?
    Another question is: what is the benefits or the problems when we export the book in one single package or doing this lesson by lesson?
    Thanks in advance and sorry for my english.
    Herminio

    You have "Highlight Hot and Cold Areas" turned on.
    Toggle this on/off from the View menu.
    Thresholds are set at "Aperture➞Preferences➞Advanced".  (I have mine set to 100% ~ it's not clear what the scale is.)
    Message was edited by: Kirby Krieger

  • Doubt about export schema

    Hello friends ,
    I have one doubt , while we are taking export backup of a schema , is that effect on database performance ,and the database is 24/7 ???????????????
    and also the database is available alot of application users..
    OS -sun solaris
    DB- 10G R2
    thanks

    Why are you putting so many quetsion marks behind a single sentence? First of all, a backup and a schema export are two different things. But both can be done with the database being online. There is a little impact as the backup (or export) process is likely to do a lot of disk reads and it might use significant cpu time when you use compression.
    Bjoern

  • Doubt in export/import

    Hi All,
    I have oracle 9i database.
    i have a requirement from one of my user. He wants to restore 2 tables as of 31 dec 2010.
    initially i thought of using flashback_scn but seems like i cant use this in 9i
    can anyone please help how to find the last SCN for 31 dec 2010?
    Regards,
    Chris

    With Rman, duplicate database until scn and then imp/exp the tables.
    With imp/exp. Find the correct file and do a imp with it.
    If you do not have backups and the flashback is off then you can not do ithow to find out if flashback is turned on? show parameter flash ? i did this but couldnt find any parameter..i even tried db_recevoery_file_dest but still couldnt find.

  • Export-import if database is down

    I had a query whether we can run the export and the import process if the database is down. Basically export process is the command, 'exp'. So, would this
    command run even if the database is down. Even, import command is run with command, 'imp', so, would it be requiring database to be up.
    I hope, my question is clear.
    Please, help in solving the doubt.
    regards

    Hi,
    Export is a Logical Backup in sense DB Objects, Think how come with out DB instance is Up and Running, does exp application can extract the things.
    - Pavan Kumar N

  • Exporting particular User

    Hi,
    i have a small doubt about exporting any user,When we export by giving command:
    exp system/pass file=abc.dmp owner=abc log=abc.log
    Does all Triggers,Indexes,Synonyms are exported when we run this command or not...
    Regards,,

    A user export exports ALL objects owned by the user. When it comes to synonyms this means private synonyms are exported but PUBLIC synonyms on the user objects are not exported. Generating the create public synonym statements via SQL using SQLPlus however is a trivial task.
    HTH -- Mark D Powell --

  • Read .xls from specific path in host server in flex 4.5 using As3xls?

    Hi Guys
    I am New to flex programming and I have some doubts regarding exporting data from excel file to flex
    1) Is there a way of reading excel file from a specific path in host server in flex 4.5 using as3xls?
        i.e is I want to read a flex file from a specific path in the computer.
    2)Is there a way of reading excel file from a specific location in a website?
    I have been trying find a solution to this for a long time but have hit a dead end. any kind of solution will be really helpful. Thanks in advance.
    Regards
    Vivek Mangalam

    Someone suggested it could be a serialisation issue but I I'm not sure how to go about checking that.
    Any suggestions ?

  • Excel Extracting problem

    ello All,
    I have a doubt regarding exporting data to excel from disocverer 3i.
    While extracting the data to EXCEL sheet from disocoverer work sheet. I am not getting the data into Excel for a particular
    column that too for only some rows. Thought the data is present in worksheet.
    The data that is not coming up is having a size of over 500 characters(including special characters). do we have any size limit.
    wishing you a merry christmas
    Thanks,
    Kumar.

    1. Make sure your client and you are using the same version of Microsoft Excel
    2. Let your client try to OPEN the exported xls file from a existed workbook instead of double-clicking the file directly.
    Atom

  • Can hear the sound but only seeing white screen!!

    I've created a movie using Final Cut Pro,
    and I didn't have a problem watching it in QT in my school computer lab(G5)
    But when I tried to open the file from my powerbook,
    I can only hear the sound but just white blank page.
    This is my thesis project that I need to present it in a few days,
    I have to have to play it using my powerbook.
    I've tried everything I could,
    I downloaded possible components, DIVX, Xvid, CEI's EVO, Perian, etc.,
    I've also purchased Quicktime Pro, hoping that would solve the problem,
    but no it didn't.
    Please help, if anyone knows the answer.
    Message was edited by: jinna

    No doubt you exported it from FCP using a video codec only available to it. Very common error.
    You'll need to export the file again from FCP using a more common codec like H.264.

  • Have Lots of doubts in ORACLEBAM (Export,Alerts,ActiveData)

    Hi all,
    1] I want to export the Bam Reports to Pdf or some other format(like mhtml).
    2] I couldn't able to send mails from Bam alerts.
    3] And I want to see the reports with active datas.
    For example, if i change the value in the dataobject,the report should display the updated value.
    I also referred the tech notes i did all the steps mentioned in the pdf but i didn't get the expected result.
    These are my doubts,
    Anybody can also help me through live chat.i will be always online (from indian time 9:00 am to 9:00 pm).My Chat ID is [email protected]
    Thanks in Advance.
    Sathish
    Thanks in Advance,
    Sathish

    1. Read about the save offline functionality to save your reports.
    2. Check out the logs - there seems to be a problem. Alerts and active data should work as expected.

  • ME22n - doubt in IMPORT/EXPORT in EXIT_SAPMM06E_013 and EXIT_SAPMM06E_012

    hi
    i need to validate a condition in EXIT_SAPMM06E_013 and accordingly i need to populate the error msg in EXIT_SAPMM06E_012 while saving and stop the PO posting.
    in ZXM06U44 in EXIT_SAPMM06E_013 i have written the code
    IF sy-mandt = 888.
      DATA: gv_check TYPE xfeld.
      DATA: itab TYPE STANDARD TABLE OF uekes,
      wa TYPE uekes.
      IF sy-tcode = 'ME22N' OR
         sy-tcode = 'ME22'.
        LOOP AT xekes.
          IF xekes-ebtyp = 'LA' AND
             xekes-vbeln = space.
            gv_check = 'X'.
            EXIT.
          ENDIF.
        ENDLOOP.
        IF gv_check = 'X'.
          EXPORT gv_check = 'X' TO MEMORY ID 'A123'.
        ENDIF.
      ENDIF.
    ENDIF.
    i am exporting the variable and importing in the below exit.
    in ZXM06U43 in exit EXIT_SAPMM06E_012  i have written the code
    IF sy-mandt = 888.
      DATA: gv_check TYPE xfeld,
      IF sy-tcode = 'ME22N' OR
         sy-tcode = 'ME22'.
        IMPORT gv_check FROM MEMORY ID 'A123'.
        IF gv_check = 'X'.
          MESSAGE e000(z1) WITH 'No manual LA Allowed'.
        ENDIF.
      ENDIF.
    ENDIF.
    but the value is not getting imported and actually when i press the save button, the EXIT_SAPMM06E_012  is called first and then goes to EXIT_SAPMM06E_013 and my PO gets saved.
    how to solve this issue.
    Regards,
    Sakthi.

    Why do you want to do validation in EXIT_SAPMM06E_013 and err message in EXIT_SAPMM06E_012?
    Do an validation in EXIT_SAPMM06E_013 FM itself.
    the below statement is wrong
    EXPORT gv_check = 'X' TO MEMORY ID 'A123'.
    gv_check  = 'X'.
    EXPORT gv_check TO MEMORY ID 'A123'.
    Regards,

  • Export import doubt

    Hi,
    I exported my data yesterday and imported it today. Of course there is a difference in the data between the two.
    Is there anyway, I could export the remaining data alone?

    and how would you do that using Oracle 8i?

  • ARE1 creation error - "excise Invoice is not meant for Exports"

    Hello Experts
    We are working on ECC 6.0.
    We were so far dealing with domestic sales and now have to start with exports (ARE1)
    I've gone through many threads and all major configuration has been done according to J91 Block Builder. But I still have doubts.
    1. While doing billing for export sales, when should excise invoice be generated. When generated then should it posted with accounting entry?
    2. We've created a Running Bond & on test basis we have done billing and excise invoice (DLFC) has been generated along with billing.
    But when we try to create ARE1 (J1IA101) with reference to above Official excise invoice, we get the message 4F242 ( 00090006 / 2008 excise invoice is not meant for exports). We've noticed in table J_1IEXCHDR for the above excise 90006 that the field Export Type is blank which should otherwise be B (Export under Bond). We have updated manually in the table as B to test and we are able to move ahead.
    3. If we dont generate the excise with billing and try to do it in J1IIN, under utilisation even after changing the type from Local to Export only DEEMED Exports is highlighted in blue and could not be turned to BOND type.
    Please suggest.
    Kapil

    Dear Kapil
    when should excise invoice be generated
    Once you generate delivery related (document type F8) proforma or commercial invoice, you should generate excise invoice
    When generated then should it posted with accounting entry?
    No excise entries should not be posted to accounting for export sales
    excise invoice is not meant for exports
    First ensure that you have a separate series group for exports.
    Next in case of your Excise Invoice Type dont have any of the following, then system will throw that error
    -  Deemed export
    -  Export under bond
    -  Export without bond
    -  Export under Letter of Undertaking
    Check whether the excise invoice type is generated with any of the above
    thanks
    G. Lakshmipathi

Maybe you are looking for