Data Pump : Table export from 9i to 10g

We are creating dump file for some tables with clob columns. These tables are in Oracle 9i and have to be moved to 10g. Our DBA's are suggesting that we cannot import those dump files directly in 10g database, otherwise there can be NLS and text issues, it has to be imported to 9i first and then upgraded to 10g. Is this correct assessment?
Thanks for your help.
- D

Welcome to the forums !
Pl post full versions of OS, along with exact versions of "9i" and "10g".
>
... otherwise there can be NLS and text issues ...
>
Can you pl clarify what the NLS and text issues are ?
HTH
Srini

Similar Messages

  • Corrupted EXIF data in photos exported from Lightroom CC

    After upgrading to Lightroom CC EXIF can't be read by some apps. "Re-saving" a file in Photoshop fixes the problem. I'm using Mac OSX 10.9.5. Are there any plans to update and fix the EXIF data generated when exported from Lightroom CC?
    Also, this command fixes the issue with Create Date part of EXIF.
    #!/bin/sh
    exiftool -AllDates="$(exiftool ${1} | grep 'Create Date' | awk '{print $(NF-1), $NF }')" -overwrite_original ${1}
    The reason I'm asking is because we run a site where "Create Date" read from JPG's EXIF is crucial and it's a matter of letting users upload the pic or deny uploading.
    So again, any plans on the fix?
    Regards,
    Pawel Kadysz

    I confirmed that the Exiftool command line:
    exiftool -m -all= -tagsfromfile @ -all:all -unsafe file.jpg
    removes the ICC Profile, which could account for significant color differences, considering that the profile is Adobe RGB.  I think this may be a bug in Exiftool, so I filed a bug report.  (But it might be that Exiftool just can't handle the non-standard layout of LR's JPEGs.)  The author is typically very responsive.
    I tried some alternate Exiftool command lines that touch as little metadata as possible, and this one seems to address both of LR 6's JPEG problems:
    exiftool -m '-exif:datetimeoriginal<exif:datetimeoriginal' -xmp-crs:all= file.jpg
    The -m option ignores minor errors and issues, in particular, when there are more than 1000 entries in the XMP metadata.
    The '-exif:datetimeoriginal<exif:datetimeoriginal'  option sets the EXIF Date Time Original Field with its current value; this tricks Exiftool into rewriting just the EXIF metadata without touching the other metadata segments (e.g. the ICC profile), addressing the first JPEG problem.   (You could use any EXIF field that's present -- I picked DateTimeOriginal since every camera adds that.)
    The -xmp-crs:all= option option deletes all of LR's develop settings from the XMP metadata, addressing the second JPEG problem.That metadata is not ready by any programs other than LR, as far as I know. 
    I've tested this new command line on a couple of pics, including the example you provided above, and it appears to work correctly.  But given that we're dealing with buggy output from LR that doesn't conform to the de facto and de jure standards, it's hard to have high confidence without testing on dozens if not hundreds of pics.

  • Can we use Data Pump to export data, using a SQL query, doing a join

    Folks,
    I have a quick question.
    Using Oracle 10g R2 on Solaris 10.
    Can Data Pump be used to export data, using a SQL query which is doing a join between 3 tables ?
    Thanks,
    Ashish

    Hello,
    No , this is from expdp help=Y
    QUERY                 Predicate clause used to export a subset of a table.
    Regards

  • Can data pump only export/import views also.

    Hi
    Can anybody tell me how to export or import only tables and views through data pump.

    You can use include parameter.
    expdp userid=scott/tiger include=table include=view directory=DATAPUMP2 dumpfile=Only_Table_View.dmp
    impdp userid=scott/tiger dumpfile=only_table_view.dmp include=view include=table directory=datapump2

  • Oracle Data Pump - Table Structure change

    Hi,
    we have daily partitioned table, and for backup we are using data pump (expdp). we policy to drop partition after backup (archiving).
    we have archived dump files for 1year, few days back developer made changes with table structure they added one new column to table.
    Now we are unable to restore old partitions is there a way to restore partition if new column added / dropped from currect table.
    Thanks
    Sachin

    If a new column has been added to the table, you can import only the the data from the old structure to the new structure. Use the parameter CONTENT=DATA_ONLY.

  • Execution date in Excel export from a query

    Dear all,
    I am wondering if it is possible to have the query execution date in an exported excel.
    Case: When working in a query it should be possible to export the query to excel. However I am missing the execution date of the query and the last successful data load (which is visible in the webquery).
    Anyone has an idea how to achieve that?
    Thank you in advance,
    Andreas

    Hey Guys,
    Just wanted to point out that I know how to do this with a webapplication but I would need that within an excel export from an ordinary web query.
    Could someone help out here?
    Thanks in advance,
    Andreas

  • Can data pump handle export/import of a sequence explicitly?

    Is it possible to just export/import a database sequence explicitly using data pump.
    I know we can export/import sequence by exporting/importing the user in which it is defined.
    However I am looking for a way to export/import individual sequnces without having to export/import the entire user.
    Thanks

    Hi, you can use the INCLUDE clause into expdp command, with this option you can specified the object for the export and import process. You can review the next documentation for more information about this topic.
    <br><br>
    INCLUDE
    <br><br>
    Regards.

  • Table export from higher version

    Hi,
    I have two database servers one on Oracle 10.2.0.3.0 -- 64bit and the other one in Oracle 9.2.0.4.0
    I have a table in 10.2... and I want it to be exported to 9.2.... I know that exports from higher version could not be imported with lower version. How can I do this?
    I have not yet tried to import with 9.2 so I don't have any error messages.
    Thanks,

    Well, you already got answers for this one. Just adding the relevant topic from the Utilities manual.

  • Add data to table view from input fields in a page

    Hi
            I am developing a BSP page which will be called from SRM shop transaction. After user enters the line item data, data will be passed back to shop transaction using OCI interface and the page attributes (URL).
       (1) How can I add data from input fields to table view on a page on a button click? I am able to add first line but I could not retain first line data when I try to add the second line.
          I am able to add multiple lines to table view if I use view and controller by adding to the line data to static attribute of the controller. I can’t use the controller and view because I can not set the attribute to Controller automatically.
       (2) Is there a way to pass an attribute (URL) to controller from SPRO? Like we pass an attribute to page automatically (Automatic page attribute).
       (3) How can I call a controller and view and pass the page attribute to the controller on a button click from a page with out controller?
    Thanks
    Sreenivas

    I'm trying to test the merge with the following data in a test.txt file:
    ZZZZZ114923000004
    1234Z400660000001
    ZZZZZ114923000010
    Getting an error:
    SQL> @C:\dataformats\sql\pc12seriesMerge.sql
    Directory created.
    SP2-0552: Bind variable "17" not declared.
    SQL>
    here it the pc12seriesMerge.sql file
    set serveroutput on
    create or replace directory user_dir as 'c:\dataformats\incoming\';
    DECLARE
    v_filename VARCHAR2(100); -- Data filename
    v_file_exists boolean;
    v_file_length number;
    v_block_size number;
    f utl_file.file_type;
    s varchar2(200);
    lineString varchar(200);
    v_account varchar(5);
    v_IDN varchar(6);
    v_quantity varchar(6);
    BEGIN
    v_filename := 'TEST.TXT';
    DBMS_OUTPUT.PUT_LINE(v_filename); --shows filename
    utl_file.fgetattr('USER_DIR', v_filename, v_file_exists, v_file_length ,v_block_size );
    IF v_file_exists THEN
    dbms_output.put_line('File Exists');
    create table ext_table (
    account varchar2(5),
    idn number(6),
    quantity varchar2(6)
    organization external (
    type oracle_loader
    default directory user_dir
    access parameters (
    records delimited by newline
    fields (
    account position(1:5) char(5),
    idn position(6:11) char(6),
    quantity position(12:17) char(6)
    location ('test.txt')
    reject limit unlimited;
    MERGE INTO id_req_stg t
    USING (
    SELECT account,
    idn,
    decode(quantity, '-', 0, to_number(quantity)) as quantity
    FROM ext_table
    ) v
    ON ( t.account = v.account AND t.idn = v.idn )
    WHEN MATCHED THEN
    UPDATE SET t.quantity = v.quantity
    DELETE WHERE t.quantity = 0
    WHEN NOT MATCHED THEN
    INSERT (account, idn, quantity)
    VALUES (v.account, v.idn, v.quantity);
    ELSE
    dbms_output.put_line('File Does Not Exist');
    END IF; -- file exists
    EXCEPTION
    WHEN UTL_FILE.ACCESS_DENIED THEN
    DBMS_OUTPUT.PUT_LINE('No Access!!!');
    WHEN UTL_FILE.INVALID_PATH THEN
    DBMS_OUTPUT.PUT_LINE('PATH DOES NOT EXIST');
    WHEN others THEN
    DBMS_OUTPUT.PUT_LINE('SQLERRM: ' || SQLERRM);
    END;
    /

  • How do you include date in PDF export from Keynote 6.2.2

    In Keynote '09, I used to be able to insert the date in the bottom of a PDF export. Now that I upgraded to Mavericks, Keynote (6.2.2) appears to only have the option to "include name and date".
    That's a useless combination. Those are 2 different things: (1) the filename, and (2) the date. At best, those should be two separate checkboxes.
    I miss the feature to add ONLY the date to the PDF generated. I haven't upgraded to Yosemite yet but don't have my hopes up that this feature exists.
    Am I missing something? How can I include the date in a PDF exported/printed/saved from a Keynote presentation?

    Events are purely automatic, and will only organise on the date and time.
    Make an Album of the photos and then you can drag them to any order you want.
    Regards
    TD

  • Files failing to adhere to set data rate on export from Quicktime

    I am hoping somebody can shed some light on this.
    I open an uncompressed .mov file (output from FinalCut) with Quicktime with the intention of compressing it for the web. After File: export, in the options dialog box, in the field where you can restrict the data rate, I put a number, say 488 kbs/sec. But every time I do this, the finished compressed file has a data rate wildly higher, like 2000 kbs/sec, and so is too large for my purposes.
    I feel like I used to do this all the time- I have plenty of .mov files with data rates around 500 kbs/sec that I posted on my website, so this had to have worked at some time in the past.
    Anybody? Thanks

    Just a bump-

  • Unable to access the data and table fields from handheld

    Hi,
    I've created a Testing.sdf file on the local pc using SQL Server Management Studio, creating table, fields and insert some data. in local pc i can access the the data as normal. the problem is after i moved the file to handheld device i
    cannot access the data within the table, it shown error 'Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum)' . I tried to google it, but still got no solution.
    Thanks,

    'Name Space
    Imports System.Data.SqlServerCe
    'String Connection
    'Data Source = D:\SKUDWN3 .sdf'
    Public Sub CreateDB(ByVal StrConn As String)
            'Declaration
            Dim cn As SqlCeConnection = Nothing
            Dim cm As SqlCeCommand = Nothing
            Dim SQLEngine As SqlCeEngine = Nothing
            Dim rs As SqlCeResultSet = Nothing
            Dim rec As SqlServerCe.SqlCeUpdatableRecord = Nothing
            'Tables -
            Const TB_SKUDWN3 As String = "SKUDWN3"
            'Fields TB_SKUDWN3
            Const FL_SKUDWN3_UPC As String = "UPC"
            Const FL_SKUDWN3_SKU As String = "SKU"
            Const FL_SKUDWN3_LD As String = "LD"
            Const FL_SKUDWN3_SD As String = "SD"
            Const FL_SKUDWN3_AN As String = "AN"
            Const FL_SKUDWN3_Price As String = "Price"
            Const FL_SKUDWN3_GST_FLAG As String = "GSTFLAG"
            'Create Database
            SQLEngine = New SqlCeEngine(StrConn)
            SQLEngine.CreateDatabase()
            SQLEngine.Dispose()
            'Open Connection
            If IsNothing(cn) Then cn = New SqlCeConnection(StrConn)
            If cn.State = Data.ConnectionState.Closed Then cn.Open()
            cm = cn.CreateCommand
            'Create Table, Fields
            cm.CommandText = "CREATE TABLE " & TB_SKUDWN3 & " (" & FL_SKUDWN3_UPC & " NVARCHAR (13)," & _
                " " & FL_SKUDWN3_SKU & " NVARCHAR (9), " & FL_SKUDWN3_LD & " NVARCHAR(30)," & _
                " " & FL_SKUDWN3_SD & " NVARCHAR (18), " & FL_SKUDWN3_AN & " NVARCHAR(15), " & _
                " " & FL_SKUDWN3_Price & " NVARCHAR (10), " & FL_SKUDWN3_GST_FLAG & " BIT)"
            cm.ExecuteNonQuery()
            'Close Connection
            cm = Nothing
            If Not IsNothing(cn) Then
                If cn.State = ConnectionState.Open Then cn.Close()
                cn.Close()
                cn.Dispose()
            End If
        End Sub
    'The DB was successfully created, but after moving to Handheld the fields of table can't be accessed

  • Data lost when exporting from iPhoto?

    When exporting photos from iPhoto, the descriptions of the photos (here bird and animal names) get lost.  Is this true, or are we doing it incorrectly?
    Thanks!
    Ed

    It depends on how you exported.  To get the ITPC fileds written to the file it must be exported via File ➙ Export ➙ File Export menu option with Kind = JPEG and the two checkboxes checked:
    That will embed the metadata into the exported file.
    OT

  • Export from 9i to 10g and drsys, xdb....

    Is there a equivalent of drsys and xdb schema in 10g?
    When importing a 9i base in to 10g, can these schemas just be disregarded?

    You should have such system schema on 10g database if you chose to install context. There's no need to import 9i version. I don't think they are actually included in full export.

  • Data to be exported from single ODS into 3 different files

    Hello All,
    There is an ODS having data for the last 3 quarters. I have to export this data as 3 files (one for each quarter) to the appln server. Any idea on how to achieve this using the infospoke & a single ODS?
    Regards,
    R.Ravi

    Hi Ravi,
    To carry out this in a process cahin you can use an event to trigger the extract structure.
    Once you have created an extract structure for a query, in the start condition selection option specify an event to trigger the extract structure. Call this event(you can use a Z-program) in the process chain which in turn will trigger the extract strucure to down load the file onto the application server.
    In our case we have deviced a Z-progarm to call the event which triggers the extract structure and track the completion of the download job. once the file is available in the appl srvr the process(ABAP program) gets completed and the subsequent process gets triggered.
    Regards

Maybe you are looking for