Can't see my tables from a JDBC program

Hi there,
I have a JDBC program to connect to an Oracle 9i database. The problem is that I can't see the tables I create if I do something like "SELECT * FROM TAB" from a JDBC program and hence can't use them.
If I do the same statement from SQL * PLUS, I get the the full list of my tables including the ones I created. If i do that from JDBCTest.java, I don't get to see them. I do commit my statments and have tried committing from the Java program and from the SQL Plus after creating the tables....
Just to make sure I have checked myself, I am pretty sure that I am connecting with the same ID/Password in which I created my tables. I have also used schema.table to no avail... I have used scott/tiger and system/manager
If i try st.executeUpdate() for example, I get the error : java.sql.sqlException: ORA-00942: table or view does not exist...
Any help would be greatly appreciated
Thanx :)
Nav

Hi MOD,
hmmm. Sorry I am not an Oracle geek, but I am under system/manager and I created them all in there. I thought permissions are granted automatically. I tried to grant permissions to myself but had an error that I can't update them myself...
Can you plz elaborate on how to set permissions cuz actually i installed the database (password still default) and I am not sure if there is a dba other than system/manager who could grant me permissions...
It works on my home machine with the exact same version of Oracle and Java though and the same users and password :s
Any other thoughts
Thanx
NAV

Similar Messages

  • Can't see unicode data from BI

    Hi all!
    i have the problem as follows:
    I deployed sucessfully my project from OWB (10.1.0.4) to Oracle database (10.2.0.1) but
    I can't I can't see unicode data from OracleBI Decoverer for OLAP (10.1.2).
    Could you tell me how to solve this problem!
    Thanks
    Vinh.

    Hi J1m,
    According to your description, I make a test on my computer and I am able to reproduce your issue. Firstly, I install the Visual Studio 2013 express for web successfully, create a project and connect to SQL Server database. Then I right click one table,
    and I can see all the options including ‘Show Table Data ’, ‘Open Table Definition ’, ‘Copy’, ‘Refresh’, and ‘Properties’. Next, I uninstall the SQL Server data tools, and restart the Visual Studio, right click on table, and only find  the three options
    ‘Copy’, ‘Refresh’, ‘Properties’ as the following screenshot, which is the same scenario with yours.
    Based on my test, the issue could be due to the missing or corrupt SQL Server Data Tools. To work around the issue, you should install the latest SQL Server data tools for Visual Studio 2013. You could  download the
    ISO file for SQL Server data tools and extract the ISO files to your hard drive following the methods in this
    article, and install the data tools. Please restart your computer after you complete the installation.
    Regards,
    Michelle Li

  • Can't see some letters from my Gmail box in Mail.app in MAC OS 10.8.5.

    Hello, can't see some letters from my Gmail box in Mail.app in MAC OS 10.8.5.

    The solution was to remove all versions of Acrobat Pro and reinstall Acrobat Pro XI. I still had the download file in my Time Machine backup. That's a good thing, since the download link from the order listing on the Adobe website under my account would not work.
    The problems don't occur with version 11.0.0. I got the work done, now I'm updating to 11.1.0 and will report if they came back.

  • How can I see my contacts from my phone on my iPad

    How can I see my contacts from my phone on my iPad

    if you have the same apple id on both devices then turn on icloud contacts and they will sync contacts

  • Powerbook G4 Can't "See" Wireless Signal from Ubee Modem/Router

    I was given a G4 Powerbook while out of town and it found the wireless signal in an apartment complex and a major airport just fine. But upon returning home it can't "see" the signal from my (Time Warner, Road Runner Extreme) Ubee modem/router. My Mac Mini's Airport sees the Ubee wireless signal fine, but the older Powerbook G4 can't. (The Airport signal in the menu bar has "bars" but they are grayed out.
    Can an older G4 connect with the newer Ubee modem/router? Are there security settings that will allow this?
    Tx,
    WK

    CRMDVM -- Thanks for the helpful info -- you are probably right on both counts:
    The apartments where I picked up a signal is in an "old folks" apt. complex, meaning the router I was picking up was probably old -- compatible with the G4 lineage. And the Atlanta airport probably has a wireless system to allow the vast number of old and new computers that people carry to connect.
    My Mac Mini connects via WPA2 Personal security code, and I set the G4 to the same security (in the Network preference pane) but still nothing. The Airport wireless icon in the menu bar is still grayed out -- it isn't the "blank" icon as when Airport is turned off. It has the wireless wave lines in the icon, but just grayed out.
    Maybe the G4 is just too old to "see" the newer wireless signal from the new modem/router.
    Thanks again for your help -- you definitely provided more than I knew. (btw, I'm just above you in Union County in Stallings).
    WK

  • HT1454 Can't see ipod videos from 60GB ipod classic.  I have Apple USB/video cable running through Onkyo receiver into Samsung TV. Video & TV out settings seem correct-I can see album cover, but no video. Is it possible to get itunes music videos to play

    Can't see ipod videos from 60GB ipod classic.  I have Apple USB/video cable running through Onkyo receiver into Samsung TV. Video & TV out settings seem correct-I can see album cover, but no video. Is it possible to get itunes music videos to play or do I need to get new ipod.   It works on my iPad and iPhone, but not through iPod Classic.

    Are these music videos located under Videos on your iPod?  Do it play other regular movies (if you have any on the device)?
    B-rock

  • Can I paste football table from Safari into Numbers by Dec 23?

    *Can I paste a table from Safari into Numbers - and get a table?*
    Whether I use Paste or Paste Match Style (?) it just goes into one column, which is useless. Same result in Pages. But in the Appleshop demo I copied the table from Safari into Excel and it created a proper table.
    Apologies if this is already answered. I am new to Mac and to iWorks. I've only got the evaluation version of iWorks v1.0. I was going to get the full version by Xmas - but this is a real showstopper. If I can't use the spreadsheet on web tables (price comparisons, stocks, etc etc) then iWorks won't do.
    If it can't do this, are there any other solutions out there? Thanks.
    *_Problem Description_*
    1. In Safari select and Copy a table (here's the football league table http://news.bbc.co.uk/sport1/hi/football/eng_prem/table/default.stm)
    2. Paste the table into Numbers - as a table (not as a single column)
    3. sort the table on descending GD

    Hello
    Some times ago, I posted a script for this kind of problem but I just discover (with your table) that I forgot a case.
    Here is a revised version which I will put soon on my iDisk.
    -- [SCRIPT Tables2Numbers_v5]
    property nbCols : "3"
    property english : true (* true= English messages, false = Messages Français *)
    property msg1 : ""
    property list1 : {}
    if msg1 = "" then my prepareMessages()
    set theDatas to (get the clipboard as text)
    if theDatas does not contain tab then
    set nbCols to text returned of (display dialog msg1 default answer nbCols)
    set nbCols to nbCols as integer
    set my list1 to paragraphs of theDatas
    set nb to count of my list1
    set nbRows to nb div nbCols
    set newDatas to ""
    repeat with i from 1 to nbRows
    repeat with j from 1 to nbCols - 1
    set newDatas to newDatas & (item (j + (i - 1) * nbCols) of my list1) & tab
    end repeat
    set newDatas to newDatas & (item (j + 1 + (i - 1) * nbCols) of my list1) & return
    end repeat
    set the clipboard to newDatas
    else
    set the clipboard to theDatas
    end if
    set my list1 to {}
    on prepareMessages()
    if english is true then
    set msg1 to "How many columns ?"
    else
    set msg1 to "Nombre de colonnes ?"
    end if
    end prepareMessages
    -- [/SCRIPT]
    If you grab your table in the clipboard after counting the columns (here 16)
    run the script
    After that you may paste the table in Numbers (or in AppleWorks)
    Yvan KOENIG (from FRANCE dimanche 2 décembre 2007 18:05:39)

  • Where can we see Fact Table And Dimension Table in DataWarehouse Workbench?

    Hai Experts
    where can we see Fact Table And Dimension Table in DataWarehouse Workbench?
    Best Regards
    nvnkmr12

    Hi
    Refer the link below and you will get a comprehensive explanation of how data is stored and modeled in BI. If explains fact table, dimension table, SID table, P and Q , X and Y tables.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/6ce7b0a4-0b01-0010-52ac-a6e813c35a84
    Cheers
    Umesh

  • I can see open tabs from my PC on my Mac, but I can't see open tabs from my Mac on my PC. Why?

    I've set up Sync on my work PC and my home MacBook.
    I can see open tabs from my PC while I'm on my Mac, but I can't see open tabs from my Mac while I'm on my PC. Why?

    Here is what I am seeing on my Android device - at the top, a few options like History > Top Sites> Bookmarks>Reading List. Then, the search/address bar, then to the right of that, a square with the number "1" inside it, then 3 dots that, when chosen, give you the following options:
    New Tab
    New Private Tab
    Request Desktop Site
    Tools
    Settings
    Any thoughts on how I specifically sync my Desktop open tabs to my Android device so I can then see all my desktop open tabs on my phone?
    Thanks!

  • I can't see a PC laptop from my Mac, and can't see my Mac from the Pc

    I have an Airpot Extreme Base. My Mac connects to it and my wife's windows base laptop too.
    I can't locate my wife's laptop from my mac, and my wife can not locate my mac from its windows network options....
    I couldn't be able to find the way in any laptop to solve this issue
    Message was edited by: kk74974

    Hi, I did manage to ping each computer (the mac from the pc and viceversa), also I did manage to "see" the mac from the pc windows network application; but I still have two issues:
    1) I still can't "see" the PC from my Mac, under share of finder....
    2) How can I do to access the mac from the pc? It keeps asking me for a user and password, should I use my user and password that I use in my mac? How can I add the pc user into my mac setting if I can't "see" the pc?
    Thank you for your help

  • I can't see my events from iPhoto (11 - 9.3.1). Only one event is in my library (the first one). The others events disapear!!

    I can't see my events from iPhoto (11 - 9.3.1). Only one event is in my library (the first one) and the last import that I made in iphoto is the first one . The others events disapear!! What can be happen? Please, someone could help me?

    I tried to do shift + alt + command - option
    That's not what I suggested...
    Hold down the option (or alt) key key and launch iPhoto.
    Restore from your back up is the easiest solution.

  • CAN'T I IMPORT TABLES FROM 8.1.5 TO 8.1.6 ?

    posted March 01, 2001 07:09 PM
    WHEN I TRY TO IMPORT 8.1.5 (NT) DATABASE TABLE TO 8.1.6 ( AIX) DATABASE, IT GIVES THE FOLLOWING ERROR,
    IMP-00002: failed to open transformer.dmp for read
    CAN'T I IMPORT TABLES FROM 8.1.5 TO 8.1.6 ?

    Check the case of the file. imp usually wants the .dmp in lower case on unix and NT tends to have it in upper.

  • How can I see website data from itouch 4th generation?  My 8 yr old may have been on inappropriate sites and I need to see the data from website data stored on the itouch.

    How can I see website data from itouch 4th generation?  My 8 yr old may have been on inappropriate sites and I need to see the data from website data stored on the itouch.

    There is no way to see where he has been.
    Go into Settings > General > Restrictions > Safari and turn it off. Then add the MacGruff browser from the app store. After that go back to Restrictions and turn off the ability to add apps.

  • Can we change a table from logging to nologging in online?

    Can we change a table from logging to no logging in online?
    Thanks

    Hi,
    i believe no , can also check the doc id:Doc ID 269274.1
    HTH

  • Can´t see the images from my contacts

    Since yesterday i can´t see the images from my contacts when receiving a call on my iphone 4S. Please help me.

    Yes they are.
    Enviado do meu iPhone
    No dia 26/06/2014, às 20:15, Apple Support Communities Updates <[email protected]> escreveu:
    You received a reply
    James Ward4 has replied to your question. You can view the full discussion in Apple Support Communities.
    can´t see the images from my contacts                                                                            
    Are those images still in your Photos app?
    Correct Answer  Helpful Answer
    Use the buttons above to tell James Ward4 and the rest of the community if this reply solved your question or helped you get closer to finding a solution.
    To reply to James Ward4, go to the discussion in Apple Support Communities.
    You are receiving this email from Apple Support Communities. You can change your email preferences in your Apple Support Communities Profile.
    TM and copyright © 2014 Apple Inc. 1 Infinite Loop, MS 96-DM. Cupertino, CA 95014.
    All Rights Reserved | Privacy Policy | Terms of Use | Apple Support

Maybe you are looking for