Can not display the tables in developer

Hi!
I use the following applications:
Database
1     NLSRTL      9.2.0.5.0     Production
2     Oracle9i Enterprise Edition      9.2.0.5.0     Production
4     TNS for 32-bit Windows:      9.2.0.5.0     Production
PL/SQL
Java™ Platform     1.5.0_06
Oracle IDE     1.2.1.3213
After connecting to the DBMS i am unable to see the objects like tables and views in the Object Browser but the users. Using SQL i can run a query by typing a correct SQL Statement - i also can see the object after type in the dot.
How i can solve this problem?
Thanks in advance!

You are right!
Now i can see the objects! I established a new connection and changed the owner!
But i do not understand - i can see all objects with the first username in the former PL SQL Developer. Which rights i have to grant to the other user to see the objects in the new developer as well?
Thank you!

Similar Messages

  • Strange scenario,Oracle can not display the data in mysql correctly

    I use Heterogeneous Service+ODBC to achieve "oracle access mysql"(any other method?),and now i find Oracle can not display the data in mysql correctly:
    -------mysql------------
    mysql> create table tst(id int,name varchar(10));
    Query OK, 0 rows affected (0.00 sec)
    mysql> insert into tst values(1,'a');
    Query OK, 1 row affected (0.00 sec)
    mysql> select * from tst;
    ------------+
    | id | name |
    ------------+
    | 1 | a |
    ------------+
    1 row in set (0.00 sec)
    mysql> show create table tst\G
    *************************** 1. row ***************************
    Table: tst
    Create Table: CREATE TABLE `tst` (
    `id` int(11) DEFAULT NULL,
    `name` varchar(10) DEFAULT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8
    1 row in set (0.00 sec)
    -------------oracle ------------------
    SQL> select count(*) from "tst"@mysql;
    COUNT(*)
    49
    SQL> select * from "tst"@mysql;
    id
    1
    SQL> desc "tst"@mysql;
    Name Null? Type
    id NUMBER(10)

    You can make the following query on the result page:
    "select * from the_table where movietitle = ? and cinema = ?"
    then you set movietitle and cinema to those which the user selected. If the resultset contains more than 0 rows, that means the movie is available.
    Below is the sample code, it assumes you have a connection to the database:
    PreparedStatement stat = myConnection.prepareStatement("select * from the_table where movietitle = ? and cinema = ?");
    stat.setString(1, usersMovieTitleSelection);
    stat.setString(2, usersCinemaSelection);
    ResultSet res = stat.executeQuery();
    if (res.next()) {
    out.print("The movie is available");
    } else {
    out.print("The movie is not available");
    }Now just add that to your JSP page. Enjoy ! =)

  • JEditorPane can not display the applet contained in a html

    We know that class JEditorPane can be used to display Html pages. but it has limitation. When a Html page contains Applet, it can not display the applet! Does anyone know if there's any solution for this problem?

    Hi, i do the 'CREATE_TEXT', after the PO created,   the PO created correctly except the Long Text.
    THE CODE:
    *********************1*********************
        CALL FUNCTION 'BAPI_PRODORD_CREATE'
          EXPORTING
            orderdata    = wa_po
          IMPORTING
            return       = rt
            order_number = aufnr
            order_type   = otype.
    Then i got a AUFNR,
    **********************2**********************
    CONCATENATE sy-mandt aufnr INTO t_name.
          CALL FUNCTION 'CREATE_TEXT'
            EXPORTING
              fid         = 'KOPF'
              flanguage   = 'E'
              fname       = t_name
              fobject     = 'AUFK'
              save_direct = 'X'
              fformat     = '*'
            TABLES
              flines      = it_text
            EXCEPTIONS
              no_init     = 1
              no_save     = 2
              OTHERS      = 3.
    and SY-SUBRC is 0.
    the long text also generated, but can not displayed on the CO03

  • While Installing this error is coming This Program can not display the pag

    When I Try to Install SAP B1 8.8 on Win server 2008.
    I am receiving this message.
    This Program can not display the page
    The website is encountering Problem
    There might be a typing error in the address
    At the time of Installation which site we need to access.
    My Internet is working.
    Still i am facing this Problem please suggest me what should I do.

    HI Ram ,
    Internet is not required while Installation .
    Go through :
    Re: SAP Business Installation
    Thanks
    Ashish

  • IE can not can not display the website

    start -> all Programs -> oracle Home -> Database Control - ORCL
    when I click on ORCL  to open the GUI
    i am getting a internet error http:/localhost:1158/em
    IE can not can not display the web site How can I get the GUI to open
    Please advise

    In version 4.2 on the controller SSLv2 is disabled by default. IE by default doesn't do SSLv3. Either enable SSLv2 on the controller or SSLv3 on the client.

  • Why teststand can not display the ASCII character which number up to 128?

    Hello All,
            I have encountered a problem on an application for ASCII character,why teststand can not display the ASCII character which number up to 128?
           For example:an expression  Local.xx=Chr(164),
           xx-->string,I can not get the correct string.
           Have any idea for this?
    OS:WinXP,Teststand2012 SP1.
           Thanks a lot.
    Solved!
    Go to Solution.

    dug9000 wrote:
    [...]On Windows 7 at least, the code page setting for the operating system is located in the "Region and Language" control panel in the "Administrative" tab where it says "Language for non-Unicode programs".
    Hope this helps,
    -Doug
    Ah, that explains why i see "European Set"....
    One question, Doug: Obviously, you can select only the localization there. Is this PostScript Characters for all languages? Or is it possible to switch to something like true types, e.g. "Wingdings"? (I know, bad example, but i hope you get the point)
    thanks,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Layout - This Program can not display the webpage

    Hi Experts,
    I am trying to create adobe forms in Webdynpro ABAP, for that I created a Webdynpro component and then view in it and created the required attributes and nodes and the pdfsource as xstring type.
    When I go to Layout tab it showing "This Program can not display the webpage" and in route element container I created an element and gave as of Interactive forms but the system is not creating any interface nor going into adobe live cycle designer.
    Is it the problem with the Live Cycle Designer or what exactly I have to do now.
    Please help me out.
    Thanks,
    Praveen

    Hi.,
    This seems that u didnt maintained host entries.,
    Click Run -> enter drivers -> goto etc folder -> double click on hosts file -> open with note pad.
    there u need to enter the host entries., like .. 192.....<server_address> <tab> <domain> <tab> <host>
    ask ur basis team., they will configure that..,
    hope this helps u.,
    reply if u need some more clarifications.,
    Thanks & Regards
    Kiran

  • IE8 can not display the radio button in B1iP

    Hi,
    I installed B1i and finished the configuration in B1i. But when assigning systems in B1iP, my IE8 can not display the radio button. Does anyone know how to solve it?
    Dawson Lu

    Hi Eddy,
    Thanks a lot for your proposal.
    Yes the explorer may have some wrong settings. I will check it again or reinstall it.
    Best Regards,
    Dawson

  • Can't not display the table control in the report

    Hello frnds,
    I m create a module pool pgm using saptechnical  'Demo on using Table Control', 
    execute a report bush buttons are displayed but
    can't Dispaly the table ctrl in the report using screen paiter
    any help me, plz.
    Thanks in advance.

    Hi Kumar,
    Check thsi Program demo_sel_screen_with_tabstrip.
    and also a program on Subscreens in ABAPDOCU
    You need to combine both then only this is possible in Report PRograms
    Cheerz
    Ram

  • Can I display the table content of a web page??

    Hi guys I am new to java and here I need to count the words in each table and display the table with largest number of words . This being a part of my huge project. Below is my code where I have succeeded in displaying all the tables present in the web page.But I need to count all the words in the table and display only that table which has largest number of words including all the tags. So java experts please help me with this piece of code...................
    import java.net.*;
    import java.io.*;
    import java.util.*;
    import java.util.regex.*;
    public class findtable{
      public static void main(String[] args) {
        String inputLine = null;
        String wholeHtml = "";
    int trcount=0;
        try{
          URL yahoo = new URL("http://books.google.com/books?q=+subject:%22+Science+Fiction+%22&as_brr=3&rview=1&source=gbs_hplp_fict");
          URLConnection yahooConnection = yahoo.openConnection();
          BufferedReader br = new BufferedReader
            (new InputStreamReader(yahooConnection.getInputStream()));
          int start = 0;
          while ((inputLine = br.readLine()) != null) {
            wholeHtml += inputLine;
            if (inputLine.contains("<table")){
                      ++start;
            if (start != 0) {
              System.out.println(inputLine);
            if (inputLine.contains("</table>")) {
              --start;
        catch (MalformedURLException me) {
           System.out.println("MalformedURLException: " + me);
        catch (IOException ioe) {
          System.out.println("IOException: " + ioe);
        }So any help would be really really appreciated....
    The code should take care of nested tables also..
    So guys looking forward for the generous help....

    I have already parsed the HTML and checked all the closing of tags and corrected the indent using Tidy and then I have applied this code so some other suggestions please

  • Production Portal is displaying "Internet Explorer can not displayed the

    Dear Experts,
    Production Portal is throughing "Internet Explore page can not be displayed the webpage" while accessing the .par file application.
    In Aceptance portal after 2-3 minutes its displaying output. But in production it is taking morehtan 15minutes and finally, it is throughing "Internet Explorer page can not be diaplayed the webpage". I asked the BASIS to chek the Timeout parameter and they said, it maintained for 10minutes. And also they are not ready to increase Timeout parameter morthan 10minutes.
    Could you please help, how can i solve my problem?
    Thanks in Advance.
    Regards,
    Vijay.

    Hi,
    Thanks for the rsponce. The application is working fine from the past 2years. We haven;t done any changes in the application. Yedterday we done same activity, but this time it has taken morethan 40minutes process. After 40minutes it displayed "Internet Explore cannot display the webpage" again. BASIS people are telling, in backend control is staying around 260 seconds. After that control is going to portal and Java code is taking morethan 10minutes to execute the remaining steps. I have seen Java code, but nothing is there. Just it is displaying the data from backend.
    Could you please help me, how can i trace this problem. And also not understanding where the control is going.
    Thanks in Advance.
    Thanks & Regards,
    Vijay.

  • Field over flow can not display the total and subtotal in ALV

    hi
    i am running a z report with huge data in quality system.
    in 2 columns and not able to show the total and subtotal in 2 columns
    it says field overflow and cannot be dispayed.
    value is around 20character integer.

    You can create a domains with 20 positions and 2 decimal, for example.
    Than, associate this domain a data element.
    To finish assign that data element to the column you wanna sum.
    I hope help.

  • IPad retina via iOS simulator can not display the whole image (2048x1536)

    Hi,
    I am developing cartoon ebooks with iOS simulatort 7.0. The target device is iPad retina. I use the image whose size is 2048x1356. After building by iOS simulator--iPad retina, only center part of image was displayed. I hope to show the whole image with simulator, how should I do?
    Thanks!

    You would do better to ask your question on the developers' forum. We are but simple users here....

  • Classic FDM 11.1.2.3  :  getting error while importing data : internet explorer can not display the webpage

    hello All,
    we are on EPM 11.1.2.3.500.
    when FDM client user click on import from workflow in FDM , for some time it shows processing then they get following error.
    when user gets log off and then log in then they found gold fish for import.
    so it mean that imports gets completed but it is not getting updated in FDM web url.
    any idea ?
    regards,
    -Dattatray Mate

    Hello,
    The web session is timing out on the user, but the process is still going to be running in the background.
    The FDM doc cites the one-hour timeout related to IE and links to the TechNet doc on this... does the session time-out after an hour?:
    http://docs.oracle.com/cd/E40248_01/epm.1112/fdm_admin.pdf
    http://support.microsoft.com/kb/181050

  • I can not display the results of Signing onto this web site.

    WHen I correctly fill this web page
    connect.elanfinancialservices.com
    I get directed to the following page, but screen is blank.
    https://connect.elanfinancialservices.com/access/oblix/apps/webgate/bin/webgate.dll?/portal/loginSuccess.aspx.
    I am apparently loged in. I spoke with Elan and they said that they thought that only IE would work.
    Thanks.

    You purchased a phone that was most likely reported stolen or was replaced and then illegally re-sold.
    If you purchased it directly from Apple, contact the Apple Store you purchased it at. Otherwise, go back to whoever you purchased it from.

Maybe you are looking for

  • Data from one gui window to another file

    Hello. I have the following code:- part of Main.java      // create company      BoatHireCompany octagon = new BoatHireCompany("octagon", 10);      public Main() {           // add default boats to octagon company           octagon.addBoat(new Rowing

  • "ORA-12535:TNS:operation timed out" error

    hi, I want to connect to my oracle server.If I try to connect my client means"ORA-12535:TNS:operation timed out" error is shown.What should i do to the rectify this problem.Pls give me a solution. Thanks in advance. -reg Lakshman.

  • Help! My Lacie won't mount!

    Help! Help anybody out there can help. I have recently bought a LaCie 1TB Rikibi External HD. It has been great so far and I have filled it with approx. 700GB. I have two partitions, one with 10GB (Windows) and one with appr. 990GB Then a couple of w

  • Get method

    Hi I'm wondering if there is a way in Java to get a Method object directly from using the method name. As in the manner of MyClass.class. Something like MyClass.methodName.method? Thanks, Mike

  • Hr forms using  PE51

    Hi All , I have got a requirement where i need to develop a hr form using transaction PE51, This is the first time i have got some thing to do with HR forms and i have no idea of what is the process of developing an HR Form using transaction PE51 . I