Oracle tools export / import / SQLloader

These tools are in the \Bin but not shown in the UI. They all work so why no access?

You have access (they are there)
the UI is html/db - html/db is 100% browser based and database based. In order to use the command line tools, we'll be using the command line.
html/db does have tools to do a "load/unload" of tables for smallish sets of data.

Similar Messages

  • ORACLE 8 - Export - Import

    Hi Experts,
    I want to do an export - import of my Oracle DB. As I understand this could reduce my DB size.
    What method do you suggest?
    Can I use SAPINST 7.00 for the export -import? my SAP is 4.5B
    It´s the same SAP System ID and the same server I just want to reduce my DB size.
    Regards

    > I want to do an export - import of my Oracle DB. As I understand this could reduce my DB size.
    This process is called "reorganization" and is only necessary if lots of data was deleted. Just exporting and importing doesn't do any change.
    > Can I use SAPINST 7.00 for the export -import? my SAP is 4.5B
    SAPINST doesn't know about 4.5B, this is LONG gone.
    Oracle 8 and 4.5B are long out of maintenance, nowadays available tools don't support such old ancient versions. You would need to do that using sapdba or write your own scripts.
    Markus

  • Oracle 11G - Oracle AWR export import Query Statistics.

    I have Oracle 11G, i have seen the sql statements through Historical AWR option from Top Activites in performance tab. Can i export all AWR query statistics from production machine so that i can analyze all logs after importing it.
    How can i know all statistical sql ( information ) and performace of production machine ?
    any help ?

    Hello,
    have you checked the DBA_HIST* objects to see what / how was imported?
    If the awr export dosn't get the contents of the rolling buffer, then you won't see any session statistics that are only there. If you want to get the contents of the rolling buffer you have to dump the contents of it with :
    oradebug setmypid
    oradebug dump ashdump 10
    and load it into your "test" database.
    But before doing this I suggest you read the related metalink documentation if any!!!
    Regards,
    Franky

  • Oracle View export/import copy

    good morning all,
    i have a vpn connection to an oracle database am connecting via oracle client 10g OS is windows.. now i have view with 12 fields now when i query the view the results comes in 12 seperate lines..
    field1
    field2
    field
    field
    field
    field
    field
    field
    out put of field 1
    field1
    field2
    field
    field
    field
    field
    field
    field
    output of field 2
    and so on till field 12
    i want to know how can this be in just one line ..
    am giving the query
    select * from <viewname> where rownum < 5
    and i have half million records in this view what is the best way to export this view or to save the view as HTML or in some other file.. i dont have permission to use enterprise manager
    thanks in advance

    If the column data is too long then it can't come in one line, if the data string is short (lets say 3-6 chars) then you can try to reduce the column length to fix it in one page. But if you want to make it permanent then you need to modify the columns and reduce the character length. But this could be a problem if the future data will have more characters.
    What I suggest is to retrieve the required columns

  • Export/import in 904 versus 10.1.2

    We have two 10G AS 904 installs (dev and prod - same O/S too). From time to time we move our production portal content to the dev server. We sometimes get corruption and have to use the Schema validation Utility scripts to fix the import to the dev server. Not a show stopper but this adds another manual step to the process.
    I see the 10.1.2 version has improved import/export checks. Can anyone give feedback on the improvements in the export/import process?
    Thanks
    Kevin

    Kevin,
    Careful with this approach. Passing from DEV to PROD is ok, but then to DEV back again, what I suggest you is that you have a clean start on DEV, ie, clean the DEV machine and later do the same to the PROD. Portal Export / Import works only in one-way and not both ways (this basically has to do with the checks we do make and with possible conflicts with the objects on both sides). Also check the available documentation... which is all compiled in Metalink Note:263995.1 - Master Note for OracleAS Portal Export / Import Issues
    As to the improvement of the process, please give it a check on the New Features papers (make a find on "export" - it is easier to pick the references):-
    10.1.2 -- http://www.oracle.com/technology/products/ias/pdf/1012_nf_paper.pdf
    10.1.4 -- http://www.oracle.com/technology/products/ias/portal/pdf/portal_1014_new_features.pdf
    I hope it helps...
    Cheers,
    Pedro.

  • How to turn on and off the Export Import capability in Quality &Production

    Hi All,
    Can any one tell me how to turn on and turn off the export, import capabilities in the Quality n Production Systems . All I know about this is, it is an SAP XI Basis task, and I am not able to get any documents related to it .
    Thanks in Advance,
    Hemanthika.

    Hi,
    Do you mean you want to disable Tools --> Export / Import feature?
    Normally if you are using File Transports then lock the OS level access for all user id's and this would make sure that no transport of objects take place.
    Regards
    Bhavesh

  • Export & Import data in Oracle (Urgent)

    I just wonder whether Oracle 8i has the 'Export & Import data' feature in their DBA Administration tool.
    Inside DBA Studio, I found a option to export/import data to text file, but we must connect to Oracle Management Server (OMS) first before we can use that feature. I found the same feature available in Oracle 7.3.3 in Oracle Data Manager.
    How to make sure that I have a OMS installed on my server? (I purchase a Oracle 8i Standard Edition, does it include OMS?)
    Can we export from a table (database A) to a table in database B? Or We can only do this thru. a dump file?

    With every installation of an Oracle DB you get the exp(ort) and imp(ort) utilities. You can use them to move data from one user to another.
    Run them from the dos-prompt like:
    exp parfile=db_out.par
    imp parfile=db_in.par
    with db_out.par=
    file=db.dmp
    log= db_out.log
    userid=system/?????
    owner=???
    constraints=y
    direct=n
    buffer=0
    feedback=100
    and db_in.par=
    file=db.dmp
    log= db_in.log
    userid=system/???
    touser=??
    fromuser=???
    constraints=y
    commit=y
    feedback=100
    null

  • Export import - using TOAD FOR ORACLE  and ORACLE DATABASE 10G EXPRESS or s

    Hi all,
    Could you please kindly help me?
    I am using TOAD FOR ORACLE to export a table to flat file A. The tool just supports to distinguish fields by "spaces".
    And the web page of ORACLE DATABASE 10G EXPRESS to import the data from flat file A to another database. To load data to a table from a text file, the web page bases on "comma" to distinguish fields.
    So could you have any suggestion for me? I need to export data via TOAD FOR ORACLE. And then import it to another database by the home page of ORACLE DATABASE 10G EXPRESS or sqlplus.
    Thank you so much for your help!

    Dont use TOAD for exporting your data. Use PL/SQL. Below is the code given in Asktom.com that does what you want.
    create or replace function  dump_csv( p_query     in varchar2,
                                          p_separator in varchar2 default ',',
                                          p_dir       in varchar2 ,
                                          p_filename  in varchar2 )
    return number
    is
        l_output        utl_file.file_type;
        l_theCursor     integer default dbms_sql.open_cursor;
        l_columnValue   varchar2(2000);
        l_status        integer;
        l_colCnt        number default 0;
        l_separator     varchar2(10) default '';
        l_cnt           number default 0;
    begin
        l_output := utl_file.fopen( p_dir, p_filename, 'w' );
        dbms_sql.parse(  l_theCursor,  p_query, dbms_sql.native );
        for i in 1 .. 255 loop
            begin
                dbms_sql.define_column( l_theCursor, i, l_columnValue, 2000 );
                l_colCnt := i;
            exception
                when others then
                    if ( sqlcode = -1007 ) then exit;
                    else
                        raise;
                    end if;
            end;
        end loop;
        dbms_sql.define_column( l_theCursor, 1, l_columnValue, 2000 );
        l_status := dbms_sql.execute(l_theCursor);
        loop
            exit when ( dbms_sql.fetch_rows(l_theCursor) <= 0 );
            l_separator := '';
            for i in 1 .. l_colCnt loop
                dbms_sql.column_value( l_theCursor, i, l_columnValue );
                utl_file.put( l_output, l_separator || l_columnValue );
                l_separator := p_separator;
            end loop;
            utl_file.new_line( l_output );
            l_cnt := l_cnt+1;
        end loop;
        dbms_sql.close_cursor(l_theCursor);
        utl_file.fclose( l_output );
        return l_cnt;
    end dump_csv;
    /Here is the link to this thread in asktom.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:95212348059

  • Metadata export/import to other BI tools?

    Metadata export/import to other BI tools?
    Hi ,
    I am using SQL DM 3.0.0.665. I need your thoughs on following.
    As we build our logical/physical models in SQL data Modeler, we create our metadata for our attributes/columns.
    After creating our physical model, other BI and reporting tools acquire access to the physical tables. Each tool has a process of creating their reporting layer and able to bring the tables/columns into reporting layer. It shows the column names as it is. It is not business friendly.
    Do we have a mechanism to export attribute business names as meta data of DB tables?
    If we define the meta data as part of physical model using modeling tools such as Oracle SQL Developer or ERWIN, will we able to import those into BI tools as report elements meta data?
    Where can I find details?
    How do we do that?
    Thanks in helping us out.

    Hi,
    there is no problem if you are building reports on top of our reporting repository - table DMRS_MAPPINGS holds information for pairs - (entity- table), (attribute-column)...., and you can take implementation and business name.
    Exchange to BI tools - you need to know how particular BI tool can recognize and link implementation and business names and then you can use transformation script in order to provide required information. There are examples on this forum how to deal with files and database connection using transformation script.
    Philip

  • How to export/import database from tools menu in sql developer.

    Hi,
    I need to export database from a server and import it on another db server using the export database function under tools menu in SQL developer. How do I import it? This is for Oracle 10g database.
    Thanks

    Depends what are you trying to do? Are you making a database copy or just creating an empty schemea or creating schema with the data?
    With 10g, you have also options of using datapump (expdp/impdp) and conventional export/import which is very usefule and easy to use when it comes to create a clone (duplicate schema) or an export/import of some objects.
    If you right click on table object, you have options of export ddl/export data and import data but thats different thant what expdp/impdp or conventional export/import provides. For very small database you can use sqldeveloper but consider
    using other above mentioned options. Hope this helps
    Regards

  • Very Urgent - Export Oracle 10G and Import Oracle 9i

    Dear Friends,
    I am in a very tense sitution. Please help to sort out this problem. I am running an application against Oracle 10G. Now I want the the data of the application running under 10G(server A) to be imported to Oracle 9i (another Server B) and run the same application. What should I do so that i can export the data from Oracle 10G and import in Oracle 9i.
    Please treat this as very urgent.

    You need to post your question in the database forum. This forum is for Oracle Forms. There are database tools such as SQL Developer that let you move data back and forth between databases.

  • Export/import vs. sqlloader performance

    Does anyone have any benchmarks or observations regarding which is faster execution wise?
    We have some very large tables and I need to know if sqlloader would work faster than export/import in those situations.
    Thanks.

    It would help to know what you are trying to accomplish.
    Import / Export are designed to provide a transfer mechanism to move database objects from one database to another. In order to use the import utility, you must already have a file which was created with the export utility.
    SQL*Loader is designed to provide a mechanism to load data from external files into Oracle.
    There are various optimizations available for each technique (including parallel processing, direct load, etc). It really depends on the problem you are trying to solve.
    Also, other techniques might be useful, including:
    - external tables (available starting with 9i, allows querying text files with SQL - no SQL*Loader necessary)
    - database links (can be used as an alternative to import/export if your goal is simply to move data from one Oracle database to another)
    - Data Pump, starting with Oracle 10g

  • Oracle 9 spatial index export/import

    Hi,
    when exporting/importing a user via exp/imp I encounter a problem with the numeric characters encoding during creation of a spatial index.
    Imp tool produces script like this:
    "BEGIN "
    "execute immediate 'INSERT INTO USER_SDO_GEOM_METADATA values (''POINTS'',''GEOMETRY'',mdsys.SDO_dim_array(MDSYS.SDO_DIM_ELEMENT(''X'',50000000,160000000,,005),MDSYS.SDO_DIM_ELEMENT(''Y'',450000000,600000000,,005)),,005) ' ; "
    "COMMIT; END;"
    Problem is with wrong representation of the numeric value '0.005' as ,005.
    Originally, the index was created via
    INSERT INTO USER_SDO_GEOM_METADATA
    VALUES (
    'points',
    'geometry',
    MDSYS.SDO_DIM_ARRAY(
    MDSYS.SDO_DIM_ELEMENT('X',-125000000,-115000000, '0.005'),
    MDSYS.SDO_DIM_ELEMENT('Y', 30000000, 42100000, '0.005')
    NULL
    Any hints how to reimport the index correctly?
    Thanks,
    Bogart

    You might need to set the NLS_LANG environment variable to get character set conversion done on import (I don't know this unfortunately - it has never been a problem for me).
    There is a section on character set conversions in the utilities manual.

  • Export - Import in Oracle Application Database

    The export in Oracle Applications Database works fine.
    But the import always show some issue and sometimes never completes.
    Even if it completes it complete with error , how to ensure an error free export/import ?
    How to handle a table movement if the table consists of a LONG column ?

    The errors are cannot import this tables..
    Also mostly are of Long tables..Any IMP-XXXXX or ORA-XXXXX messages?
    Can you explain how long objects are exported and imported ?What type of objects?
    What is the database version?
    Are you doing a full database import?
    Also sometimes import hangs for 2/3 days?Does it hang when importing a specific object?
    Did you follow the steps outlined in the following notes when you did the Export/Import?
    Note: 362205.1 - 10g Release 2 Export/Import Process for Oracle Applications Release 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362205.1
    Note: 230627.1 - 9i Export/Import Process for Oracle Applications Release 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=230627.1

  • Export / import  exp / imp commands Oracle 10gXE on Ubuntu

    I have Oracle 10gXE installed on Linux 2.6.32-28-generic #55-Ubuntu, and I need soe help on how to export / import the base with exp / imp commands. The commands seems to be installed on */usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin* directory but I cannot execute them.
    The error message I got =
    No command 'exp' found, did you mean:
    Command 'xep' from package 'pvm-examples' (universe)
    Command 'ex' from package 'vim' (main)
    Command 'ex' from package 'nvi' (universe)
    Command 'ex' from package 'vim-nox' (universe)
    Command 'ex' from package 'vim-gnome' (main)
    Command 'ex' from package 'vim-tiny' (main)
    Command 'ex' from package 'vim-gtk' (universe)
    Command 'axp' from package 'axp' (universe)
    Command 'expr' from package 'coreutils' (main)
    Command 'expn' from package 'sendmail-base' (universe)
    Command 'epp' from package 'e16' (universe)
    exp: command not found
    Is there something I have to do ?

    Hi,
    You have not set environment variables correctly.
    http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm#BABDGCHH
    And of course that sciprt have small hickup, so see
    http://ubuntuforums.org/showpost.php?p=7838671&postcount=4
    Regards,
    Jari

Maybe you are looking for

  • IPod shows up in "My Computer" but not iTunes...please help!

    Ok so I have a 8gb iPod nano 5g and my computer is Windows XP running Service Pack 3. I have iTunes fully updated, I know this is so because I have completely uninstalled and reinstalled everything related to iTunes 3 times now. I have looked all ove

  • Memory leak in  NFS server

    Hi all, I have a problem with 2 SunFire 240 (4Gb of Ram) with solaris 10 in a Veritas Cluster. These nodes are 2 NFS server and they have 10 nfs client. We have a memory leak on these servers. The memory utilization increase day by day. The memory se

  • USB to Firewire 400

    I have a harddrive that is just USB 2.0. I need to get footage onto the drive from a Mac that has Firewire 400 ports. Is there a cheap cord I can buy to do this. Any links to this would be appreciated. Thank You, Evan Jacobs www.anhedeniafilms.com

  • MiniSAP Navigator Problem Win XP SP2

    I am using the SAP Mini Basis System to practice ABAP programming. My problem is that in the Object Navigator, the Object List Selector is not displayed. This problem was already described here in an earlier discussion. I am using Win XP SP2, SAP GUI

  • How to Panic a Windows 2012 Server?

    Hi Folks, I was looking for instructions/steps/procedure to panic my Windows 2012 Server for a test I am currently running. Can someone please assist? Thanks