Export full DB/Import full DB privilege

Hii,
How to grant export full database and import full database privilege to a user in 920720 DB.
SQL> grant export full database to almasar;
ORA-00990: missing or invalid privilege
But its working in 10.1.0.2.0
Thankx

Hi
What does catexp do? It "Creates internal views for Export/Import utility", says the script
Also, if I need to export import
just a few tables from another schema, do I still
need EXP_FULL_DATABASE and IMP_FULL_DATABASE role?Yes you need to have EXP_FULL_DATABASE and IMP_FULL_DATABASE role

Similar Messages

  • 9i export file into 11GR2 - import full db or create users, roles.. first?

    I'm moving several 9iR2 databases onto new hardware with 11GR2 64bit.
    One of them has only a couple of users, roles etc. so I pre-create all the tablespaces, users, etc. then import with 11G imp utility using fromuser=user1,user2 etc. in the parfile.
    Another has an application front end that creates a database user for all the application users, and assigns certain roles etc. So I have dozens of users on this database, along with various roles as well. I'm wondering what the best way to approach this one is, so I'm thinking:
    Do I do a import full=y, and let the import create all the users roles etc. ? *I already pre-created all the tablespaces when I created the empty database with DBCA
    Do I generate the ddl for all the users and roles, run it on the new db first, then import with fromuser=user1,user2..?
    Do I import full=y for trial run, then when ready to import final production data, drop users that have data with cascade option, recreate these users and import their schemas only?
    Keep in mind that I am doing several "rehearsals" on this, importing from full exp files on the current production database, for users to test the app against and also to debug my import commands,scripts etc. so this will be a one command process when I am ready to do the final import.
    I'm asking all of this because I'm wondering if its just ok to do full=y when upgrading, (I usually don't)
    I'm assuming all the system etc. tables in the 11G are just left alone when ignore=y parameter is used.

    I tried importing the full database from the 11G gui's import from export files option, but it kept failing, so I imported just the schema's I wanted. That worked ok, and all the database users accounts and roles were also imported, not sure how that happened or if it was when I attempted the full import. In any case I got the database schemas I wanted over, but noticed a lot of invalid views that would not compile, so a further check showed that none of the applications public synonyms came over. Running a simple create script on dba_synonyms on the prod database fixed that and its all good now, but I'm wondering why the synonyms never came across with the import?

  • Getting Error while importing FULL SLD in PRD Server

    Hi Experts,
    I am trying to import FULL SLD into Production server from QA server. I have exported full SLD from QA server and then try to import the same in the Production. But, while importing it gives me a warning <b>"The selected ALL 1.0 full import belongs to the export line ALL which is not compatible with the export line(s) SAP_CR of previous imports. The data of the selected import may possibly interfere with the previously imported data."</b>
    And it shows two options: CANCEL IMPORT,  IMPORT ANYWAY
    **All the servers are on Xi 7.0 sp08
    Kindly Help...

    Hi Ajay,
    These errors as mentioned are because of different CR versions and as mentioned in the blog:
    <i>1) the source system is not defined in the SLD 2) the target system is not defined in the SLD 3) the association already exist 4) the source system and the target system are in the system business system group</i>
    Regards
    Vijaya

  • Cannot Import Full Dump!!!

    Dear All,
    I have a "Full" dump of my Database using the following syntax:
    exp DBNAME/DBPASS full=Y direct=y consistent=y file='D:\DBNAME_LIVEDUMP.dmp' log='D:\DBNAME_LIVEDUMP.log'
    But, when I try to import the "Full" backup into a newly created schema with a syntax such as
    IMP TOUSER=DBNAME FROMUSER=DBNAME1 FILE='D:\DBNAME1.DMP' LOG='D:\DBNAME_POST_IMPORT_101205.LOG' IGNORE=N COMMIT=Y;
    it gives away Import errors.
    Can anybody help me on the same???
    Thanking in advance.

    Hi
    User exported to file
    file='D:\DBNAME_LIVEDUMP.dmp' User tried to import a different file
    FILE='D:\DBNAME1.DMP' Don't know how it should work.
    Give correct export file in import ie file=D:\DBNAME_LIVEDUMP.dmp
    Rgds
    Adnan

  • Importing full database and SYSTEM password

    Hi,
    I have a export dump of a database (full database dump). Want to import on my existing database.
    I have create a database, with tablespaces matching names with source database (i.e. got a list of tablespaces from the dba of source database and created them). Now, I am ready to import with imp command (with FULL=Y option).
    Will the full database import change my SYSTEM's password to the system's password on the source database ?
    Reason for this question is, If you try to read the export of full database (using wordpad !!), you will find all commands creating tablespaces, users, roles etc etc etc. Also, you will see commands which alter the users SYS and SYSTEM to change the password !!!
    Any past experiences ??
    Thanks in advance.

    Hi,
    >>Will the full database import change my SYSTEM's password to the system's password on the source database ?
    Yes, take a look at demonstration below:
    C:\>exp system/pass file=test.dmp full=y statistics=none
    Export: Release 10.2.0.1.0 - Production on Mon Apr 21 13:59:51 2008
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export the entire database ...
    . exporting tablespace definitions
    . exporting profiles
    . exporting user definitions
    . exporting roles
    . exporting resource costs
    . exporting rollback segment definitions
    . exporting database links
    . exporting sequence numbers
    . exporting directory aliases^C
    C:\>findstr /C:"ALTER USER SYS" TESTE.DMP
    ALTER USER SYS IDENTIFIED BY VALUES '5638228DAF52805F' TEMPORARY TABLESPACE "TEMP"
    ALTER USER SYSTEM IDENTIFIED BY VALUES 'D4DF7931AB130E37' TEMPORARY TABLESPACE "TEMP"
    Cheers
    Legatti

  • Import all users and their objects without doing full database import

    Hi Guys,
    I have a task to that involves Importing all existing users and their objects in production to the test database without doing a full database import - Please how do i do this?
    Pls i need your help urgently.

    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    I tried to import objects and data from a user from a FULL dump file. File was created with the following command:
    server is: SQL*Plus: Release 10.2.0.1.0 - Production on Wed May 26 15:34:05 2010
    exp full=y FILE="full.dmp" log=full.log
    Now I imported:
    imp file=full.dmp log=full.log INCTYPE=SYSTEM
    imp fromuser=user1 file=full.dmp
    Results: not all the user procedures have been imported:
    SQL> select count(*) from user_procedures;
    the Original
    COUNT(*)
    134
    the current:
    select count(*) from user_procedures;
    COUNT(*)
    18
    I also tried these alternatives:
    exp tablespaces="user1_data" FILE="user1.dmp" log=user1.log
    exp LOG=user1.log TABLESPACES=user1_data FILE=user1_data.dmp
    exp LOG=user1owner.log owner=user1 FILE=user1owner.dmp
    expdp DIRECTORY=dpump_dir1 dumpfile=servdata_pump version=compatible SCHEMAS=user1
    impdp directory=data_pump_dir dumpfile=servdata_pump.dmp :
    ORA-39213: Metadata processing is not available
    SQL> execute dbms_metadata_util.load_stylesheets
    BEGIN dbms_metadata_util.load_stylesheets; END;
    ERROR at line 1:
    ORA-31609: error loading file "kualter.xsl" from file system directory
    "/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/xml/xsl"
    ORA-06512: at "SYS.DBMS_METADATA_UTIL", line 1793
    ORA-06512: at line 1
    file kualter.xsl does not exist in XE !!
    imp owner=user1 rows=n ignore=y
    imp full=y file=user1_data.dmp
    imp full=y file=full.dmp tablespaces=user1_data,user1_index rows=n ignore=y
    So, I do not understand why user1 objects are not imported:
    see this part of the first import log:
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    . importing SYS's objects into SYS
    . importing USER1's objects into USER1
    . . importing table .........................
    why only 18 rows?
    if you have an suggestion, you are welcome, as I do not have any other idea...
    ren
    Edited by: ronpetitpatapon on May 26, 2010 12:38 PM
    Edited by: ronpetitpatapon on May 26, 2010 12:41 PM
    Edited by: ronpetitpatapon on May 26, 2010 1:03 PM

  • If I actually import full files into FCP, can I then drop source files into the trash?

    If I actually import full files into FCP, can I then drop source files into the trash?   I'm editing now and want to free up HD space.

    Just to confirm: in Preferences, Import, Files..."copy to library storage location" is selected.
    So I assume I can dispose of source files.
    Thanks for quick reply and also the the cautionary note. 
    This is low-level family footage I export to .mov and share on YouTube, so originals are not critical.

  • Full database import(impdp) error

    HI ppl,
    Plz help..
    My full database import is failing due to
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.LOAD_METADATA [TABLE_DATA:"SYS"."SYS_IMPORT_FULL_04"]
    SELECT process_order, flags, xml_clob, NVL(dump_fileid, :1), NVL(dump_position, :2), dump_length, dump_allocation, grantor, object_row, object_schema, object_long_name, processing_status, processing_state, base_object_type, base_object_schema, base_object_name, property, size_estimate, in_progress FROM "SYS"."SYS_IMPORT_FULL_04" WHERE process_order between :3 AND :4 AND processing_state <> :5 AND duplicate = 0 ORDER BY process_order
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.KUPW$WORKER", line 6272
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    c000000267348288 14916 package body SYS.KUPW$WORKER
    c000000267348288 6293 package body SYS.KUPW$WORKER
    c000000267348288 3511 package body SYS.KUPW$WORKER
    c000000267348288 6882 package body SYS.KUPW$WORKER
    c000000267348288 1259 package body SYS.KUPW$WORKER
    c00000026fb2de68 2 anonymous block
    Job "SYS"."SYS_IMPORT_FULL_04" stopped due to fatal error at 14:56:10
    regards

    Hi..
    ya temporary tablespace is present,and also contains 2gb freespace,with 2 datafiles.Are you sure its a datafile.It must be a tempfile. :)
    Secondly, have you checked the default temporary tablespace of the database.Is it the one that you have mentioned.
    SELECT PROPERTY_NAME,PROPERTY_VALUE FROM DATABASE_PROPERTIES where PROPERTY_NAME='DEFAULT_TEMP_TABLESPACE';
    Anand

  • Exporting graphics/images at full-resolution?

    Good morning.
    So, I've got a series of indesign documents, all of which contain various different types of placed graphics; eps, png, jpg, ai, psd, and the like.
    I know that I can export these graphics from Indesign server, via script, by iterating allGraphics, or, splineItems, just to name a few.
    What I noticed, though, is that the exported file is sized to the frame it was placed in.  In other words, if I placed a 3000x2000 px jpeg into a 320x240pt box, did some fitting options on it (say, fill Proportionally), then the exported image will be just that, 320x240.
    How do I go about exporting these Graphics at full-resolution? IE: I want my exported PNG to be 3000x2000.
    Suggestions?
    Thanks.

    "An odd way to use ID…" -- That brought a smile to my face. Perhaps, odd, yes, but I've done worse, believe me.
    There is a valid reason I have for not doing a collection, and pulling out the orginal assets/Links. I require them to be PNG.
    InDesign server does a bang-up job at converting all EPS or AI or PSD files into PNG when I ask it to, but, it does so at a cost: It shrinks the exported/converted files to fit the size of their containing frames. Poo.
    Here's a snipperoo of what I'm doing. Perhaps someone else has done the same, and figured out the full-size problem I'm facing.
    This is part of a larger script, I've trimmed fat for brevity
    (function(){
        var graphicExportDir = new Folder(source.path+"/graphics");
        graphicExportDir.exists||graphicExportDir.create();
        d.allGraphics.each(function(graphic){
            // Can I do something, here, to get my pal InDesign server to export at full-res?
            graphic.exportFile(ExportFormat.PNG_FORMAT, File(graphicExportDir+"/"+graphic.itemLink.name+".png"));

  • How to create full new user with all privileges

    how to create full new user with all privileges?
    and how to delete existing users?
    Thanks in advance..

    Common solution is probably to use sudo for privilege elevation, wiki should help

  • [Q] ORA-30510 error while doing full database import

    We have ORACLE 9.2.0.6 on Redhat LINUX AS 3.4. while we doing "full database import" there has ORA-30510 come out. I searched Metalink and Google, but not found much information. The error messages on import are:
    . importing OUTLN's objects into OUTLN
    . importing SYSTEM's objects into SYSTEM
    . importing TKOWNER's objects into TKOWNER
    IMP-00017: following statement failed with ORACLE error 30510:
    "CREATE TRIGGER "TKOWNER".TRIG_DONOTANALYZE before analyze on schema decla"
    "re begin if sys.dictionary_obj_name = 'MYWTKEMPLOYEE' then raise_ap"
    "plication_error(-20101, 'Do Not ANALYZE MYWTKEMPLOYEE'); end if; end; "
    IMP-00003: ORACLE error 30510 encountered
    ORA-30510: system triggers cannot be defined on the schema of SYS user
    . importing SYS's objects into SYS
    . importing TKOWNER's objects into TKOWNER
    About to enable constraints...
    Import terminated successfully with warnings.

    877410 wrote:
    Hi I get the following ierrors while importing a schema from prod to dev database... can anyone help ,thanks!
    impdp system DIRECTORY=DATA_PUMP_DIR DUMPFILE=abcdprod.DMP LOGFILE=abcdprod.log REMAP_SCHEMA=abcdprod:abcddev
    ORA-39002: invalid operation
    ORA-31694: master table "SYSTEM"."SYS_IMPORT_FULL_01" failed to load/unload
    ORA-31644: unable to position to block number 170452 in dump file "/ots/oracle/echo/wxyz/datapump/abcdprod.DMPpost complete command line for the expdp that made the abcdprod.DMP file

  • Importing Full database wid Crrent production dumpfile on test Database

    hi,
    I have production database 9.2.0.4 on widows server.
    I have Current Dumpfile of Production database.
    I Have test Database on another server which is too 9.2.0.4 on windows server.
    I need to Import full database on test Database with Current Production Dump file.
    COuld u reply the complete procedure
    I have tested on test Server But i am not getting all tables some tables are missing.
    Thankx
    Edited by: oradb on Nov 29, 2010 1:54 AM

    which method are you using to take the dump ?
    if you are using the imp/exp method ,
    then simple create a parameter file with the following parameters :
    indexes=y
    rows=y
    grants=y
    buffer=500000
    ignore=y
    statistics=none
    full=y
    log=logfile.log
    and then run the following command :
    imp system/**** <parfilename>
    Always refer to the logfile to see for successfull completion of the import.
    hope this helps
    - KKukreja-
    that should help
    Edited by: rattlesnake on Nov 29, 2010 3:15 AM

  • Import Full Name and Emal Address

    Hi,
    I have successfully connected my BOE 3.1 to SAP and imported a role with 2,500 users.
    The Account Names are successfully populated but the Full Name and Email fields are not.  Further to this, if I click on any user, the "Import Full Name and Email Address" check box is actually disabled.
    Is this a limitation of the integration kit?
    Will it be supported soon?
    Is there a work around such us a productivity pack where we can perform a bulk update via Excel and an API call?
    Thanks,
    Steve

    While it is possible to include additional roles in SAP an import them, the preferred approach is to validate the users in SAP only and to use local groups and imported SAP users for internal application security so as not t clog up the SAP system with with security roles which don't apply to it.
    Unfortunately, only the 8 digit SAP HR number is imported into BOE. Someone will now have to create an excel lookup spreadsheet for all users with their ESS number and full name, then manually add users to groups after looking refering to the excel spreadsheet for each name.
    Also, in the future, publications will also need email addresses.
    In R2, there was a migration / productivity pack where you could programatically add users to groups in bulk.  This would assist us in adding SAP users to local BOE groups.
    Cheers,
    Steve

  • Importing full schema except few tables

    Hi all
    I sthere any way to import full schema ,except few tables
    in 9i.I want to import a full schema without few tables.I dont want to import later drop.Is there any way
    with regards
    ramya

    You would have to provide the list of tables you do want to import at the command line in the TABLES argument.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Export and re-import on same database

    For one reason or another we want to do a full export and re-import all the data back into the same tablespaces... is there a command to imp to tell it to truncate and over-write all the data before importing? or do I have to manually drop all the tables? (by manual I mean write a script to do it) -- and/or drop all the schemas

    Not sure, why you want to export and import back the same thing into the same database, but anyways to answer your question, yes it is possible with Oracle10g by using TABLE_EXISTS_ACTION={SKIP | APPEND | TRUNCATE | REPLACE}. With Oracle9i, you may have to generate a dynamic script to truncate tables....make sure you exclude SYS/SYSTEM tables from the truncate script.........did I say except SYS/SYSTEM and so on :-)
    HTH
    Thanks
    Chandra Pabba

Maybe you are looking for

  • Urgent Issue in FBL5N transaction

    Hi Experts, I need your very urgent help. I am executing FBL5N then enter inputs as  'Customer Account' , 'Company Code' and Check "Check Box: Parked Items and Open key date "today's date". Rest of the input fields are left blank. Press F8 I see Cust

  • Excel export (webui crm -- excel) wrong format of house number

    Hi, in an excel export  (webui crm ---> Excel)  is displaying the wrong format. If the house number contains a special character such as "/" then the house number displayed in the date format in Excel. And if in the field house number is a number and

  • Jsf 2.0  visual editor

    Hi guys, I'm newbie of jsf 2.0 and I'm developing my first application using Netbeans IDE. Could you say me if is there any visual jsf editor to use with Netbeans? Something like Dreamwear (WYSIWYG). In the past I used wookstock library with jsf 1.0,

  • Add journal batch id and journal name in my query

    Hello all, I have inserted a line in GL interface which I have been attached below. insert into GL_INTERFACE ( STATUS, LEDGER_ID, USER_JE_SOURCE_NAME, USER_JE_CATEGORY_NAME, ACCOUNTING_DATE, CURRENCY_CODE, DATE_CREATED, CREATED_BY, SEGMENT1, SEGMENT2

  • NewMailEx event and its entryid collection

    Hi All In my last project I was exposed to the NewMailEx event because of my need to handle mail from three different mailboxes under the same Outlook profile.  This event did indeed fire for newly arriving mail in all three mailboxes - that's the "g