Table Object Browser

On the table object browser if the screen is not maximised you don't see all of the tabs.
The only way to get to the far right tabs is to use the scroll arrows beside the tabs.
This actually selects and executes each tab instead of just moving the tabs to the left so you can get to the far right tabs.

What version are you using? 2.2.0.00.32
What are the column datatypes? I have several VARCHAR2, NUMBER, DATE, and CHAR columns.
Are you using (do you see) the Create or "Create and Create Another" button?
Yes, I tried both the "Create" and "Create and Create Another" button.
Does it work correctly on apex.oracle.com?
Hmm...looks like I will have to request a new Workspace. I haven't logged into there for quite some time (forgot my Workspace name, etc.)...and the email address you have on file for me is no longer a valid email address.

Similar Messages

  • In application express under object browser i cant view the list of tables

    Hi,
    In the application Express workspace when i click on Object Browser, we have a list of existing tables which displays. But cant view the table list now. could you please help. I can retrieve the data from the table in the region. I dont know how it got hidden.
    Regards,

    Please tell us your first name and put it into your handle and profile to help us.
    ...we have a list of existing tables which displays.
    But cant view the table list now.
    cant -> can't
    Aren't those contradictory statements?
    What is your version of Application Express?
    Scott

  • "Object Browser" Table Query "Drill Up" Fails with ORA-00942

    I feel I have tested this capability in an earlier release of apex and it worked flawlessly... :)
    but currently it is not. :(
    It seems to be a problem with [ APP_ID=4500 Page=46 ].
    To Duplicate the error...
    Note: This example assumes "Sample Application" is loaded to the workspace.01) Logon as an APEX developer.
    02) Click on "SQL Workshop"...
    03) Click on "Object Browser"...
    04) Click on table "DEMO_ORDERS"...
    05) Click on "Data" [ between "Table" and "Indexes" ]...
    06) Click on "Query" [ below "Table" ]...
    07) Select "Show" in "Drill Up and "Drill Down Links"...
    08) Select "Check All"...
    09) Click the "Query" button...
    10) Once the result is displayed...
    Click on the demo_customers in the first "Drill Up" column.
    ...after the click in "step 10" above...
    the following error will be return.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Current Table/View: DEMO_CUSTOMERS
    4500_46_RET_TO_QUERY
    failed to parse SQL query:
    ORA-00942: table or view does not exist
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    "Drill Up" or "Drill Down" both fail with this message.
    I am currently running apex version 3.2.0.00.27 and also confirmed that the error occurs in the current apex demo website... which is currently at version 3.2.1.00.11.
    Thanks in advance... :)
    v/r
    RJones

    Jason ORCL wrote:
    I think you misunderstood.
    I call the apps API from custom code.
    It runs the API with no issue. It fails when it tries to access the HR table. So APPS cannot access HR.
    Are you saying I need to modify APPS code?? That is not likely. Are you saying I need to create a public synonym for an HR table for APPS? That seems unlikely also...OK, looks like there is a typo in your first post and the object name is IRC_ASSIGNMENT_STATUSES.
    From eTRM, I see the following:
    TABLE: HR.IRC_ASSIGNMENT_STATUSES
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=IRC_ASSIGNMENT_STATUSES&c_owner=HR&c_type=TABLE
    APPS.IRC_ASSIGNMENT_STATUSES
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=IRC_ASSIGNMENT_STATUSES&c_owner=APPS&c_type=SYNONYM
    So, this indicates that apps user should be able access this table without a prefix.
    SQL> show user
    USER is "APPS"
    SQL> desc IRC_ASSIGNMENT_STATUSES
    Name                                      Null?    Type
    ASSIGNMENT_STATUS_ID                      NOT NULL NUMBER(15)
    ASSIGNMENT_ID                             NOT NULL NUMBER(15)
    ASSIGNMENT_STATUS_TYPE_ID                 NOT NULL NUMBER(15)
    STATUS_CHANGE_DATE                        NOT NULL DATE
    STATUS_CHANGE_REASON                               VARCHAR2(240)
    LAST_UPDATE_DATE                          NOT NULL DATE
    LAST_UPDATED_BY                           NOT NULL NUMBER(15)
    LAST_UPDATE_LOGIN                                  NUMBER(15)
    CREATED_BY                                NOT NULL NUMBER(15)
    CREATION_DATE                             NOT NULL DATE
    OBJECT_VERSION_NUMBER                     NOT NULL NUMBER(9)Thanks,
    Hussein

  • Allowing multiple users to see same table in object browser

    I can't seem to get multiple users to see the same table in the web based Object Browser, even though I CAN get this to work using sqlplus.
    I have been reading all of the reference documentation and have done the following:
    Created a role called edit_subjects:
    SQL>CREATE ROLE edit_subjects;
    Gave it some priviledges:
    SQL>GRANT INSERT,UPDATE,DELETE,SELECT ON myname.subjects TO edit_subjects;
    Grant the role to another guy:
    SQL>GRANT edit_subjects TO otherguy;
    In SQLPLUS I can do the following:
    C:\>sqlplus otherguy/password
    SQL> select * from myname.subjects;
    That works, BUT when I "Browse Tables" using the other guy's login in the Object Browser of the web based interface, I don't see that subjects table. (When I login as myself, I can see the subjects table) Can anyone help me?
    Thanks,
    Dan

    You might try posting this in the Express Edition forum. I'm unfamiliar with that particular front-end, so I'm not sure. Most GUI tools will have the ability to explore objects owned by other users-- there's almost always a way to pick what schema to browse-- but I have no idea how to do that in this specific tool.
    Justin

  • Apex Object Browser - Share Tables to Multiple Users

    Hi all,
    This is a basic question, but my googling has so far been unsuccessful.
    For a new install of Oracle XE, I'd like to have multiple users be able to see and modify the same tables in the Object Browser.
    I tried the "Grant" tab in Object Browser to add access, but that is not making the table(s) visible in the Object Browser to others.
    I'd really appreciate any assistance! Thanks!

    Thanks for the reply, but I'm afraid this didn't work. I was able to create a public synonym, but the table still doesn't appear in other users' Object Browsers...
    Any other ideas?
    Thnx!

  • Bug: object browser shows invalid identifier when browsing  table data

    Hello,
    getting the following message:
    failed to parse SQL query:
    ORA-00904: "some column name": invalid identifier
    to reproduce,
    install the sample application in application express
    open object browser (tables are displayed)
    click on first DEMO table
    in the right panel, click DATA to view contents of table
    click on 2nd DEMO table
    repeat process for each table, eventually it will appear; mileage varies between table clicks to error
    the data can be displayed without errors by simply clicking DATA link again
    I don't find a particular pattern as to when it appears (time between clicks, order of tables clicked)
    my environment: oracle xe, appex on local machine with windows xp
    Thanks.
    Albert

    Hello,
    This is a known bug/issue because of how the object browser iframe interacts with some of the ajax data pulls.
    It will be fixed in 3.0 when we drop the iframe from the object browser and make it fully Ajax based.
    Carl

  • Object Browser - Insert row into table

    Hi,
    I'm attempting to simply INSERT a row into a table using the "Create Row" in the Object Browser. I enter in all the data for the row, and click the Create button. There is no process success message, just another entry form for the Create Row is displayed. When I query the table, the data I just entered for the row is not there. What is going on?
    Thank you,
    Laura

    What version are you using? 2.2.0.00.32
    What are the column datatypes? I have several VARCHAR2, NUMBER, DATE, and CHAR columns.
    Are you using (do you see) the Create or "Create and Create Another" button?
    Yes, I tried both the "Create" and "Create and Create Another" button.
    Does it work correctly on apex.oracle.com?
    Hmm...looks like I will have to request a new Workspace. I haven't logged into there for quite some time (forgot my Workspace name, etc.)...and the email address you have on file for me is no longer a valid email address.

  • Object browser displays only First 31 columns in Data section of a table.

    I need to download data from a table which has almost 60 columns. When i selected table from object browser and clicked on data section of this table, only first 31 columns are displayed and when clicked on download, only the data for those 31 columns is displayed. How to download data of all colums of this table

    Hello Jim
    I have the same problem, but my limit is 21 columns. I think the limit is caused by the DataReader SchemaTable. Check the following value:
    IDataReader.GetSchemaTable().Columns.Count
    Columns in the SchemaTable are Metadata (ColumnName, ColumnSize, DataType, AllowDBNull...), the columns that are selected with the DataReader are stored in the SchemaTable Rows Property.
    For Oracle and SQLServer i used this workaround:
    DataTable dataTable = IDataReader.GetSchemaTable();
    while (dataTable.Columns.Count < dataTable.Rows.Count)
        dataTable.Columns.Add("Dummy" + dataTable.Columns.Count.ToString(), typeof(bool));
    I think developpers of CR use the Columns.Count instead of Rows.Count property when getting the data out of the DataReader.
    Regards,
    Walter

  • Apex 4.0 - Can see view data in SQL*Plus but no data in Object Browser

    Hi There,
    I have just started using Apex 4.o and migrated some apps. I have an issue with a report, but see the same issue with Object browser, which is easier to describe.
    I have a view:
    create or replace view V_PLJ_USERDEF_CODES (
             CODE_SET_ID,
             CODE_SET_CODE,
             CODE_SET_DESC,
             CODE_ID,
             CODE_SYS_CODE,
             CODE_VALUE,
             CODE_DESC,
             DISPLAY_SEQ,
             DISPLAY_FLAG,
             LANGUAGE_CODE) as
      select CS.CODE_SET_ID,
             CS.CODE_SET_CODE,
             CS.CODE_SET_DESC,
             C.CODE_ID,
             C.CODE_SYS_CODE,
             C.CODE_VALUE,
             C.CODE_DESC,
             C.DISPLAY_SEQ,
             C.DISPLAY_FLAG,
             C.LANGUAGE_CODE
        from PLJ_CODES C,
             PLJ_CODE_SETS CS
       where C.CODE_SET_ID         = CS.CODE_SET_ID
         and CS.CODE_SET_TYPE_CODE = SYS_CONTEXT('PLJUMPSTART','C_USERDEF_CODE_SET');This returns data in SQL*Plus, but no data in Object Browser OR report region based on this view.
    Workspace parses in the same schema as tested in SQL*Plus.
    If, in report, I swap out view, and use underlying table - no problem.
    Any ideas -
    thanks
    P

    Hi all,
    Thanks for getting back so promptly.
    It just seems weird to me, as tables are just fine, but not views.
    In the underlying schema:
    SQL> sho user
    USER is "ICSREPORTING"
    SQL> select count(*) from plj_codes;
      COUNT(*)
           107
    SQL> select count(*) from v_plj_userdef_codes;
      COUNT(*)
            29And in the APEX schema
    SQL> sho user
    USER is "APEX_040000"
    SQL> select count(*) from icsreporting.plj_codes;
    select count(*) from icsreporting.plj_codes
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> select count(*) from icsreporting.v_plj_userdef_codes;
    select count(*) from icsreporting.v_plj_userdef_codes
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL>However, in SQL browser, I can see the data in PLJ_CODES but in V_PLJ_USERDEF_CODES, just the message "This view has no data". Indeed, it is like this for all views.
    I even explicitly granted access to APEX_040000 but no good.
    In fact, I would like to know more about how Apex gets access to do DML against the underlying parsing schema(s).
    This is a little frustrating though. It worked just fine in lots of apps in version 2.1 to 3.2
    Am I missing something
    paul
    p.s I knew there would be a question about the context, but I had already checked that. :)
    Edited by: PJ on Nov 19, 2010 4:09 AM

  • How to create a sequence in Object Browser!!

    Hi All,
    I just wonder that while working on "Sequence" in Obejct Browser.
    Say for example i have a created a new sequence using object browser then i have redirected to Data tab->Query under this we can select the
    default values. I have tried to give the like '%s' under column conditon which is thrrowing error like query is not valid .
    Can anybody help me out how to implemnt the column condtion in Sequnece.
    Thanks,
    Anoo..

    OK
    I go New -> Table
    Name: Anoo
    COlumns:
    1: ID , Datatype: Number
    2: Value , Datatype: Varchar2; precision:20
    Primary Key:
    Populated from new sequence
    Primary key specified as : ID
    Sequence name: anoo_seq
    Foreign key: n/a
    Constraints: n/a
    Confirm
    Table Created --
    Anoo selected.
    Go to Data tab. Select insert row
    In the value field, I enter some data (not in Id as it's populated from the sequence). Click create. This returns me to view of existing data (in my case, only the new row I inserted)
    As far as your query being invalid, without knowing what is in your table, and what you inserting in your query, and what the exact error, its a bit difficult to know.
    Trent

  • ORA-01840 error on inserting row trough object browser

    Dear Oracle Community,
    I'm getting the ORA-01840: Input value not long enough for date format error when I try to insert a row with the date value 24-MAY-10 with my object browser.
    This is the problem column:
    Column Name | Data Type| Nullable| Default | Primary Key
    SIGNUPDATE |DATE |No | - | -
    Now this will look like I'm using the wrong date format so I have googled and found that I should use the following query to check for the correct date format my database uses.
    select * from nls_session_parameters where parameter = 'NLS_DATE_FORMAT';
    This returns the DD-MON-RR format so I think I'm inserting the correct date format here.
    What am I doing wrong?
    I have already tried inserting with the following formats and tried replacing the - sign with the / sign.
    DD-MON-RR
    DD-MON-YY
    DD-MON-YYYY
    I have also tried using the SYSDATE is in the DD-MON-RR format trough the SQL commandline.
    I'm feeling like an idiot this should be simple right?
    Please help me out here this is frustrating, many thanks in advance.
    J Nijman

    using the SYSDATE is in the DD-MON-RR format trough the SQL commandlineIn sqlplus try:
    insert into <tablename> ( <date columnname> [, ... ] ) values ( sysdate [, ...] );
    To get a sysdate date value added. Or specify the format string with a to_date expression:
    insert into <tablename> ( <date columnname> [, ... ] ) values ( to_date( '24-may-10', 'dd-mon-yy') [, ... ] );
    The engine isn't picky about separators agreeing with the format string, most any character in place of the '-' dash is acceptable.
    Now to get an ora-1840 out of the object browser (Table/Data/Insert Row), I'm not having any luck trying to duplicate that. With the default nls_date_format 'DD-MON-YY' even trying bad dates (i.e. 30-feb-10 or 30-feb-2010, or even 31-apr-10) it either does an ora-1839: date not valid for month specified, or with a four digit year it gives an ora-1830: date format picture ends before converting entire input string.
    Any RDBMS presents programmers with date and datetime challenges, its not just an oracle-frustration thing ;)

  • Selecting  views in object browser crashes IE browser

    in HTMLDB v2 navigate as follows:
    SQL Workshop > Object Browser
    in the select list (which defaults to Tables) select Views. This crashes the browser!!
    Have installed the MS script debugger and this pops up the message:
    A Runtime error has occured. Do you wish to debug?
    Line: 50
    Error: Object Required
    The problem occurs for all options in the select list which do not have any objects of that type created in the schema. (ie if no views are created then it will crash. If you then create a view this option works fine)

    Hi
    I have the exact same symptoms as described in this thread.
    I thought I had found the solution, but I use the HTTP Server that is included with Oracle RDBMS version 9.2. This config doesn't have any marvel.conf file. But I think this is the same as httpd.conf in my configuration (?). I had the AddType rows in there but they did not have any dots before "xbl" and "htc". So I changed the rows to:
    AddType text/xml .xbl
    AddType text/x-component .htc
    ... and restarted the HTTP Server but I still get the runtime error as you describe it.
    Any ideas of what to do?
    regards // Frederic

  • Download function in SQL Workshop - Object Browser

    I am an APEX newbie, trying to download the data from a view into a .csv file. I am doing this in SQL Workshop, in the Object Browser - I click the 'download' link at the bottom of the page and it allows me to dump the data to a .csv file - no problem. My issue is this: it is only downloading the first 500 rows. How can I tell it to download all rows?
    Thanks in advance for your help...
    Kenny

    Try this...
    In object browser,
    1. Click Data (next to Table link on top).
    2. Then click on Query.
    a. If you are selecting all rows, check on the Check All checkbox. If not select the appropriate columns.
    b. Then click Query
    3. Now you will see the Display option on the top.
    4. Select number of rows from drop down.
    5. Click Go
    6. Now download.
    Hope this helps!
    Thanks!

  • View objects from different Schema from Web Object Browser

    I am logged in as dba and try to view the tables of another schema.
    However in the object browser I can only select my own schema.
    This happens with whatever user I use.
    From sqlplus I can access or create tables for another schema without any problems.
    Is this not supported or am I doing something wrong?
    Thanks for the help.

    Can you assign multiple schemas to a workspace in the XE version of HTML DB?
    I haven't found where to do it.
    Is it not possible because there aren't really workspaces in this version?

  • Object Browser Http 404 Page Not Found

    Hi,
    I have successfully installed Oracle XE 10.2.0 on Windows XP. I can access the Database homepage and I am also able to navigate to the following pages from there:
    - Adminstration
    - SQL
    - Utilities
    However any attempt to access the Object Browser page results in a Http 404 error.
    I also tried installing Oracle XE 10.2.0 Universal but got the same error.
    Any idea how to resolve this issue?
    Below is the content of the log file
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle.  All rights reserved.
    [  OCRUTL][2360]u_set_comp_error: Parameter was NULL
    [  OCRUTL][2360]u_set_ocr_error: Parameter was NULL
    2010-05-12 21:20:19.703: [  OCROSD][2360]utgdv:1:could not open registry key SOFTWARE\Oracle\ocr os error The system could not find the environment option that was entered.
    [  OCRUTL][2360]u_set_gbl_comp_error: Parameter was NULL
    [  OCRUTL][2360]u_set_gbl_comp_error: Parameter was NULL
    2010-05-12 21:20:19.703: [  OCRRAW][2360]proprinit: Could not open raw device
    2010-05-12 21:20:19.703: [ default][2360]a_init:7!: Backend init unsuccessful : [33]
    [  OCRUTL][2360]u_set_ocr_error: Parameter was NULL
    2010-05-12 21:20:19.703: [ CSSCLNT][2360]clsssinit: error(33 ) in OCR initialization
    [  OCRUTL][2360]u_set_comp_error: Parameter was NULL
    [  OCRUTL][2360]u_set_ocr_error: Parameter was NULL
    2010-05-12 21:20:21.703: [  OCROSD][2360]utgdv:1:could not open registry key SOFTWARE\Oracle\ocr os error The system could not find the environment option that was entered.
    [  OCRUTL][2360]u_set_gbl_comp_error: Parameter was NULL
    [  OCRUTL][2360]u_set_gbl_comp_error: Parameter was NULL
    2010-05-12 21:20:21.703: [  OCRRAW][2360]proprinit: Could not open raw device
    2010-05-12 21:20:21.703: [ default][2360]a_init:7!: Backend init unsuccessful : [33]
    [  OCRUTL][2360]u_set_ocr_error: Parameter was NULL
    2010-05-12 21:20:21.703: [ CSSCLNT][2360]clsssinit: error(33 ) in OCR initialization
    [  OCRUTL][6328]u_set_comp_error: Parameter was NULL
    [  OCRUTL][6328]u_set_ocr_error: Parameter was NULL
    2010-05-12 21:20:26.437: [  OCROSD][6328]utgdv:1:could not open registry key SOFTWARE\Oracle\ocr os error The system could not find the environment option that was entered.
    [  OCRUTL][6328]u_set_gbl_comp_error: Parameter was NULL
    [  OCRUTL][6328]u_set_gbl_comp_error: Parameter was NULL
    2010-05-12 21:20:26.437: [  OCRRAW][6328]proprinit: Could not open raw device
    2010-05-12 21:20:26.437: [ default][6328]a_init:7!: Backend init unsuccessful : [33]
    [  OCRUTL][6328]u_set_ocr_error: Parameter was NULL
    2010-05-12 21:20:26.437: [ CSSCLNT][6328]clsssinit: error(33 ) in OCR initialization

    As I indicated in a previous email - I am experiencing the same 404 problem on the Object Browser Button. I downloaded and installed Oracle XE on 13-aug-10 (windows 7 32 bit). I have not altered the APEX installation. I get the same problem with login under system or login under another user. The 404 occurs immediately I click the Object Browser and also occurs if I click a drop down from the Object Browser. I can use the SQL button OK - and have used SQL to create tables and insert data into them. I know that this has worked since I have looked at them in Microsoft Access via an ODBC link. But I cant look at them in Object Browser.
    Any help would be appreciated

Maybe you are looking for

  • Table for PR Release date

    Hi Friends, I want to capture the PR release date. But I could not find the table. Can anybody please provide me the table where PR relase date is captured? In ME53N, in item detail, in "Quantities/Dates", the release date is not the actual relaease

  • Hiding parent row in a tree

    Hello to all the Apex champs out there, can you please help me with the following problem: I have a table, and in its simplified version, it has the following rows: Id  Pid       Description 1    NULL   Id 1, Parent Id NULL 2    1         Id 2, Paren

  • HT1926 ?Getting error message 6034 on new download - An app has made an attempt to load the C runtime library incorrectly.

    Getting error message R6034 when downloading today's iTunes update - An application has made an attempt to load the C runtime library incorrectly.. Please contact the application support team for more info. and iTunes was not installed correctly. Ple

  • Why Is the top staff of score not shown?

    Hi and sorry, more wierdness in Logic. No matterr how many times I move this project to a new template something gets screwed. And it was just working perfectly, now i have exported the top staff of the score from an old backup and keep a copy in the

  • Aperture 3.0.3 Adjustments & Cropping Tool Bugs

    I don't know if 3.0.3 actually did any good, but it did some harm for sure. Many times when I go to make adjustments, the entire adjustment pane is blank. Restarting Aperture brings it back, but this is rather annoying since it never happened before.