Import dump file to apex

Dear All
I am new using oracle apex.
I have oracle express database and create user and import it but when connect on apex as system I can't see the user created.
now I want create new user and import dump file to it how I can import dump file to oracle apex?.
thanks in advance.....

Hi,
What is your database edition and version?
Apex is one user inside database.
If you have created Apex user, it means you have created user to Apex workspace.
You like import database schema/user dump?
if that is case that is not relating Apex anyhow and you need create database user.
Also best post question to Database General forum if you have questions how import schema dump
General Database Discussions
Regards,
Jari

Similar Messages

  • Help to import .dmp file to APEX

    Hi All,
    I have a question about export and import .dmp file to APEX.
    I'm working on a data mining application based on database 11g. I managed to export the data mining model to a .dmp file using oracle data miner (ODM). now I wanna to know how to import this dmp file to the online schema (for example the free apex hosting). I used DBMS_DATA_MINING.EXPORT_MODEL and DBMS_DATA_MINING.IMPORT_MODEL and it's work in my computer.
    thanks

    Hello <unknown user>,
    In short : you can't import a dmp file into apex.oracle.com.
    That's because you need the imp utility (and the corresponding roles/rights).
    You can create sql scripts for the DML and DDL and upload and run those.
    Greetings,
    Roel
    http://roelhartman.blogspot.com/

  • Error while importing dump file to Oracle server

    Hi All,
    I'm pretty new to Oracle and I need to do the following job:
    - import data from dump file to Oracle server
    - then export it into CSV format to load to our web system
    Oracle dump file is called EXPDAT.DMP and it is placed in the default location, so no need to specify it. Here I'm trying to do the 1st step:
    impdp SYSTEM/XXXXXX REMAP_SCHEMA=DATA01:SYSTEM
    And then I'm getting the following errors:
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01": SYSTEM/******** REMAP_SCHEMA=DATA01:SYSTEM
    Processing object type TABLE_EXPORT/TABLE/TABLE
    ORA-39083: Object type TABLE failed to create with error:
    ORA-00959: tablespace 'K_DATA' does not exist
    But tablespace 'K_DATA' exists in Oracle database (I've created it manually). What does it mean? Is it a permission issue? Or may be there is more simple way to accomplish my task? Please help me! Thank you!

    Create the user DATA01 in your database, with sufficient quota on tablespace K_DATA. DO NOT import another schema's objects into SYSTEM. If you must REMAP_SCHEMA to something other than DATA01, create a user other than SYSTEM to receive it.

  • Problem in importing dump file in Oracle 10g

    Hi all,
    I have a database dump with size of 1.8 GB. One of the tables in dump (TABLEPHOTO) is around 1.5 GB and has a BLOB type column.
    The import process stops (gets frozen) after importing 4294 rows of TABLEPHOTO.
    I do not receive any error and when checking database resources in EM, do not see anything unususl.
    The dump file can not be exported again since the schema is deleted!
    Can anybody help with this issue?
    Regards,
    Amir

    What does Oracle wait interface say when the session appears to be frozen ?
    select sid,username,status,state,event,p1,p2 from v$session_wait where sid=<sid>;You may also want to use Tanel Poder's Snapper to see the session activity at that time:
    @snapper ash,stats 5 1 <sid>http://www.tanelpoder.com/files/scripts/snapper.sql
    http://tech.e2sn.com/oracle-scripts-and-tools/session-snapper

  • Import dump file

    Hello,
    Using Oracle9i (9.2.0.1)30 days trial version on a W2K UK prof.
    I am trying to import a dump file.
    Therefore i created a database with as much parameters on default as possible.
    I ran a node refresh in OEM to make the new database visible and connectable.
    I added a user to the database with the same name as the (local) user on the W2K system. This user has Administrator rights on the W2K PC and as many roles as there are in Oracle, among them is of course the IMP_FULL_DATABASE role.
    I think i have the node credentials in order.
    Importing a dmp file i choose the read import option (not manually choose).
    When in the Progress screen the process jumps to - Import file(s) being read and processed- I get a error:
    VNI-2015.
    This error explains that if my node credentials are not in order or On a Windows platform the node credentials specified for the windows target should have the "Logon as a batch job" privilege.
    In W2K is a batch group you can give rights on a folder, but i cant add a specific use to it. In this case my oracle administrator user.
    Is this the problem or is the problem a Oracle problem i still have credentials or whatsoever wrong.
    Does anybody know an answer for me.
    With regards.
    Klaas Strikwerda

    I withdraw my question.
    I overlooked a Appendix (E) OEM Configuration Guide regarding W2K users en how to assign 'logon as batch user'
    I can now import a dump file.
    regards,
    Klaas Strikwerda

  • Import Dump file without Data

    Uses: Oracle 9i
    Hi,
    I have a Dump file (*.dmp) exported from an Oracle 9i DB and need to Import it to a Test Environment which I only need all objects EXCLUDING DATA; Is this possible? and with my DB Version?
    Thanks & Regards,

    there's no exclude data in 9i you have to use normal export/import with option called row=N like the above post said .
    if you need more help about export/import use
    exp -help
    imp -help

  • To read dump file without importing dump file

    Hi All,
    I want to check table data from dump file without import utility.
    how can i open dump file in oracle 10g release 2 version.
    Thanks in advance.

    user647572 wrote:
    Hi All,
    I want to check table data from dump file without import utility.
    how can i open dump file in oracle 10g release 2 version.
    Thanks in advance.You cannot open the oracle dumpfile . Though you can see it bu simply using the import utility .(actually data is not imported it show the sql only .)
    In datapump , use parameter sqlfile=abc.sql
    e.g; impdp scott/tiger@orcl directorory=dpump sqlfile-abc.sql dumpfile=xyz.dmp and logfile=xyz_log.log full=y
    in case of original import use the parameter "show"
    e.g; imp scott/tiger@orcl file=abc.dmp show=y log=abc_log.log full=y
    hope this help u ..
    --neeraj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Problem while importing dump file from oracle 8i to 10g

    I export dump file from Oracle 8i database (using EXP utility) but I'm unable to import it to the oracle 10g (using EXP utility); after the import all the table are not created.
    Thank
    my best regards

    Where there any errors during the import? If so, what were the errors?

  • Database import dump file (urgent)

    hi all
    i have a dump file named shohag.dmp from oracle 8i.
    now i have installed oracle 9.2.0.1.0 .
    my computer configuration is core 2 duo 2.8, 2 gb ram, hdd 80gb.
    operating system win xp.
    now i want to import my shohag.dmp (dump file) to oracle 9.2.0.1.0 .
    how can i do this .
    please help me
    shohag

    Shohag2 wrote:
    thanks
    i have tried this way but dump file not fully imported.
    i have 110 table but imported onlu 51 table.
    shohagDid you create the tablespaces and user before importing like Hemant said? If you didn't, things may be seriously messed up, including creating user objects in the system tablespace.
    You can make a copy of the dump and look at it with any file editor that can handle it (what you cannot do is edit a dump file, you will corrupt it if you do). There will be many special characters, but you should be able to see things like CREATE TABLESPACE and CREATE TABLE. So you can see what it will try to do if you don't preempt it. Compare this to the errors you received trying to import, I expect you will see various cannot create types of errors. Let us know what they are.
    One common problem is trying to create large segments that are not needed, but wind up in the create table statements.

  • Import Dump file error IMP 00015

    Hello,
    I have two separate users in Database 11g R2 on RHEL 5. User1 and Test.
    Both database contains same tables. I would like to upgrade test database with User1 contents.
    sql> imp system/****** file=location/file.dmp log=location/details.log fromuser=User1 touser=test;
    But the imp responds with " IMP - 00015: following statement failed because the object already exist: "
    for every tables.
    What could be the possible statement to overwrite the user.
    Thanks in advance.

    I would do
    Drop user test ==> create user test (so the user is clean now and doesn't contain anything) ==> imp file=x fromuser=user1 touser=test grants=y indexes=y constraints=y
    This will cleanly overwrite the user.
    Even if you use ignore=y, there might be a chance that u miss data with a matching primary key but different values in other columns.
    Truncating all the tables in the target schema and importing the data with grants=n indexes=n constraints=n could be another option but very lengthy.
    Regards,
    CSM

  • How to handle comma while importing CSV file in APEX 3.2

    I am trying to import excel sheet data into a table. I have followed steps mentioned in below link and they work just fine with one exception.
    http://avdeo.com/2008/05/21/uploading-excel-sheet-using-oracle-application-express-apex/
    Exception is related to presense of comma (,) in any particular filed like- Address.
    How can I handle this situation? I am using APEX 3.2
    Thanks,
    Abhi

    Wrong forum.
    You should be here.
    Oracle Application Express (APEX)

  • Import dump file from 8.1.7 to 8.1.5

    HOW?

    Hi,
    It is as usual.. But ls make sure u use the same export Versions...
    List Export from 8.1.5 From Exp 8.1.7 and Import also thru the same vesrion Imp.
    Hope This Helps.
    Regards,
    Ganesh R

  • Importing dump files

    Hi
    i want to know, how many ways are there we can import or load data from a dumpfile in the database, other than impdp
    Thanks

    Like I said. If you use expdp, then your ONLY tool is impdp. You can't use external tables directly. You can force external tables from data pump, but you are using impdp.
    To force external tables add
    Access_method=external_tables
    To your impdp command.
    Dean

  • How import 10g,11g dump file in oracle 9 and oracle 8

    Dear all
    I import dump file exported from oracle 9 to oracle 10g and 11g now i want exported dump file from oracle 10g/11g to import in oracle 9 (lower version).
    How said job will be done.
    Thanks

    I've already tried your method, but it fails when you import the dmp exported from lower version.
    To import Oracle 11g user to Oracle 10g, the following method works fine:
    It is assumed that both 11g and 10g servers are on same LAN.
    Make sure that 11g sqlplus connects to your 10g server.
    Step 1. Export the 11g user from 11g machine.
    Step 2.Import the dmp file created in step 1 into 10g server from 11g machine itself.
    The 11g exp/import utility should be used for both export and import operations.
    Only source and destination servers will be different.
    Pramod Dubey

  • Some objects didn't come from dump file

    Al salamo 3likom ,,
    Hi guys.. this is the first question here in this forum and I will appreciate your answers
    when I made import dump file to my database via impdp command I found some objects
    didn't come like triggers, some function and procedures, I don't know what is the reason?!could any body help me
    by the way my Database: 10g and my Operation system: windows xp
    this is the code i wrote " impdp user_name/password@host_string directory=directory_name dumpfile=name.dmp logfile=name.log full=y "
    thank you and God bless you :)

    Pl post exact 10g version, along with the complete impdp log file. Are the objects that are missing definitely in the dump file ? Can you post the export command used and the expdp log file ?
    HTH
    Srini

Maybe you are looking for

  • How do you tell if the first mouse button or the 2nd mouse button is clicke

    Hi guys, I need to figure out if the first mouse button is clicked or the 2nd mouse button is clicked. it seems that there is a method that is suppose to return an integer value dpeneding on what button is clicked but I printed out what is being retu

  • Two Templates in a Main window- SMARTFORM

    << >> Edited by: agrud agrud on Sep 6, 2011 11:31 AM

  • PRAM and slow computers...

    Hey there I'm doing a little recon for my sister,she is often calling me(because I have a mac too) to ask me what she can do to speed up her computer. I was looking around for her and found a few things but I wanted to see them explained a bit... Wha

  • Iphone new connector.

    Apple's refusal to go with a universal micro USB has just persuaded me to buy my first galaxy. Nice to have your mind made up for you. Thanks apple. Is it pure greed or just cynical self-importance?

  • Wbs elements allowed on each level

    Hi We are migrating  Projects from SAP 4.6 data to SAP 4.7. The WBS elments in 4.6 has more than 99 WBS elementson level 1 and/or level 2.  can we change the max number of WBS elemnts allowed in 4.7 from 99  to  higher number If so please let me know