Why expdp table mode not work even with EXP_FULL_DATABASE

Hi All,
i want to move several tables from schema A to schema B using expdp/impdp at database KTBDB.
ktbdba is the db admin account of KTBDB.
here is the expdb command:
C:\Windows\system32>expdp ktbdba/password@KTBDB_TNS directory=tmp_dir dumpfile
*=tabledumptest.dmp logfile=tabledumptest.log tables=a.dept;*
but i got the three errors:
ORA-39165: Schema A was not found.
ORA-39166: Object DEPT; was not found.
ORA-31655: no data or metadata objects selected for job
the schema name and table name are correct.
i can do this
select from a.dept;*
ktbdbs has the following dba privileges: *(select * from DBA_ROLE_PRIVS where grantee = 'KTBDBA' ORDER BY GRANTED_ROLE;)*
APEX_ADMINISTRATOR_ROLE
CONNECT
CTXAPP
DBA
EJBCLIENT
EXECUTE_CATALOG_ROLE
EXP_FULL_DATABASE
GATHER_SYSTEM_STATISTICS
IMP_FULL_DATABASE
JAVADEBUGPRIV
JAVAIDPRIV
JAVASYSPRIV
JAVAUSERPRIV
JAVA_ADMIN
JAVA_DEPLOY
MGMT_USER
OEM_ADVISOR
OEM_MONITOR
OLAP_DBA
OLAP_USER
RECOVERY_CATALOG_OWNER
RESOURCE
SCHEDULER_ADMIN
SELECT_CATALOG_ROLE
WM_ADMIN_ROLE
XDBADMIN
XDBWEBSERVICES
Do you have any clues why the three error happened?
Thanks
Edited by: user10833860 on Nov 22, 2010 8:46 AM

now the problem is fixed by placing tables clause right after the connection string like this:
expdp ktbdba/password@KTBDB_TNS tables=a.tabl1, a.tabl2, a.tabl3, a.tabl4 directory=tmp_dir dumpfile
=tabledumptest.dmp logfile=tabledumptest.log;
but i when i import a.tabl1 2 3 4 into another schema B. I got another error
ORA-39002: invalid operation
ORA-39040: Schema expression " IN ('A')" must identify exactly one schema.
here is the impdp command:
impdp tbdba/password@KTBDB_TNS tables=b.tabl1,b.tabl2,b.tabl3,b.tabl4 directory=tmp_dir dumpfile=tisbnk_ktbv_tbls_export.dmp logfile=tisbnk_ktbv_tbls_import.log;
why did this happen.
thanks

Similar Messages

  • Why does my iMessage not work even with my apple ID signed in?

    Why does my iMessage not work even with my apple ID signed in?

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457
    Send an iMessage as a Text Message Instead with a Quick Tap & Hold
    http://osxdaily.com/2012/11/18/send-imessage-as-text-message/
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom
    BTW- Your profile shows you have iOS 6.1.4 installed. The max iOS for an iPad is 6.1.3. iOS 6.1.4 is for iPhones only.

  • Form submit not working even with usage rights enabled

    Hi everyone,
    I created a form in Acrobat 7 professional (mac version), then used Acrobat 8 (windows version) to enable usage rights.
    I have the following javascript code attached to a submit button:
    this.mailForm(true, "[email protected]", "", "", "RSVP", "Yes! Please register me.");
    When I test the form in the full version of Acrobat by pressing the submit button, it automatically launches my email program, attaches the form's .fdf file and addresses the email, ie. just as the code directs. The problem is that when I try and test in either Acrobat 7 or 8 Reader, it won't work, ie. I press the submit button but the email program doesn't open etc. As I said, I've already enabled usage rights in Acrobat 8 so I don't know why it's not working.
    Can someone tell me what might be going wrong?
    Appreciate any help offered.

    pjones, Tembowa is correct.
    if you look up the mailForm in the JavaScript reference guide, you see it's marked with the letter 'F', meaning that the PDF requires Form rights in order for this method to work in Reader.
    Now as you rightly say you can use Acrobat 8 pro to extend a PDF with usage or Save rights. (These will be marked by the letter 'S' in the JS reference guide.)
    In short when you enable a PDF in Acrobat pro, you 'only' assign Save rights. This is not sufficient for the mailForm method to function in the free Reader.
    For mailForm to work in the reader you need to assign a PDF with form rights, which can only be done using LC Reader extensions.
    Hope this clarifies things.

  • System restore not working, even with recovery disks

    I have a Touchsmart Tx2 1020us. I want to completely restore it to factory settings.
    when i use the recovery manager it pops up saying that there isn't a recovery partition and to insert disk #1. i bought the recovery disk set from HP and put disk 1 in. it then says to click on next. when i click on next the computer just shuts itself down. it never restarts, just turns itself off. 
    i also tried using the "press f11 repeatedly at startup" method. after pressing f11 a ton of times my computer just begins this shrill beeping sound and will not stop until you stop pressing f11. 
    so basically i've tried every method on this page :http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&dlc=en&docname=c00809678#N554    with absolutely no results. 
    any ideas on how to get this stupid system restore to work? 

    Hi,
    Since you deleted your recovery partitions and your recovery disk set has issues you will need to purchase a set of recovery disks from HP or from an HP Partner. the cost is around $25.00 USD.
    It is unfortunate, but when you deleted the recovery partitions you limited the options that were previously available to you.
    Nonexistance or modification of the recovery partition is the reason that neither F11 from startup nor Recovery Manager from within Windows does not work. 
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • HT3131 Clamshell mode not working even after powering off and reconnecting display; external monitor goes black anyway

    After connecting an external monitor (non-Mac) to my MacBook (Mac OSX 10.6.6) w/proper adaptor, setting up to use clamshell mode as per manual, the external still goes black even after putting MacBook to sleep, disconnecting and reconnecting external and powering up again as suggested in Support. Displays are set to Mirror. Also, when I open Displays in System preferences, 2 different windows for Resolution settings appear. Where have I gone wrong? This monitor (Viewsonic) came with it's own software for setup on a Windows PC, but of course it is not being used on the MacBook.
    Any help would be appreciated!

    Hi Mike,
    Yes I followed all the procedueres....except for waking the computer using a keyboard click. For obvious reasons one is just inclined to open the top of the MacBook to wake it when the external goes dark...I did that twice, until I realized that very last step was needed to 'wake' it. It worked. Something so simple, easy to overlook I guess.
    I did leave the monitors mirrored, fyi, if I don't then all I can access from the external are the resolution settings. This Viewsonic comes pre-loaded with Windows software of it's own and doesn't quite behanve the way my previous external did, but I got it figured out.
    Thanks for your response, tho!

  • SB live 5.1 not working even with original new installation cd.Pls H

    Hi,
    I have purchased just last week a brand new PC with intel 95 chipset asus mbd P5-GL-MX having on -board azalia sound component.Along with just got box packed Li've 5. sound card. This has in pack original installation cd.after installing card and everything when i try to run installation cdit says "No sound card installed please insert soundblaster ".i have os win Xp with sp 2 now after investigating through all the post in this forum i have tried everything but yet not succeeded.My message to moderator and compny personnel is that even the new installation cds does not have solution for such problems than if they knew its difficult they should insert small notes atleast that givena hassle free installation so we dont hvae to go and start hunting for the solutions.i was great fan of creative but this has revealed their true face.My final request is atleast provide the working solution for my problem.Expecting prompt action.
    thanks
    Manish

    First of all you need to get into the setup menu when the computer is turned on. Hit the del key and it should bring up that menu. DO NOT CHANGE ANY SETTINGS NO MATTER WHAT!! Look for the sound settings which are usually hidden clear at the bottom of the menu on one of the settings. It shoud say onboard sound enabled. You have to use the arrow keys since the mouse doesn't work in the menu so don't try to use it. Now when you find the onboard sound you have to disable it in order for the new card to be recognized. If you got the motherboard book with the system then read it. It shows how and where to look for this setting. Good Luck
    Message Edited by Smokey53 on <SPAN class=date_text>07-9-2005 <SPAN class=time_text>08:07 PM
    Message Edited by Smokey53 on 07-9-2005 08:0 PM

  • Poster Frame and Trim Mode not working properly with post-synced clips

    Hi Everyone-
    Final Cut Pro seems to be doing something really odd and I'm wondering if anyone else has experienced it and if so what is the fix:
    We are shooting a movie on Red with sound coming in on multitrack wav files. We downconvert the R3D files to Prores and then manually sync the tracks in the timeline.
    We link the pix and sound and drag them to the bin to make our dailies. They all play, in sync. When we try to set a poster frame the issues begin. If I load the clip into the browser park the playhead on a frame and choose poster frame, the actual frame in the bin is very noticably offset (often by a few seconds).
    Also, when I use the trim mode, the frames jump to a different part of the shot during trim. It's like the shot is jumping ahead or back while I hit the frame advance or recede buttons. Once I let go of the button the image jumps to the correct number of frames. But, it's very distracting if I am trying to trim, for example, to just before an actor blinks. I can't trim 1 frame at a time. I have to keep hitting the button, watching the picture jump to a different part of the shot, release the trim button and watch the picture jump back to the now correctly trimmed frame...
    As a test I took some of the Prores clips with scratch track sound and brought them into the bin directly from the finder, bypassing the syncing. Using those clips, the trim and poster frames work as expected. Obviously something is going on during syncing.
    I assumed maybe because the audio and pix we different lengths the clip was getting "confused", and didn't know where to "start". So, in the timeline with the synced clips, I razor bladed a few shots, linked them, and dragged them to the bin so the audio and video were the exact same length... Same issue.
    I have noticed the same behavior on 2 separate Macs so I don't think its a preference or corrupted install issue.
    Anyone seen this and have any suggestions?
    Thanks,
    David

    Yes, David, I'm having the same problem under the same circumstances. we're using merged clips made from Prores QTs and multitrk BWF files. In the trim window, the display frame jumps ahead considerably in a frame-by-frame trim, but trims accurately in the timeline. My only work-around has been to use the left/right scrub arrows in the trim window when necessary, which displays the correct frame. Sorry not to have an answer, but I saw a post on another forum from 2007 that speculated it was an FCP 6 bug. Resetting prefs doesn't help.
    Tim

  • With my OS 10.6.8 mini mac, localhost is not working even with Web sharing turned on.

    I get the message from Safari that Safari can't open the page "whatever page" because the server unexpectedly dropped the connection. Any thoughts?

    Since you upgraded the Router WRT54GS with the latest firmware so once reset the Router and power cycle the whole network… Then connect the Modem with Linksys Router on the Internet Port and then connect any one computer to any one of the Ethernet port on the Router [Numbered – 1, 2, 3 and 4]… Let me know the RCN connection is a DSL connection or cable connection…
    So if you have a DSL connection you can refer to this link:
    http://www6.nohold.net/Cisco2/ukp.aspx?pid=93&login=1&vw=1&app=search&articleid=4020&userrole=Linksy...
    So if you have a Cable Internet Connection you can refer to this link:
    http://www6.nohold.net/Cisco2/ukp.aspx?pid=93&vw=1&articleid=3686
    As far as the wireless is concern:
    # Open up the browser and on the address bar type 192.168.1.1 that will open up the Router setup page…
    # Then Click on wireless Tab create the Wireless Network Name SSID and select the channel to 6, 9, and 11… Click Save Settings...
    # Then Click on Wireless Security sub tab and select the security mode and provide the password as per the requirement… Click Save Settings...
    After doing the settings try to connect the preferred network on the wireless devices and check the connectivity….

  • C5 time does not work, even with network based tim...

    Hi Nokia peoples,
    When is the patch anticipated for our C5's to fix the broken clock problems?
    If it just displayed the wrong time it would be one thing, but since it affects the ordering of text messages displayed et al, it's a bit more of a catastrophic issue.
    Others have reported that hard resetting the device only lasts momentarily and that the bug is pretty fatal.
    Thanks, please let us know the plan.

    "Automatic time update" or Network based time update may not be available on all networks. check with some other operator sim

  • Why will some CDs not work properly with my Macbook Pro with Retina display?

    I have the external CD drive for the Macbook Pro with Retina display, but I'm finding that some CDs will not run their applications properly. However, on the older editions of the Macbook Pro (for example, on the 13"), the programs run fine. Is there something I can download to fix this problem?

    When the MBP-R does not run CD applications "properly", what does it do?
    Is it possible that the applications that do not run properly are incompatible with Mountain Lion? For example, might they be old PowerPC applications that relied on Rosetta to run on Intel CPUs?

  • HT5267 why "make" command is not working anymore with OS X 10.8?

    After the installation of Mountain Lion I am no more able to complire my c++ programs, to install packages with "make" command through the terminal. How this can be solved?

    Is the problem that you can't find make or is make failing in some way?
    If the former have you installed the command line tools. If the later post what you are trying to compile, what you have done and what errors you are getting.

  • Why do my themes not work even when enabled?

    I installed a theme and enabled it. There was a message to restart FF4, so I did, but when it started, it was still the default theme. I changed it back to default, restarted, changed it again to my preferred them, restarted again, and yet it was still default.

    I had this & I think the reason was that I had just gotten a blue tooth headset which was turned on but I had taken it off. So I  think the sounds were going there.
    Yes, after I figured that out, I turned the blue tooth headset off when I took it off. Now when I just checked the sounds, they are sounding on the phone.
    I guess the same woud be true if you have any other blue tooth or other device like head set or speaker set up for sounds.

  • Every time I open a pdf file which includes a javascript, a dialogue box pops up. I have a question why 'Do not show this message again' is not working even I checked on the checkbox. It should block the dialogue next time when I open the same pdf file bu

    Every time I open a pdf file which includes a javascript, a dialogue box pops up. I have a question why 'Do not show this message again' is not working even I checked on the checkbox. It should block the dialogue next time when I open the same pdf file but not working. What is the matter and how can I deal with it?

    I am trying it on Adobe Acrobat Reader 9.2.1. Tried to fix Hex code, and also tried 'edit-preference-trust manager'. I focusing on Adobe registries but still couldn't fix the problem.

  • Why is Adobe Flashplayer not working with Apple? Do you have an other flash program you recommend?

    Why is Adobe Flashplayer not working with Apple? Do you have an other flash program you recommend?

    maj-brittfromsjöbo wrote:
    Thank you for your interest in Adobe Flash Player. Unfortunately Apple does not allow Flash Player to be installed on iPhone or iPad.
    May I add, this is the answer I get When I try to Download Adobe Flash Player
    You get the message because that is exactly the situation. Apple has not allowed any Flash on iOS devices.
    What site are you trying to see? Many sites now provide Flash alternatives. For example, if you want to listen to Pandora, instead of using the Flash on the Pandora website, instead you download the Pandora app for the iPad.
    In the future, even if Apple wants to add Flash to the iPad, it won't be able to because Adobe will no longer be making it at all, for any mobile device:
    http://www.wired.com/gadgetlab/2011/11/adobe-kills-mobile-flash/
    If you often go to sites that use a lot of Flash and they don't have an alternative, you should write to them and tell them to stop using Flash.

  • Why Oracle 8i is not Working with JDK 1.3

    Why Oracle 8i is not Working with JDK 1.3 by using JDBC.

    try this
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection con = DriverManager.getConnection("jdbc:odbc:"somedsn","scott","tiger");
    I am using this for Oracle, it is working for me.
    Uma
    Java Developer
    http://www.globalleafs.com

Maybe you are looking for

  • Display PDF in browser

    Hello, Can someone tell me more or less, how this options works? Is Adobe Reader still working as an ActiveX to be able to be embedded in a web browser? Or is this another way of doing it? Thank you

  • Vendor evaluation Transactional ODS

    Hi all, I need follwoing information with respect to supplier evaluation, pulling the data from SRM: 1) what is the differnce between the ODS 0SRVE_O4 and 0SRVE_O2? 2) what is the differnce betwwen the ODS 0SRVE_O3 and 0SRVE_O1? 3) How and when can w

  • Does anybody know something about quadro fx 1800 support fo Premiere cs5 ?

    Does anybody know something about quadro fx 1800 support fo Premiere cs5 ? It`s very important to me. Premiere cs 4 supports fx 1800 if you have elemental accelerator. So  if you have any information please share. cheers

  • How much does reinstalling Mac 10.4.11 cost at the Apple Store?

    My iBook freezes at startup. No matter how many online tutorials I have used, it just will not work. How much does reinstalling Mac 10.4.11 cost at the Apple Store in the Danbury Fair Mall?

  • Regarding time-dependant

    Hi all :      There is an attribute called 'time-dependant' in the item line of Attribute page while creating Characteristic,  ****************************the sap description**************** If they are time-dependent, attributes can be different. If