Can not see the schema under the new connection -- Please help

The database is Oracle.  Recently I requested our DBA to do a database refresh, and here was she did.
1. Drop the user (TDEV, schema owner) in Dev.
2. Recreate the user, TDEV, with the same password, roles and tablespaces.
3. Using Oracle export command to export data from production under schema owner, TPROD.
4. Using Oracle import command to import the dump file from TPROD to TDEV.
5. Both export and import were successful.
Dev and Production are in two different databases.
After the importing, using SQL*PLUS I logged into Dev database as schema owner "TDEV", and were able to select all tables.  I also verified there was no schema or user called TPROD in Dev database, and there is no TDEV in Production database.
However, in Crystal Report, both 10 and XI, when I made the new ODBC (RDO) connection to Dev DSN and logged in as the schema owner user "TDEV", I noticed there is TPROD listed below, but no TDEV.  I tried to select the tables listed underneath TPROD, and got the following error message: "Query Engine Error: '42S02:[Oracle][ODBC][Ora]ORA-00942: table or view doesn't exist'"
Any ideas or helps are welcome!!

Try to create a brand new DSN connecting to Dev

Similar Messages

  • Can not see the new appending fields in RSA6

    Hi,
    I add one appending structure to existing datasource, after that I can not see the new field in RSA6, RSO2. However I can see it from RSA2 and SE11 (for extract structure).
    Any idea?
    Thanks
    Victor

    Victor,
    can you tell me how u have done this. you have a DS in RSA6 created from RSO2. then you created a append structure right? then click on your DS on the RSA6 screen. click on change icon on the application tool bar or function key CTRL + SHIFT +F1, maintain the datasource.
    can you able to see the fields here or not (i'm asking for change mode)?
    Nagesh.

  • Whenever I log into Facebook and someone has sent me a video I get a green screen and I can't see the video.  Please help.

    Whenever I log into Facebook and someone has sent me a video I get a green screen and I can't see the video.  Please help.

    You're welcome. And thank you for marking question as answered. To prevent it from happening again, go to Settings > General > Accessibility, turn off Zoom.
    Stedman

  • HELLO, I UNLOCKED MY 3GS PHONE THEN RESTORED  IT TO FACTORY DEFAULTS THROUGH ITUNES THEN COULD NOT REACTIVATE THE IPHONE, I TRIED SEVERAL TIMES USING WIFI AND ITUNES, IT CAN NOT DETECT THE SIM, SOMEONE PLEASE HELP ME WITH FOLLOW UP, THANKS

    HELLO, I UNLOCKED MY 3GS PHONE THEN RESTORED  IT TO FACTORY DEFAULTS THROUGH ITUNES THEN COULD NOT REACTIVATE THE IPHONE, I TRIED SEVERAL TIMES USING WIFI AND ITUNES, IT CAN NOT DETECT THE SIM, SOMEONE PLEASE HELP ME WITH FOLLOW UP, THANKS

    sir as ur reply i guess that my phone has locked again as i restored to factory defaults, now if i try with a att active sim then can i activate the iphone ? and i think  i need to unlock again if i want to use sim other then att right ? pls reply me in details asap

  • HT201304 ello my little brother has developed lock my iPhone and I could not see the unlocking code Please help and thank you

    Hello
    ello my little brother has developed lock my iPhone and I could not see the unlocking code Please help and thank you
    edited by host

    Hi Omar_a983,
    If you are having an issue with the passcode on your iPhone, you may find the following article helpful:
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    Regards,
    - Brenden

  • I want to update my credit card info.  I have moved to a new country and can not process the payment.  PLEASE HELP

    i want to update my credit card info.  I have moved to a new country and can not process the payment.  PLEASE HELP

    The same Adobe ID can not be used to make payment if you have changed country. To get complete resolution, please contact Adobe support Contact Customer Care.
    Regards
    Rajshree

  • My daughter has an iPod touch and is emailing a much older boy via text free app she downloaded. How can I see the conversations? Please help and thank you

    Please help me...My 12year old daughter has been talking to a older teenager through the text free app. How can I see the conversations? Also, there is a photo vault that is locked. What is that? Please someone help me. I don't know what else to do. I paid and downloaded a program that is supposed to tell you everything that's on the ipod but that was a joke. Thanks for your help.

    As long as you can't get a hold of the device, you can't do anything more than talking to your daughter about it.
    Erasing the device could also be an option to keep her from using apps you don't want her to have on her device.
    Try talking first

  • After partition using fdisk, i can not see the new device file (/dev/sdd1)

    I used fdisk -l to partition /dev/sdd, use the entire disk as partition 1. it looks successful:
    # fdisk -l /dev/sdd
    Disk /dev/sdd: 10.7 GB, 10737418240 bytes
    64 heads, 32 sectors/track, 10240 cylinders
    Units = cylinders of 2048 * 512 = 1048576 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x35e3e2c4
    Device Boot Start End Blocks Id System
    /dev/sdd1 1 10240 10485744 83 Linux
    the problem: i don't see the device file /dev/sdd1. tried to delete it and partition again, the same.
    also tried
    - mknod b 8 70 /dev/sdd1, to manually create it, but when i use oracleasm createdisk DISK2 /dev/sdd1, the command won't recognize manually crated /dev/sdd1.
    - reboot the server,
    - "partprobe" command, no luck.
    in addition, cat /proc/partitions seems including /dev/sdd1:
    cat /proc/partitions
    major minor #blocks name
    8 16 292935982 sdb
    8 0 143338560 sda
    8 1 512000 sda1
    8 2 142825472 sda2
    252 0 25608192 dm-0
    252 1 25608192 dm-1
    252 2 62423040 dm-2
    252 3 35012608 dm-3
    252 4 20480000 dm-4
    252 5 10240000 dm-5
    252 6 4096000 dm-6
    8 32 10485760 sdc
    8 33 10484736 sdc1
    8 48 20971520 sdd
    8 49 20971504 sdd1
    8 64 10485760 sde
    8 65 10485744 sde1
    any advice?
    Thanks as alwasy!
    Edited by: 943714 on Apr 25, 2013 10:55 AM

    After you create a new partition, always verify it:
    # fdisk -l /path/to/diskOnce that confirms the new partition, you must tell the kernel to re-read the partition table. Several ways to do this, depending on what your storage connection is. This often works:
    # partprobe /path/to/mydiskThen check if the kernel sees the partition:
    # grep /proc/partitions mydiskIf it does, you are done.

  • I can boot up my macbook pro but all i see is the wallpaper and the dock and the toolbar at the top. I can not see my hard drive or anything else. please help

    Please help. I can boot up my macbook pro and log in but after that all i see is the wallpaper, toolbar and the dock. In the dock it has 2 ? where the doc and download folders should be.  If I open up a new finder window it doesnt show anything in there no hard drive or anything. If anyone konws how to help let me know please and thank you.

    Agree with baltwo, though even if you have saved the install app I wouldn't use it unless its been used to install a known good copy of the OS already.
    In your case, that probably means start fresh:
    Restart the computer, holding down 'command' and 'r'. When the recovery disk window shows, choose 'Reinstall Mac OS X'.

  • I can't see the content! PLEASE HELP!

    Hello,
    I have a very very strange problem with flash.
    http://izbirakmakistemiyormusun.com/#/video/
    This link works fine in my desktop computer, but when i try to check it with my laptop or netbook, it wont load the video thumbnails or so.
    It just keeps saying yükleniyor (loading) and gets stuck.
    Some of my friends have the same problem and noone could really give me an answer on that. The flash player version is the same with my desktop and laptop. I tried it over various browsers including IE, Chrome and firefox.
    Do any of you have any ideas? Please help!

    redsvienas1 wrote:
    It just keeps saying yükleniyor (loading) and gets stuck.
    I see the same - I think something is wrong with the site.  Try contacting support or the webmaster of the site.

  • HT5934 I can not download the iOS 7 please help. I have an iPhone 4

    I need help downloading the new software

    What's wrong? Go to Settings --> General --> Software Update

  • I purchased an audio CD that I then imported into iTunes - I can find (and play) the new music from iTunes - however when I try and load it on my phone I can not see the new album as one that I can select in the music listings available for download.

    It seems that recent additions to my iTunes library are not available for download to my (or my son's) iphone - other albums by the same artist are available.
    Any help is appreciated...

    Audiobooks (and ringtones) are currently a one-time only download from the store. If you don't have it on a backup of your downloads then you can try contacting iTunes support and see if they will grant you a re-download : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Can not see the menu of New Business Components Package in jdeveloper

    I am just follow the developer guide.
    and when I create the Business Components Package, the guide said that
    ========================================
    In the JDeveloper Navigator, select the OA Project where you want to create your package.
    From the main menu, choose File > New to open the New Object Gallery.
    In the Categories tree, expand the Business Tier node, and select Business Components (BC4J).
    In the Items list, select Business Components Package to open the Business Components Package Wizard. You can also right-click on the OA Project and select New Business Components Package to navigate directly to the Business Components Package Wizard.
    =====================================
    In fact I can not see the menu about Business Components (BC4J) in the File/new/buisness tier/Business Components (BC4J).
    I can only see the File/new/buisness tier/ADF Business Components.
    And can not find the "Business Components Package" under ADF Business Components either.
    I am using the JDev Extension for OA (p5856648_R12_GENERIC.zip) and EBS 12.0.0.
    And I create an OA Workspace and OA Project.
    can anyone help?

    James,
    Use search facility on forum. Chk thread Re: OAF Toolbox Tutorial Help - Search
    --Shiv                                                                                                                                                                                                                                                                       

  • My iMac does not see the new Toshiba external drive in Finder or Disk Utility.  How can I get it to see the drive?

    My iMac does not see the new Toshiba external drive in Finder or Disk Utility.  How can I get it to see the drive?

    From the menu bar, select
               ▹ System Preferences ▹ Energy Saver ▹ Power Adapter  
    and uncheck the box labeled Put the hard disk(s) to sleep when possible, if it's checked.
    If the drive has more than one interface (USB, FireWire, Thunderbolt, eSATA), try one of the other interfaces.
    Check that the data cable is securely inserted at both ends.
    Try a different cable.
    If you're connecting the drive through a hub, connect it directly to a built-in port on the Mac.
    If you're connecting it directly, try a different port.
    Disconnect all other devices on the bus, or as many as possible.
    Test the drive with another Mac. Test another drive with this Mac.
    If the drive is bus-powered, but has an AC adapter, connect the adapter.
    Start up in Recovery mode and launch Disk Utility. Is the drive recognized?
    Start up in Safe Mode and test.
    Reset the NVRAM.
    Reset the System Management Controller.
    If the drive doesn't work under any of the above conditions, and if another drive does work with the same Mac, then the drive is malfunctioning.

  • When I have video clips on my timeline, they do not play in the monitor screen. I hear the sound track but can not see the image. To test if my new files are somehow the problem, I went back and used video files that I used successfully a year ago, and th

    When I have video clips on my timeline, they do not play in the monitor screen. I hear the sound track but can not see the image. To test if my new files are somehow the problem, I went back and used video files that I used successfully a year ago, and they no longer play in the monitor window. I hear the sound track, but do not see any video. Have I changed some setting that controls video playback in the monitor window?

    Randy Ruttger
    Thanks for the follow up.
    Missing in this equation were the version of Premiere Elements that you were using and the computer operating system on which it was running. But...
    The deed is done. But.....Until now and after you went ahead and moved to version 12, we now learn what version of Premiere Elements you were using. We still do not know the computer operating system involved.
    You just said Premiere Elements 10. Premiere Elements 10 is hit by a serious known display issue if the computer uses a NVIDIA GeForce video card/graphics card. In this issue, the only remedy is to roll back the driver version to about May 2013. The description of the problem and how to do the roll back are described in one of the Announcements at the top of this forum. What video card/graphics card does your computer use?
    On another front, Adobe will be releasing a new version of Premiere Elements any day now. No one but Adobe knows the feature set for the new version. That type of information is announced at the moment of release of the new version.
    So the remedy to the problem that you presented in this thread could have been...
    1. Rolling back the NVIDIA GeForce driver version to about May 2013 if possible (Windows 8 or 8.1 64 bit, may not be possible)
    2. Move to another version of Premiere Elements (which you did)
    I offer the above for consideration so that you can review your decisions. We are pleased to learn that Premiere Elements 12/12.1 works for you.
    Please do not hesitate to ask questions and ask for clarifications, but remember that the answers are in the details.
    Best wishes,
    ATR

Maybe you are looking for

  • Windows 8.1 Setup exe This product key didn't work. Check it and try again

    I am upgrading my machine with a new MOBO and SSD. I need a full windows 8.1 install disk so I am trying to create one from the WindowsSetupBox.exe file. I am doing this on the machine that I will be upgrading and it currently has 8.1 Pro.  When I en

  • How to open adobe acrobat reader without having to open photoshop?

    how to open adobe acrobat reader without having to open photoshop? i keep getting this message when opening pdf files. "adobe acrobat was installed as part of a suite. to enable adobe acrobat, please start another component of this suite(such as phot

  • Config - files ???

    is there any built-in functions for reading/writing configfiles in JAVA? if there is(I think I saw some examples somewhere, but I do not rember where) please give me a link where I can find examples thanks in advance .leonard

  • Error message 4200 when burning CD's......Can anyone help???

    I just tried to burn a playlist through iTunes and got the error message 4200. This has been happening for a while and i am very frustrated that i am wasting CD-R's because iTunes won't complete the burning process. Does anyone know anything about th

  • In bdc  while transfer data from  itab to db .we get error how to handle ?

    hi guys, 1.while uploading a data from flat file to internal table . We get     Lifnr   name1   ort01     123 #    Eswar#    in ## But while transfer data from <b>itab to db</b> .we get error how to handle that? pls coud u give the logic i'm waiting