InterBase to Oracle conversion?

How to unpack Interbase to Oracle conversion tool (.z) files. I tried with gzip but I got a massage: Not a gzip file. This file is small, about 27K. That is strange.

Hello Tom,
Thanks for the response. I had given DOC as the extension
and the I am able to open the word document. Just that I
was quite surprised by the contents
IBASE_TAR.doc looks like as shown below in MS Word 97 with
lots of strange characters in between(which I cannot
paste here - dont know why...(:- )
intspsol_tar.doc was even more wilder. I could not read
anything from it.
Am I doing something wrong? How do I use both these word
files to convert my interbase to oracle? Does it need to
undergo some processing to use it??
Pls help
Thanks
Donny
IBASE_TAR.doc starts here
./convkit/ 775 535 1750 0 6325121327 5707 ./convkit/interbase/ 775 535 1750 0 6325121322 7656 ./convkit/interbase/data/ 775 535 1750 0 6324432272 10577 ./convkit/interbase/data/stripper 666 535 1750 757 6324432272 12452 cat $1 \
|grep -v connect \
|sed '/^$/d' \
|grep -v "set term" \
|grep -v "commit work" \
|grep -v "\^" \
|sed 's/ *|/|/g' \
|sed 's/<null>//g' \
|sed 's/| */|/g' \
|grep "|" \
jm.txt \cat jm.txt|nawk -F'|' 'BEGIN{} \
do { \
if (substr($1,1,1)== "=") \
break;\
else \
printf ("%s",$0); \
printf ("\n"); \
}while(getline > 0); \
printf("\n"); \
' > jm2.txt
cat jm2.txt| grep -v ' '|sed '/^$/d'
./convkit/interbase/data/select.sh 666 535 1750 1002 6324432272 12472 cat tbl_col.dat|nawk -F'|' 'BEGIN{} \
x = 0; \
printf ("select ") > x; \
x = $1; \
col = $2; \
printf ("%s,\"|\"", col ) > x; \
getline; \
do {  \
y = $1; \
if (y > x){  \
printf (" from |%s|;\n", x) > x; \
close(x); \
printf("select ") > y; \
if (y==x) \
     printf (",") > x; \
x = $1; \
col = $2; \
printf ("%s,\"|\"", col ) > x; \
}while(getline > 0 ); \
printf (" from |%s|;\n", y) > y; \
This is just the first page......
and it goes on like this for another 331 pages...

Similar Messages

  • Dataflex to Oracle Conversion

    The dataflex to Oracle conversion utility is missing a file
    called user.scr. Does anyone have this file?
    John
    null

    I have created a user called DataFlex and it does not work.
    There is something else that the user.scr script does. I need
    to migrate these tables into Oracle as soon as possible. Is
    there any chance of locating that file?
    Thank You,
    John
    Oracle Migration Workbench Team wrote:
    : Hi John,
    : I am unable to locate the user.scr file at the moment.
    : However, from the conversion guide:-
    : DataFlex 3.x does not support the granting of privileges to
    users
    : on any of the objects. The conversion utility creates only one
    : user ID, DataFlex, that owns all objects after the conversion.
    : You can create more users and grant privileges on objects to
    : other users. DataFlex 3.0 does not provide security features.
    : You could create this user manually and work from there.
    : John Wojtacha (guest) wrote:
    : : The dataflex to Oracle conversion utility is missing a file
    : : called user.scr. Does anyone have this file?
    : : John
    : Oracle Technology Network
    : http://technet.oracle.com
    null

  • Crystal Reports To Oracle Conversion

    Has anyone gone through a Crystal Reports to Oracle Reports conversion? It appears from my limited review of what is available in Oracle Reports that Crystal offers alot more flexibility in how reports and charts can be formatted and displayed, and it also seems to be easier to retrieve/manipulate data as well. If anyone has any insights as to pros/cons of Oracle Reports vs Crystal, please post them.

    Rohit,
    About how to publish reports to the web, please see document "Publishing Reports to the Web with Oracle9iAS Reports Services" on OTN:
    http://otn.oracle.com/docs/products/reports/htdocs/doc_library/getstart/docs/a92102_01.pdf
    -Jeff

  • Interbase to Oracle 8i

    I am trying to export a Interbase database into Oracle 8i Perso.
    I USE Borland Datapump which asks for the path to my Oracle base
    desination
    Which path is it?

    Hi Shailesh,
    This forum is for the Migration Workbench only. This tool is used for migrations from the following list of database servers to Oracle:
    DB2\400 V3R5 and V4R5
    DB2 UDB 6 and 7
    Informix 7 and 9
    MS Access 95 97 and 2000
    MS SQL Server 6.5, 7 and 2000
    Sybase 11 and 12
    MySQL
    You may need to post your question on another Discussion Forum to obtain a solution to your query.

  • DB2/MVS to Oracle conversion

    Are there any automated tools and/or guides/documentation to assist in a conversion from DB2/MVS to Oracle?
    Thanks.

    Hi,
    Try a migration tool at www.ispirer.com/chyfo.html
    It provides you the fastest, the easiest and the most powerful way to migrate
    DB2 database into Oracle.
    It works in conjunction with Oracle SQL Loader. The tool creates text files (moving of LOBs are fully supported), generates
    CREATE TABLE scripts for Oracle and control files for SQL Loader.
    The tool has a lot of other features.
    Best regards, Dmitry.
    null

  • Oracle conversion process

    We are moving from Access to Oracle. I am new at this. How does the conversion process work?

    Oracle has its migration tool. You could go to their Migration Workbench discuss group to get more help. I am trying to migrate from MS SQL Server to Oracle too. :-)
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Rob ():
    We are moving from Access to Oracle. I am new at this. How does the conversion process work?<HR></BLOCKQUOTE>
    null

  • DB2 to Oracle conversion using SQL Developer Migration Wizard - different schemas

    I am performing a conversion between DB2  to Oracle 11 XE, using the SQL Developer Migration Wizard. Specifically I am trying to migrate the DB2User schema over to Oracle.
    Using the migration wizard, when I pick the Oracle target connection to be the same schema ( DB2User schema ) the migration is successful and all data is converted.
    However if I pick a different Oracle target connection ( say OracleUser ) , I run into issues.
    Firstly , the table schema is not created. When I check the project output directory, the .out file has the following errors:
       CREATE USER DB2User IDENTIFIED BY DB2User DEFAULT TABLESPACE USERS TEMPORARY TABLESPACE TEMP
            SQL Error: ORA-01031: insufficient privileges
            01031. 00000 -  "insufficient privileges"
        connect DB2User/DB2User
        Error report:
        Connection Failed
        Commit
        Connection created by CONNECT script command disconnected
    I worked around this by manually executing the .sql in the project output directory using the OracleUser id  in the new DB.
    Then I continue with the migration wizard and perform the Move Data step.
    Now - the message appears as succuessful, however, when I review the Migrationlog.xml file, i see errors as follows:
    <level>SEVERE</level>
      <class>oracle.dbtools.migration.workbench.core.logging.MigrationLogUtil</class>
      <message>Failed to disable constraints: Data Move</message>
      <key>DataMove.DISABLE_CONSTRAINTS_FAILED</key>
      <catalog>&lt;null&gt;</catalog>
      <param>Data Move</param>
      <param>oracle.dbtools.migration.workbench.core.logging.LogInfo@753f827a</param>
      <exception>
        <message>java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist</message>
      <level>WARNING</level>
      <class>oracle.dbtools.migration.datamove.online.TriggerHandler</class>
      <message>ORA-01031: insufficient privileges
    </message>
    I think what is happening is that the wizard is attempting to perform the 'move data' process using the DB2User id.
    How do I tell the wizard that the target schema is different than my source schema.
    My requirement is that I need to be able to migrate the DB2User schema to different schemas in the same Oracle database
    ( since we will have multiple test environments under the same database ) .
    Thanks in advance .
    K.

    Perhaps the following from the SQL Developer documentation is helpful for you:
    Command-Line Interface for Migration
    As an alternative to using the SQL Developer graphical interface for migration operations, you can use the migration batch file (Windows) or shell script (Linux) on the operating system command line. These files are located in the sqldeveloper\sqldeveloper\bin folder or sqldeveloper/sqldeveloper/bin directory under the location where you installed SQL Developer.
    migration.bat or migration.sh accepts these commands: capture, convert, datamove, delcaptured, delconn, delconverted, driver, generate, guide, help, idmap, info, init, lscaptured, lsconn, lsconverted, mkconn, qm, runsql, and scan. For information about the syntax and options, start by running migration without any parameters at the system command prompt. For example:
    C:\Program Files\sqldeveloper\sqldeveloper\bin>migration
    You can use the -help option for information about one or more actions. For the most detailed information, including some examples, use the -help=guide option. For example:
    C:\Program Files\sqldeveloper\sqldeveloper\bin>migration -help=guide
    Regards
    Wolfgang

  • Xml to oracle conversion error

    hai guys
    i am having a procedure as follows to convert xml file into oracle.
    Create or replace procedure xml(xml_doc varchar2,table_name varchar2)
    as
    v_buf varchar2(30000);
    v_insctx dbms_xmlsave.ctxtype;
    v_rows number;
    v_file varchar2(30000);
    begin
    xmldom.writetofile(xmlparser.parse(xml_doc), v_file);
    v_insctx := dbms_xmlsave.newcontext(table_name); -- get the context handle
    v_rows := dbms_xmlsave.insertxml(v_insctx,v_file); -- this inserts the document
    dbms_output.put_line(to_char(v_rows) || ' rows inserted');
    dbms_xmlsave.closecontext(v_insctx);
    end;
    Execution
    Exec xml( '/home/main/SAMPLE.xml','SAMPLE');
    I am Getting the error
    Error
    ORA-29532: Java call terminated by uncaught Java exception: java.lang.NullPointerException: name can't be null
    ORA-06512: at "SYS.XMLDOCUMENTCOVER", line 0
    ORA-06512: at "SYS.XMLDOM", line 1829
    ORA-06512: at "SCOTT.XML", line 8
    ORA-06512: at line 7
    if Any one find solution please reply
    thanks

    xmldom.writetofile(xmlparser.parse(xml_doc), v_file);You haven't assigned anything to v_file. That would seem to be a good fit with an error message complaining about names being null.
    Cheers, APC
    Blog : http://radiofreetooting.blogspot.com/

  • Sql server to oracle conversion

    i received the following error while converting from sql server to oracle 10g on windows and sql developer version is 1.5.1
    --oracle.dbtools.migration.workbench.core.ui.AbstractMigrationProgressRunnable.start(AbstractMigrationProgressRunnable.java:141)
    --oracle.dbtools.metadata.persistence.PersistenceException: ORA-06550: line 1, column 13: PLS-00306: wrong number or types of arguments in call to 'GATHERCONNECTIONSTATS' ORA-06550: line 1, column 7: PL/SQL: Statement ignored
    can anyone help me

    Hi <Please supply name>,
    SQL Developer 1.5.1 is very old (> 3 years old). Lots of improvements have been made since then.
    You can download SQL Developer 3.1 (EA 1) here
    http://www.oracle.com/technetwork/developer-tools/sql-developer/sqldev-ea-download-486950.html
    Heres a video of migrating Sybase to Oracle using SQL Developer 3.1
    Sybase and SQL Server migrations are identical.
    http://www.youtube.com/watch?v=W1QaEHpNw6Y
    Hope this helps,
    Regards,
    Dermot.
    SQL Developer Team

  • SQL Server To Oracle Conversion Tools

    We are moving from Sql Server to Oracle. Are there some tools, scripts etc that one can use to convert SQL Server Stored Procedures to Oracle Stored Procedures.
    Also where would one find a script that would generate Insert, Update, delete and Select stored procedures by just taking thename of a table and then getting the names of all the columns and data types from system tables and then creating the basic stored procedures in the datbase.
    Thanks.

    Take a look at Oracle Migration Workbench.
    http://otn.oracle.com/tech/migration/workbench/content.html
    Alison

  • MS Sql to oracle conversion

    I am woking on small project, on which i am to convert data from SQL Server to Oracle. I am using Oracle Data Integrator. Can any body tell me the steps for it to do ?
    what i have done uptil now is that i have created master and work repsitories, now using topology manager, i have created logical and physical architectures. Now next what should I do now. ?
    Waiting for your reply

    1) Try to use a JDBC DRIVER for SQLSERVER
    2) in your DESIGNER, create a diagram in a new Oracle model. Drag and drop all the Datastore from your SQLSERVER Model.
    3) Right clic on your Oracle Model and generate INTERFACE IN.
    You have created 500 interfaces for transfering your Data from SQLSERVER to ORACLE.
    4) How to create the table in your Oracle Server
    i) Right clic on your Oracle Model and Generate DDL, ODI create the script for creating all your tables and constraintes
    ii) For each Interface choose the OPTION CREATE TARGET TABLE in the IKM
    (If you choose this option, Update your IKM before generating the interface to set default value of this option to yes)

  • For DB2 to Oracle conversion best practices

    My company is enhancing existing application adding newly J2ee web interface and database as DB2.I am new to J2EE. In future if we want to migrate my database to Oracle,which are the best things to do it now.
    Which J2EE framework is good in respecte JDBC connectivity and future migration of DB2 to Oracle? (Minimal changes at Migration Time)
    It is medium size application with 5000 users.Which are other best practises to follow in development keeping the migration in Mind. Thanks..

    Yes, you should login as system, create a user, appowner, or what ever you call it, and assign that user a default tablespace of 'USERS' or whatever tablespace you decide. Then, grant that user all the privileges to create objects, i.e., create table, create procedure, create synonym, etc, etc.
    Then, logout as system, login as appowner, and do all your object creation from there.
    A user is a set of credentials that allow you access to the system. It defines your identity and your privileges and authority to do various things. A schema is the set of objects owned by a particular user. As soon as a user owns at least one object, that implicitly defines his schema. It's not possible for a user to own or control multiple schemas. If you want multiple schemas, that's fine, but you'll need multiple users, and each user will manage his own schema.
    Hope that's clear,
    -Mark
    PS I strongly suggest you review the Concepts Guide, it really is quite good. It can be found here: http://download.oracle.com/docs/cd/E11882_01/server.112/e10713/toc.htm

  • Attempting to create 2nd instance and links for Ingres to Oracle conversion

    I have an oracle instance called ORCL that was set up with a DB link to the Ingres Database and it works. I want to create
    a second instance using the same binaries so that I don't clobber a developer. Using DBCA I created CONVERT.
    Here's were my memory is faulty as to how the first instance was set up. I create a db link, and also entries in the
    ORACLE_HOME\hs directory for the init.ora I have one listener running at it lists both instances in the sid_list ...
    then when I try to query the ingres database I get
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message: [Microsoft][ODBC Driver Manager] Data Source name not found and no default driver specified.
    ORA -02063: preceeding 2 lines from SDFA_INGRES
    My oracle Database is on Windows. This is Oracle 11
    ORACLE_HOME is F:\apps\oracle\product\11.1.0\db_1\ for both ORCL and CONVERT
    db_2 is set up for the 2nd instance for only the redo logs and control files...
    db_1\hs has two init files ... one for ORCL and CONVERT
    initsdfa_odbc.ora
    # HS init parameters
    HS_FSD_CONNECT_INFO = sdfa_odbc
    HS_FDS_TRACE_LEVEL= off
    TNSNAMES.ORA
    SDFA_ODBC = <<< this is my 2nd entry ... the other is just the same different name.... >>>>>>
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp) (HOST = localhost) (PORT = 1521))
    (CONNECT_DATA =
    (SID = sdfa_odbc)
    (HS = OK)
    LISTENER.ORA
    Under SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME=sdfa_odbc)
    (ORACLE_HOME=F:\apps\oracle\product\11.1.0\db_1) <<< binaries for both ... I have a db_2 for file locations
    (program=dg4odbc)
    My link is public
    Create public database link "SDFA_INGRES" connect to "DBA" identified by "*****"
    using "SDFA_ODBC";
    My select is from the CONVERT instance as SYS ...
    select count(*) from test_table@SDFA_INGRES;
    and then I get the above error.
    What am I missing or have wrong ? Can I have 2 HS services defined in one listener or do a need seperate listeners ?
    Appreciate all assistance. Excuse my typing errors ... I am on a another system and can't cut and paste. So I might have
    some typos ... thank you.

    Andy:
    That's was it !!!! I had forgotten that we needed to do this ...
    I still have one little ouch though....
    When I bring up the driver to define it..... on the DataSource Panel, it asks for a VNODE. It gives me 2 drop down
    items which are neither of the systems I want. I can't seem to over write this value ...
    Any idea of how to get my system in the VNODE field ? I can ping the box that I want to get to from the system.
    I have the IP address .. where does this get set ? Every thing else seems to be good.

  • Need help regarding Access to Oracle conversion.

    How do I covert an Access database to Oracle format.

    Are you just converting the data? Or are their forms/ applications as well that need to be converted?
    Does "convert" imply that this is a one-time process? Or will this be an ongoing process?
    Among the tools, the Oracle Migration Workbench is now embedded in SQL Developer. That should assist in migrating the data. If you're trying to convert applications as well, there are tools in APEX to convert Access applications.
    Justin

  • SQLSERVER to ORACLE conversion - Update query

    Hi,
    I have a query in sqlserver :
    UPDATE
    netVIEWplus.dbo.DIM_OUC_Latest
    SET
    OUC = LatestFixed.OUC,
    OUC_Desc = LatestFixed.OUC_Desc,
    OUC_Level = LatestFixed.OUC_Level,
    Parent_OUC = LatestFixed.Parent_OUC,
    CC_Type = LatestFixed.CC_Type,
    GFR = LatestFixed.GFR,
    CORP = LatestFixed.CORP,
    SOB = LatestFixed.SOB,
    Div_Unit = LatestFixed.Div_Unit,
    Div_Desc = LatestFixed.Div_Desc,
    L1_OUC = LatestFixed.L1_OUC, L1_DEPT_DESC = LatestFixed.L1_DEPT_DESC,
    L2_OUC = LatestFixed.L2_OUC, L2_DEPT_DESC = LatestFixed.L2_DEPT_DESC,
    L3_OUC = LatestFixed.L3_OUC, L3_DEPT_DESC = LatestFixed.L3_DEPT_DESC,
    L4_OUC = LatestFixed.L4_OUC, L4_DEPT_DESC = LatestFixed.L4_DEPT_DESC,
    L5_OUC = LatestFixed.L5_OUC, L5_DEPT_DESC = LatestFixed.L5_DEPT_DESC,
    L6_OUC = LatestFixed.L6_OUC, L6_DEPT_DESC = LatestFixed.L6_DEPT_DESC,
    L7_OUC = LatestFixed.L7_OUC, L7_DEPT_DESC = LatestFixed.L7_DEPT_DESC,
    L8_OUC = LatestFixed.L8_OUC, L8_DEPT_DESC = LatestFixed.L8_DEPT_DESC,
    Current_Flag = LatestFixed.Current_Flag,
    INF_Div_Unit_Only = LatestFixed.INF_Div_Unit_Only,
    INF_DIM_OUC_Id_Used = LatestFixed.DIM_OUC_Id
    FROM
    netVIEWplus.dbo.DIM_OUC_Latest
    INNER JOIN
    netVIEWplus.dbo.DIM_OUC HistoryDIM
    ON
    HistoryDIM.DIM_OUC_Id = netVIEWplus.dbo.DIM_OUC_Latest.DIM_OUC_Id
    INNER JOIN
    netVIEWplus.dbo.DIM_OUC LatestDIM
    ON
    LatestDIM.DIM_OUC_ID = HistoryDIM.Latest_Id
    INNER JOIN
    netVIEWplus.dbo.DIM_OUC LatestFixed
    ON
    netVIEWplus.dbo.DIM_OUC_Latest.OUC = LatestFixed.OUC
    WHERE
    LatestDIM.INF_Updateable = 1
    AND
    LatestFixed.Valid_From =
    SELECT MAX(Valid_From)
    FROM netVIEWplus.dbo.DIM_OUC
    WHERE OUC = LatestFixed.OUC
    AND INF_Updateable = 0
    Which I want to convert in oracle like below :
    UPDATE
    netVIEWplus.DIM_OUC_Latest T1
    SET (OUC,OUC_Desc,OUC_Level,Parent_OUC,CC_Type,GFR,CORP,SOB,Div_Unit,Div_Desc,L1_OUC,L1_DEPT_DESC,L2_OUC,
    L2_DEPT_DESC,L3_OUC,L3_DEPT_DESC,L4_OUC,L4_DEPT_DESC,L5_OUC,L5_DEPT_DESC,L6_OUC,L6_DEPT_DESC,L7_OUC,L7_DEPT_DESC,
    L8_OUC,L8_DEPT_DESC,Current_Flag,INF_Div_Unit_Only,INF_DIM_OUC_Id_Used) =
    (SELECT LatestFixed.OUC OUC,LatestFixed.OUC_Desc OUC_Desc,
    LatestFixed.OUC_Level OUC_Level,LatestFixed.Parent_OUC Parent_OUC,LatestFixed.CC_Type CC_Type,LatestFixed.GFR GFR,
    LatestFixed.CORP CORP,LatestFixed.SOB SOB,LatestFixed.Div_Unit Div_Unit,LatestFixed.Div_Desc Div_Desc,
    LatestFixed.L1_OUC L1_OUC,LatestFixed.L1_DEPT_DESC L1_DEPT_DESC,LatestFixed.L2_OUC L2_OUC,LatestFixed.L2_DEPT_DESC L2_DEPT_DESC,
    LatestFixed.L3_OUC L3_OUC,LatestFixed.L3_DEPT_DESC L3_DEPT_DESC,LatestFixed.L4_OUC L4_OUC,
    LatestFixed.L4_DEPT_DESC L4_DEPT_DESC,LatestFixed.L5_OUC L5_OUC,LatestFixed.L5_DEPT_DESC L5_DEPT_DESC,
    LatestFixed.L6_OUC L6_OUC,LatestFixed.L6_DEPT_DESC L6_DEPT_DESC,LatestFixed.L7_OUC L7_OUC,
    LatestFixed.L7_DEPT_DESC L7_DEPT_DESC,LatestFixed.L8_OUC L8_OUC,LatestFixed.L8_DEPT_DESC L8_DEPT_DESC,
    LatestFixed.Current_Flag Current_Flag,LatestFixed.INF_Div_Unit_Only INF_Div_Unit_Only,
    LatestFixed.DIM_OUC_Id INF_DIM_OUC_Id_Used
    FROM
    netVIEWplus.DIM_OUC HistoryDIM,netVIEWplus.DIM_OUC LatestDIM,netVIEWplus.DIM_OUC LatestFixed
    where
    HistoryDIM.DIM_OUC_Id = T1.DIM_OUC_Id
    AND
    LatestDIM.DIM_OUC_ID = HistoryDIM.Latest_Id
    and
    T1.OUC = LatestFixed.OUC
    and
    LatestFixed.INF_Updateable = 1
    AND
    LatestFixed.Valid_From =
    SELECT MAX(Valid_From)
    FROM netVIEWplus.DIM_OUC
    WHERE OUC = LatestFixed.OUC
    AND INF_Updateable = 0
    and rownum=1)
    where exists
    (SELECT 1
    FROM
    netVIEWplus.DIM_OUC HistoryDIM,netVIEWplus.DIM_OUC LatestDIM,netVIEWplus.DIM_OUC LatestFixed
    where
    HistoryDIM.DIM_OUC_Id = T1.DIM_OUC_Id
    AND
    LatestDIM.DIM_OUC_ID = HistoryDIM.Latest_Id
    and
    T1.OUC = LatestFixed.OUC
    and
    LatestFixed.INF_Updateable = 1
    AND
    LatestFixed.Valid_From =
    SELECT MAX(Valid_From)
    FROM netVIEWplus.DIM_OUC
    WHERE OUC = LatestFixed.OUC
    AND INF_Updateable = 0
    Problem is, it is taking long time to execute in oracle. Find the explain plan of the oracle query :
    Operation     Object Name     Rows     Bytes     Cost     Object Node     In/Out     PStart     PStop
    UPDATE STATEMENT Optimizer Mode=ALL_ROWS          1           19 M                    
    UPDATE     NETVIEWPLUS.DIM_OUC_LATEST                                   
    HASH JOIN SEMI          1      216      19 M                    
    TABLE ACCESS FULL     NETVIEWPLUS.DIM_OUC_LATEST     299 K     55 M     1550                     
    VIEW     SYS.VW_SQ_3     4 G     90G     12 M                    
    HASH JOIN          4 G     208G     12 M                    
    TABLE ACCESS FULL     NETVIEWPLUS.DIM_OUC     298 K     2 M     2009                     
    MERGE JOIN CARTESIAN          4 G     167G     1664177                     
    HASH JOIN          14 K     516 K     4873                     
    TABLE ACCESS FULL     NETVIEWPLUS.DIM_OUC     53 K     945 K     2030                     
    VIEW     SYS.VW_SQ_2     81 K     1 M     2841                     
    SORT GROUP BY          81 K     1 M     2841                     
    TABLE ACCESS FULL     NETVIEWPLUS.DIM_OUC     245 K     4 M     2030                     
    BUFFER SORT          298 K     1 M     1664177                     
    INDEX FAST FULL SCAN     NETVIEWPLUS.DIM_OUC_PK     298 K     1 M     113                     
    COUNT STOPKEY                                        
    NESTED LOOPS          1      253      4062                     
    NESTED LOOPS          1      235      2032                     
    NESTED LOOPS          1      15      2                     
    TABLE ACCESS BY INDEX ROWID     NETVIEWPLUS.DIM_OUC     1      10      2                     
    INDEX UNIQUE SCAN     NETVIEWPLUS.DIM_OUC_PK     1           1                     
    INDEX UNIQUE SCAN     NETVIEWPLUS.DIM_OUC_PK     298 K     1 M     0                     
    TABLE ACCESS FULL     NETVIEWPLUS.DIM_OUC     1      220      2030                     
    VIEW     SYS.VW_SQ_1     1      18      2030                     
    SORT GROUP BY          3      54      2030                     
    TABLE ACCESS FULL     NETVIEWPLUS.DIM_OUC     3      54      2030                     
    Can any one suggest how to efficiently write the update query.
    Regards,
    Koushik

    Hi,
    Have you gathered stats as well ? Did the query use index(es) as well ?
    Without any more info like explain plan, indexes, etc., further help will be unable.
    Nicolas.

Maybe you are looking for

  • P35Neo2 FIR and problem with booting

    So I have problem with booting my compie. Compie try to boot to the part of start windows, after that in case of switch into graphicis mobo going down and restarting (WinXP SP3). I think, that problem is not in PSU, cos i have 800W XILENCE (+3,3V 28A

  • Apple remote problem

    my apple remote suddnely didn't work(still working few days ago), and i thought there's no battery, but after i change a new one, still not working and i try pressing the menu+fast foward button and pointing at the my iMac's logo, but still don't con

  • Problem with alv edit and save

    hi all,        can anyone find me a solution for alv edit and save...the issue is that i will be editing and just clicking on save button withot any row selction and the data changed should be updated in database.                                     

  • SOAP sender endpoint problem

    Hi all, I'm now fighting for quite a time with a SOAP sender channel. I generated a WSDL in the configuration. I used this wsdl in XMLSPY in order to send a request to XI. And I must confess that I'm totally confused with the URLs. Which one do I nee

  • Advantages using Developer

    Hi Guys, I have to convince my company to use Oracle Developer for the future development of our application. I need to know some advantages of using oracle developer. And if there is some site that can help me to know the techniques and features of