Why do I always found ORA-31631 and ORA-39149 when am citing impdp?

I want to copy all documents in the user database to the production of the Web portal to a developer/test database set up on another machine called dev_webportal

My data source is: Web portal

My target database is: dev_webportal

Directory is: my journal

Network_link is: to the Web portal

I used the following command: impdp dev_webportal/xxxx DIRECTORY = dmpdir NETWORK_LINK = old_webportal patterns = beauty = webportal:dev_webportal remap_schema

Then, I get the following error:

ORA-31631: privileges are required

ORA-39149: impossible to link user with privileges to user non-privilegie

I added IMP_FULL_DATABASE rights and permission to the Portal Web and dev_webportal. What happens here? It's weird and I am completely stuck.

Thank you
Heath

I understood the question. Very delicate. I discovered that despite granting permission beauty, he was not at work news. So I tried the ALTER USER command instead.

Tags: Database

Similar Questions

  • Why LR 6 on my mac unexpectedly and repeatedly crash when I scroll my images or change?

    Why LR 6 on my mac unexpectedly and repeatedly crash them? This happens when I view my images after importation and in the middle of changing them.

    First of all make sure that you use Lightroom 6.5 (if you have 6.5 then update your Lightroom through keeping updated in Lightroom)

    Try to disable the use of the graphics processor

    Go to Preferences, click the performance tab, and then clear the check box

  • Why my pc always says update of the vista sp1 when it has already downloaded?

    When I go to Windows update it always rises "12 important update 1.9 MB' which is Vista SP! who has already downloaded 4 times?

    Why not follow my advice from the beginning? Click Start > etc...

  • Why did he just say updated installation and do nothing when I opened the creative cloud on my computer

    When I open it it just says: 0% and it will not be updated anything like the apps or anything.

    Hi Bryce,.

    Please, try the following steps:

    (1) uninstall Adobe CC (https://helpx.adobe.com/creative-cloud/help/uninstall-creative-cloud-desktop-app.html)

    (2) restart the machine.

    (3) install the latest Adobe Creative cloud version from the link: CC help | Creative cloud desktop


    Kind regards

    Sheena

  • ORA-31655, ora-39039 when you do impdp on 10.2.0.5

    After moving to 10.2.0.4 in 10.2.0.5, failure of orders impdp who now worked with:

    ORA-31655: no data or metadata of objects selected for employment
    ORA-39039: pattern Expression 'IN ('MASTERDB')' contains no valid schema

    My impdp command:

    Impdp LOCALDB/LOCALDB parfile = remote_dump.par


    Parfile table of contents:
    ----------------------
    DUMPFILE = "A058.01.dmp."
    LOGFILE = "A058.01.log."
    DIRECTORY = DB_DOWNLOAD
    include = TABLE: 'IN ('algorithm_builder', 'algorithm_definition', 'install', 'applicable_req') '.
    SCHEMAS = MASTERDB
    REMAP_SCHEMA = MASTERDB:LOCALDB
    REMAP_TABLESPACE = AL_INDX:SESD, LOB_TBSP:SESD
    CONTENT = DATA_ONLY
    TABLE_EXISTS_ACTION = TRUNCATE

    The expdp is done in another plant currently on 10.2.0.4.

    What Miss me. Before 10.2.0.5, it worked. At that time, I don't have diagrams = line in, but read a thread needed to conduct "intended" on 10.2.0.5. But who did not help with the error 31655 and only added the 39039.

    Thanks in advance.

    Is a 10.2.0.5 bug, just change:

    include = TABLE: 'IN ('algorithm_builder', 'algorithm_definition', 'install', 'applicable_req') '.

    for

    TABLES is MASTERDB.algorithm_builder, MASTERDB.algorithm_definition, MASTERDB. Facility, MASTERDB.applicable_req

    I hope this helps

    Best regards
    Alfonso

  • Why my Windows Mail doesn't always said "not responding" and then when he made a screen comes up saying: 'Cancel' and it stops it?

    Why my windows mail doesn't always said "not responding" and then when he made a screen comes up saying: 'Cancel' and it stops it?

    original title: Windows mail does not

    Try to compact and repair the database (www.oehelp.com/WMUtil/).  That should fix it.

    Steve

  • Why did take more than 15 minutes and always my PDF conversion is not downloaded?

    Why did take more than 15 minutes and always my PDF conversion is not downloaded?

    Hi Karen,.

    Try to convert by using the web Interface using this URL: https://cloud.acrobat.com

    Kind regards
    Rahul

  • Caching question, why do you always have to do over and over again?

    In Bridge, seems always, I have a 3000 images of the caches folder. Then, two weeks later, I opened this file, and it's like the bridge has never seen before. What is everything? Thank you.

    Levinaderuijter wrote:

    What does bloody a cache if such information is not cached in it and immediately available when opening a folder. I mean, what is then exactly what is cached?

    As we mentioned in this forum often, Cache is not the strong point for the bridge. However the problem you and Kevin describe is not common.

    For the cache, you can set preferences to export cache on file if possible and which should speed things up when visiting a folder with this cache file exported. Also in the preferences, there is a slider for the amount of files to store in the cache. Ideally, when the limit for that amount is reached the Cache replaces the older files, so it might be that you have him reached the limit for the central cache and lost files to the previous file cached.

    When after you move the files to another folder, it must also be cached for the new location, but unfortunately enough isn't this work always as it should.

    Also, you must leave bridge to give time to cache the files completely, this could take a while depending on the size of files, number of files, and speed of the processor of your Mac.

    Another question, if you have changed the settings default to ACR or installed a version update for ACR with the other settings to bypass can start caching again to match thumbs with these settings.

    If no other default settings of ACR are applied or in the cache limit is not reached, it should be no problem to look at a previous set file in cache.

  • Why is there a commit implied before and after execution of DDL statements

    Hi guys,.

    Please let me know why he didn't is committed before and after the execution of DDL statements implied?


    Kind regards
    Sushmita

    Helyos wrote:
    This is because Oracle has the design like that.

    Come on Helyos, which is somewhat a weak response. :)

    The reason is that it is foolish to update the structure of the database, while there are some missing data updates that have not been committed.

    Imagine having a column VARCHAR2 (50), which currently has data of size up to 20 characters.
    Someone (person A) Decides that it would be useful to change the table and reduce the size of the varchar2 column (20) instead.
    Before they do, a third party (person B) inserted data that are 30 characters in size, but not yet committed it.
    In regard to person B is concerned and that the Insert succeeded as they don't got no error message, and they continue on through their process until they reach a suitable to commit point.
    Person that has and then tries to modify the database to make varchar2 (20).

    If the database has allowed that to happen then the column would be varchar2 (20) and the uncommitted data is more, even if the insertion was successful. When person B is going to know about it? It would be wrong to tell them when they try and commit, because their operations have succeeded, so why commit would fail.

    In this case, because it's two different people, then the database will recognize there are transactions that are uncommitted on the table and don't let anyone B change it.

    If it was just one person doing the two things in the same session, then the data would be automatically validated, the executed alter and the person has indicated that they can change the database because it is (now) data over the size that they want to.

    It makes perfect sense to have the database in a consistent state of data before changes are made, so why a commit is issued in advance.

    Here's something I wrote the other day on the subject...

    DOF delivers a validation before performing the actual action
    As long as the DOF is syntactically ok (the parser is happy with it), then the validation is issued, even if the actual DDL cannot be performed for another reason.

    For example...

    We have a table with data in there...

    SQL> create table xtest as select rownum rn from dual;
    
    Table created.
    
    SQL> select * from xtest;
    
            RN
    ----------
             1
    

    We then delete the data but do not commit (demonstrated by the fact that we can roll it back)

    SQL> delete from xtest;
    
    1 row deleted.
    
    SQL> select * from xtest;
    
    no rows selected
    
    SQL> rollback;
    
    Rollback complete.
    
    SQL> select * from xtest;
    
            RN
    ----------
             1
    
    SQL> delete from xtest;
    
    1 row deleted.
    
    SQL> select * from xtest;
    
    no rows selected
    

    So now, our data are deleted, but not committed, what happens if we issue a DOF that is syntactically incorrect.

    SQL> alter tab xtest blah;
    alter tab xtest blah
          *
    ERROR at line 1:
    ORA-00940: invalid ALTER command
    
    SQL> rollback;
    
    Rollback complete.
    
    SQL> select * from xtest;
    
            RN
    ----------
             1
    

    ... data can always be restored. This is because the parser was not happy with the syntax of the DDL statement.

    So let's delete the data again, without commit and deliver a DOF that is syntactically correct, but cannot run for another reason (i.e. the database object it refers to does not exist)...

    SQL> delete from xtest;
    
    1 row deleted.
    
    SQL> select * from xtest;
    
    no rows selected
    
    SQL> truncate table bob;
    truncate table bob
                   *
    ERROR at line 1:
    ORA-00942: table or view does not exist
    
    SQL> rollback;
    
    Rollback complete.
    
    SQL> select * from xtest;
    
    no rows selected
    

    So, there we have it. Just because the statement is syntactically correct, the deletion of the data has been committed, even if the DOF could not be performed.

    It makes sense really, because if we intend to amend the definition of the database where the data is stored, it cannot take place unless the database is in a State where the data is where it should be instead of being in limbo. For example, imagine the confusion if you update data on a column and then changed the data type of columns to be of a different size, for example reducing a column varchar2 50 characters up to 20 characters. If you had data that had just updated you to more than 20 characters whereas previously it was not, then the alter table command cannot not on this subject, which could alter the size of the column and then the data would be invalid to adapt while the update at the time did not fail.

    For example...

    We have a table that allows only 20 characters in a column. If we try to insert them more in this column, you get an error for our insert as planned...

    SQL> create table xtest (x varchar2(20));
    
    Table created.
    
    SQL> insert into xtest values ('012345678901234567890123456789');
    insert into xtest values ('012345678901234567890123456789')
                              *
    ERROR at line 1:
    ORA-12899: value too large for column "SCOTT"."XTEST"."X" (actual: 30, maximum: 20)
    

    Now, if our table has allowed more character our insert statement are successful. As far as our 'application' is going to believe us, nay, we were told of the database, we have successfully introduced our data...

    SQL> alter table xtest modify (x varchar2(50));
    
    Table altered.
    
    SQL> insert into xtest values ('012345678901234567890123456789');
    
    1 row created.
    

    Now, if we tried to change our database column date back to 20 characters and it did not automatically the data beforehand then it would be happy to edit the column, but then when the data has been committed he wasn't. However the database has already told us that the data were inserted, so he can't go back to that now.

    Instead, we can see that the data be engaged first because the alter command returns an error telling us that the table data is too large, and also can not restore the insertion after the alter attempt...

    SQL> alter table xtest modify (x varchar2(20));
    alter table xtest modify (x varchar2(20))
                              *
    ERROR at line 1:
    ORA-01441: cannot decrease column length because some value is too big
    
    SQL> rollback;
    
    Rollback complete.
    
    SQL> select * from xtest;
    
    X
    --------------------------------------------------
    012345678901234567890123456789
    
    SQL>
    

    Of course, being a statement commit to the existing session, if we had tried to modify the column of the table to another session would have got us

    SQL> alter table xtest modify (x varchar2(20));
    alter table xtest modify (x varchar2(20))
    *
    ERROR at line 1:
    ORA-00054: resource busy and acquire with NOWAIT specified
    
    SQL>
    

    ... which is basically saying that we cannot change the table because someone else uses it and they did not commit their data still.

    Once the other session committed data, we obtain the expected error...

    ORA-01441: cannot decrease column length because some value is too big
    

    Hope that explains it

  • WHY MY INTERNET LIVING LOG OUT TIME AND TIME AGAIN?

    Why my internet disconnected to keep minutes and you reconnect again and again unplug new over2... I never have this issue before...

    it keep "Request timeout for icmp_seq" and reconnect... it's because I have updated to OS X El Capitan? or something else? I did restart the router, turn on/off my wifi, I restart my macbook twice... and nothing happens it always disconnect again...

    I have check the section "Network Diagnostics" my wifi is not serious, wifi setting is correct, network setting is correct, but my ISP keep disconnecting

    but the strange thing is that all of my roommates have no problem with the connection or ISP, only my Macbook Pro...

    is there any solution for this?

    thnk you

    MacBook Pro (retina, 13 inch, mid-2014)

    2.6 GHz Intel Core i5

    Iris 1536 MB Intel

    OS X El Capitan 10.11.6

    Hey Kyon1995,

    Thank you for being a part of the communities of Apple Support.

    To help solve this problem when your Mac is unable to keep the Wi - Fi connection to your network, follow the steps in the link below to run Wireless Diagnostics:

    Use Wireless Diagnostics helps you troubleshoot Wi - Fi on your Mac.

    See you soon.

  • A30 - why my laptop always automatically stop?

    I don't know why my laptop always automatically closed especially when I'm on the internet or using other software. If I'm just using the laptop to watch DVDs or a Word, everything is ok.

    Boring!

    My laptop is Satellite A30

    Who can give me some advice about this, thank you!

    Hello

    you have a footstool of antivirus software to check if it's a virus?

    You see a blue front screen of the laptop closed?
    When it stops, it's closed windows and close without problem or is it simple to?

    When your laptop is used, it is on a surfboard ridig or do you use it on a couch or bed?

    Tok Bye

  • Why my cursor always indicates busy?

    Why my cursor always indicates busy?

    Hello

    ·        You did changes to the computer before the show?

    ·        What is the number and the model of mouse you are using?

    ·        Is this a USB to PS2 Mouse mouse?

    ·        Is in any particular application or in general?

    Method 1: I suggest you to run the Microsoft safety scanner to ensure that the system is free of infection by the virus:

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Method 2: I would say as update you the driver for the mouse and check if it makes a difference:

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly

    Method 3: You can also try to put the computer to boot and then check if the problem is caused by any third-party application:

    http://support.Microsoft.com/kb/929135

    Note: follow step 7 link to restore the computer to a normal startup.

  • Why am I always updates XP on 09/04/14? Are they safe install?

    Why am I always updates XP on 09/04/14? Are they safe install?

    Original title: new update of XP

    Hello

    The automatic update of Windows XP does not more roll of new updates, but in the case where you have not installed previously available update, then it will be available and you can install it at any given time. There is no deadline for availability already rolled on updates for Windows XP.

    It's all of the update by Microsoft for Windows XP:

    http://TechNet.Microsoft.com/en-us/security/bulletin/MS14-Apr

    Service Pack 3 is the latest update available for Windows XP Service Pack.

    For more information, please visit:

    http://support.Microsoft.com/kb/322389/en-us

    See also:

    http://Windows.Microsoft.com/en-CA/Windows/end-support-help

    Hope the helps of information provided.

  • Why is she 'Always available offline' is ticked, but grayed out

    Why is she 'Always available offline' is selected but grayed out?  I need to get my SBS2003 for a few days and I want to ensure that the MY DOCUMENTS folder is available offline on my desktop vista makw.  Any help on how I can confirm you please.

    Thank you

    Hello

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the Server on TechNet. Please post your question in the Technet forums. You can follow the link to your question:

    http://social.technet.Microsoft.com/forums/en-us/smallbusinessserver

  • Creative cloud: why must I always be logged to the Application Manager?

    Hello

    I've been on the creative cloud since may, 2012.

    Today, 6 may 2013, a very strange thing happened.  At the launch of Photoshop, I was asked to accept the license agreement, then

    It took me to another screen where he asked me to log-in to start my trial period.  I clicked on "Buy this software" and I had to log-in to the Application Manager.

    I was able to use Photoshop and I thought everything was OK.

    However, this problem arises whenever I left PS and tried to re - start.  It has also happened with other applications!

    After spending a few hours on chat with technical support, the only thing that works for me must always be connected in the Application Manager when using all Adobe software.  The tech support guy had a reason for this, but for now, it is the workable solution only.

    I must also say that I am able to use the Cloud Creative applications while on the internet, but once again I must always be logged in the Application Manager.

    If I connect to the Application Manager, the above problem re-surfaces.

    It is a new problem as of today. Previously, up to yesterday (May 5, 2013) I was always connected in the Application Manager and used only to connect to get updates.

    Why is this happening? Is this a problem or how it works now?

    Hi Jeff,

    Yes, it works.  I can be connected on the App Manager and use the Adobe software with a new user account.

    However, until you tell me to always switch to this new user account whenever I want to use the Adobe software, is there a way to solve this problem with my current user account?

    In fact, it would be easier for me to be always connected to change username all the time.

    Thank you

Maybe you are looking for

  • How to play my music in iOs10 on iPad

    I worked on the control panel to play my music but nothing plays - it seems that it is somehow trying to play with a different application entirely, TuneIn Radio.  This application is displayed in the upper left corner of the music control reading pa

  • Version of test of streets & trips 2011 - accidents

    -When I go to highlight my computer hangs and goes to a blue screen and must be stopped.  Something with a .dll file is present. What is going on?

  • running sfc/scannow

    Running Windows XP SP3 after you updated through Windows Update of XP of origin.  Tried running sfc/scannow and messages received some files had to be replaced, asking for the XP SP3 installation disc.  I downloaded an ISO of XP SP3 file, it burned o

  • Touch of convenience for the 8300 blackBerry Smartphones

    I'm trying to understand how to implement the right key convenience on a Curve 8320 behaves like the home button located on the right side of a BlackBerry 8700 (and any other template before the arrival of the balls among us).  Get some of my people

  • Pop-up TMS

    I'm looking for a possibility to add a pop-up window to the main page of TMS. I want to place an ad for users in a pop-up window. so it must appear after the user connects to the TMS. is it possible to change the web home page? The best Aleksander