No USER_SDO_* Views in schema

Sorry, LJ Qian, I can't see my replies on yours answer.
There is another problem - after import schema scott doesn't contain neigter USER_SDO_* Views, no associated triggers. So supplied script only drops source tables.
Creating tables with such names, or views defined as "select * from _SOURCE_" doesn't help to - MapViewer can't access data...

Udav,
Adding to Dan's response.
1. Check if oracle Spatial is correctly installed. There are a sequence of steps described in the user doc for Spatial. Essentially what you need to do is check is all objects for user MDSYS are valid. Connect as MDSYS using SQL*Plus and execute
select object_name from user_objects where status='INVALID';
2. For an 8.1.7 database you have to run the script mapdefinition.sql that comes with the MapViewer kit.
Connect as user MDSYS and execute mapdefinition.sql (using SQL*plus)
3. if mvdemo.dmp was imported correctly (into user SCOTT) then there probably are tables named maps, themes, and styles, or something similar. Insert the contents of these into the views user_Sdo_maps, user_sdo_themes, user_Sdo_styles respectively. These views are created by the script mapdefinition.sql
e.g. insert into user_sdo_maps select * from maps ;
Jayant

Similar Messages

  • Restricting SYS user to View other schema's Tables

    Hi All,
    Oracle DB Version - 10R2
    O/S - UNIX
    Could anyone share docs or steps to prevent SYS user to view other schema's tables;
    Thanks,
    Deepak

    Dear Deepak_DBA,
    If you revoke every privilege and role from the SYS user i presume the SYS will continue to select any table from the relevant schema. SYS is a special user and not like the others.
    For instance if you want to revoke the SYSDBA and the SYSOPER from the SYS user;
    SQL> revoke sysdba, sysoper from sys;
    revoke sysdba, sysoper from sys
    ERROR at line 1:
    ORA-01998: REVOKE failed: user SYS always has SYSOPER and SYSDBAI have never seen such documentation that describes how to revoke everything or at least the SELECT ANY TABLE privilege from the SYS user.
    Please see more about the SYS and the SYSTEM users;
    SYS and SYSTEM Users;
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10897/users_secure.htm#ADMQS12003
    Regards.
    Ogan

  • Adobe Content Viewer URL scheme

    Hello,
    Does anybody knows Adobe Content Viewer URL scheme?
    We're working on a "proof of concept" for one of our customers, and we have to show what inter-folio links look like!
    At this time, we use unpublished folios (they're only available in ACV) and would like to link ones to others using Bob Bringhurst advanced linking magic tips.
    But we need ACV url scheme to do it...
    Thanks!

    Hello Bob.
    You're right. We have a Pro DPS account and we can build as many dev apps as we want, of course. That's (unfortunately) not the point. We're working on a huge set of publications for one of our customer (it could count several hundreds of folios in a near future) but we're still in "beta phase". Testing features and deployment abilities is for us a crucial point. We have many points to be checked (interfolio linking is just one of them), and it would have been more comfortable for me to work on the whole stuff in ACV, that is more easyly usable "all over the world" for our customer and his partners (from USA to Singapore, through Europa) than a custom viewer...
    But maybe it's what we'll have to do anyway...

  • How to view the schema of a table?

    Hi,
    I have a table and would like to use the schema as a base to create other similar tables, however I couldn't find much information on how to retrieve the schema of a table in windows azure database.
    Could anyone shed some light? 
    Thank you!

    Hello,
    Windows Azure SQL Database provides support Information Schema Views, for example, you can get the column information in the current database with following statement:
    SELECT TABLE_CATALOG, TABLE_SCHEMA, TABLE_NAME, COLUMN_NAME,DATA_TYPE
    FROM  INFORMATION_SCHEMA.COLUMNS
    Reference:System Views (Azure SQL Database)
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Inconsistent logic for viewing others schemes objects in browser

    A while ago when we upgraded our db's to Oracle 10 we also replaced our famous green friend for Sql Developer with our entire development crew.
    Among a few other things, people were not all that happy, seeing that they lost the desired "check for access to dba views option". But as long as we could rely on a consistent view in the "other schema" in all possible views (via table, or directly in the navigator) we could defend this way of thinking for not being able to see everything.
    But unfortunately, in the latest version "1.5.1 5440", we still see inconsistent things...
    for example :
    via browser (other users schema)
    => Indexes are not visible in the indexes branch point, but they do show up on the indexes tab for the corresponding table.
    => For the same "other users scheme", Triggers do show up in the triggers branch point, but then when we check the trigger tab for the corresponding table, they are not shown
    It looks like waiting for yet another version is no option and we will be forced to retreat to the green commercial swamp on high demand of our developers...
    Ribbit :-(

    There are still a few glitches in the queries used for certain things - I cannot remember the problem you mention with indexes being posted before (although I get the same problem with indexes visible in all_indexes not appearing on other users index node), but the trigger tab problem has been discussed before (1.5PROD/EA3/EA2/EA1: Only table owners triggers show in Table's trigger tab
    theFurryOne

  • How to view fault schema under variable structures in alsb

    We are not able to view the fault element in our alsb flow under body variable and when we get the error in test console the error comes in bea fault schema,but we want the error in our own defined fault schema.Pls. guide.
    Below are the steps we followed to create a wsdl.
    Steps:
    1. We created a webservice project in workspacestudio and generated a wsdl.
    2. Then we have added a fault element manually in that wsdl.
    3. Now we have generated a webservice from that modified wsdl.
    4. Again we have generated a wsdl from webservice created in step 3.
    5. step 4 wsdl is tested and running well on server.
    When we try to configure that service as Proxy/Business service in ALSB and view the XPATH Expression Editor, we are not able to view Fault element under variable structures under body variable as shown below.But when we see the design view of our running wsdl in workspace studio it shows the fault element.How to get the fault element in variable body so that we can view the error in our logs in our defined Fault schema instead of BEA fault schema.WDSL is enclosed as an attachment.
    Thanks in advance.

    Have you tried using the "Log" action in your pipeline proxy and log for $body and $fault. This will defin return the $body and $fault if these were parsed correctly

  • How to view DB schema in SAP B1 company

    Hi,
    Would you please tell me how to view Company database schema.
    When I use Database browser It gives Exception as
    "B1DBBrowser ERROR: The Type initializer for 'B1wizard.Globals'" threw an Exception.
    Thank you
    Buddhika

    Hi ArshDeep,
    I want to update PaymentReference field in a Document object.
    I was able to get the required Document to update but it returns Error code.I can see the existing PaymentReference value, but can not be set. But it is Property with read-write.
    Currently I'm doing is,
    Create Document object.
    Initiate it with oInvoice object type
    if(oDocument.getByKey(docID))
         oDucument.PaymentReference = MyCustomID;
         int iErr = oDucument.Update();
    oDocument properties matches with the required document implying the correct document is in the oDocument object.
    But this returns errors.
    Would please give me a Solution.
    Buddhika.

  • CANNOT GRANT A USER ACCESS TO VIEW A SCHEMA USING PORTAL API'S

    Hi, we are using portal 3.0.9.8.3(UNIX middle tier) on a 8.1.7.3 database (UNIX backend).
    We would like to be able to grant a group of users the rights to view only a specific table or view using the functionality of the wwexp_api_engine package. However the only way to do this seems to be to give the users "view data" privilege to "all schemas" within the portal admin. This presents a large security hole since users can could potentionaly pass in different table names (to a url) and get access to undesired tables.
    Granting executable privileges on the package(and sub packages) to the application database schema(whether public or explicit) still yields the above
    message: Error: Insufficient privileges. (WWV-10600)
    So does anyone know of a way to use the wwexp_api_engine package and restrict it to only a certain table or view of a schema? Or possibly what grants may be needed to allow the package to access the table without giving "view data" portal access to "all schemas".
    Any help would be appreciated.

    Hi,
    Try to grant "Create" global privilege to user and grant explicit privileges on the tables to the user. This way the user can create objects, but can view only those tables on which he has a privilege.
    Thanks,
    Sharmila

  • How to view other schema's job status ?

    Hi,
    My application is in schema A. User B has just enough rights to do specific tasks in A. One of them is to call a function that creates a job in schema A.
    The view user_jobs in A shows the job.
    How can I make this job visible to user B without granting B access to dba_jobs?
    I tried granting select on a.user_jobs to B and hoped that the job would show up in B's all_jobs view but that did not work.
    Any ideas?
    Rene

    Create a customised version of USER_JOBS and grant select on the view to B. See catjobq.sql - note how USER_JOBS is based on DBA_JOBS anyway.
    I usually have some sort of admin user (which may or may not be the application owner) which owns all these types of customisations.
    PS: ALL_JOBS is actually a synonym for USER_JOBS.

  • Viewing Other Schema Objects in SqlDeveloper

    I'm running SQL Developer 1.5.1.54.40 against 10g 10.1.0.5, and am unable to view package bodies in schemas other than my own. I know there has been some discussion on this, but I'm unsure of the status. Is there a workaround, or plan to provide this functionality in the near future?

    Sue,
    There is still a problem in 1.5.0 and 1.5.1 (on win XP going against a 10.2.0.3 database) in viewing the columns of a view that is owned by another user. This worked / still works in 1.2.1.
    Regards,
    Erick
    Message was edited by:
    ESlazinski

  • How to find invalid views across schemas

    I just started on a project that, well let's put it this way, has a messy database. It has multiple schemas and contains many views, synonyms and database links.
    I want to add a column to a table, but I want to make sure
    this doesn't invalidate any views somewhere in the database.
    Is there a way to check for invalid views across multiple schemas? Or better yet, how to find out beforehand what views in what schemas look at the table?
    Thanks,
    Tim

    To find out, where the table is used you can select:
    select owner,name,type
    from all_dependencies
    where referenced_owner = (select user from dual)
    and referenced_name = 'TABLENAME'
    and referenced_type = 'TABLE'
    It not only shows Views but also show�s if the table is used inside a trigger and so on.
    To find out, what objects are invalid:
    select owner, object_name, object_type
    from all_objects
    where status = 'INVALID';
    regards
    Anna

  • Viewing Tables/Schema

    Hi
    What rights does a user need in order to be able to expand the "Tables" node in the left hand column and actually see tables?
    Currently, my user can connect, but the "tables" node will not expand and display the tables.
    kd

    Hi
    I left the version of SqlDeveloper out as this situation seems to occur with the three most recent version - I have tried them all.
    Currently:
    Target DB's: Oracle 11g R2
    User Grants: connect, resource, create_sesson, select_any_dictionary
    SqlDeveloper version currently being used.
    About
    Oracle SQL Developer 3.0.04
    Version 3.0.04
    Build MAIN-04.34
    Copyright © 2005, 2011 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.4.37.59.31
    Product ID: oracle.sqldeveloper
    Product Version: 11.1.2.04.34
    Version
    Component     Version
    =========     =======
    Java(TM) Platform     1.6.0_11
    Oracle IDE     3.0.04.34
    Versioning Support     3.0.04.34
    Properties
    Name     Value
    ====     =====
    awt.toolkit     sun.awt.windows.WToolkit
    class.load.environment     oracle.ide.boot.IdeClassLoadEnvironment
    class.load.log.level     CONFIG
    class.transfer     delegate
    file.encoding     Cp1252
    file.encoding.pkg     sun.io
    file.separator     \
    http.agent     Mozilla/5.0 (Java 1.6.0_11; Windows Vista 6.1 x86; en_US) ICEbrowser/v6_1_3
    http.nonProxyHosts     qtso.com|cmf.gov|158.73.75.200|remote.stemc.org|portal.sjhsyr.org|ctxweb2|ftp.mvnhealth.com|192.168.*.*|172.21.*.*|172.19.*.*|172.17.*.*|172.16.*.*|localhost|localhost.localdomain|127.0.0.1|::1|SID8426.mvn.local|SID8426
    http.proxyHost     proxy.mvn.local
    http.proxyPort     43329
    https.nonProxyHosts     qtso.com|cmf.gov|158.73.75.200|remote.stemc.org|portal.sjhsyr.org|ctxweb2|ftp.mvnhealth.com|192.168.*.*|172.21.*.*|172.19.*.*|172.17.*.*|172.16.*.*|localhost|localhost.localdomain|127.0.0.1|::1|SID8426.mvn.local|SID8426
    https.proxyHost     proxy.mvn.local
    https.proxyPort     43329
    ice.browser.forcegc     false
    ice.pilots.html4.ignoreNonGenericFonts     true
    ice.pilots.html4.tileOptThreshold     0
    ide.AssertTracingDisabled     true
    ide.bootstrap.start     517798123525292
    ide.build     MAIN-04.34
    ide.conf     D:\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf
    ide.config_pathname     D:\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf
    ide.debugbuild     false
    ide.devbuild     false
    ide.extension.search.path     sqldeveloper/extensions:jdev/extensions:ide/extensions
    ide.firstrun     true
    ide.java.minversion     1.6.0_04
    ide.launcherProcessId     8432
    ide.main.class     oracle.ide.boot.IdeLauncher
    ide.patches.dir     ide/lib/patches
    ide.pref.dir     C:\Users\kdefilip\AppData\Roaming\SQL Developer
    ide.pref.dir.base     C:\Users\kdefilip\AppData\Roaming
    ide.product     oracle.sqldeveloper
    ide.shell.enableFileTypeAssociation     D:\sqldeveloper\sqldeveloper.exe
    ide.splash.screen     splash.gif
    ide.startingArg0     D:\sqldeveloper\sqldeveloper.exe
    ide.startingcwd     D:\sqldeveloper
    ide.user.dir     C:\Users\kdefilip\AppData\Roaming\SQL Developer
    ide.user.dir.var     IDE_USER_DIR
    ide.vcs.noapplications     true
    ide.work.dir     \\prof1-nt\home\kdefilip\Personal\SQL Developer
    ide.work.dir.base     \\prof1-nt\home\kdefilip\Personal
    ilog.propagatesPropertyEditors     false
    java.awt.graphicsenv     sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob     sun.awt.windows.WPrinterJob
    java.class.path     ..\..\ide\lib\ide-boot.jar
    java.class.version     50.0
    java.endorsed.dirs     D:\sqldeveloper\jdk\jre\lib\endorsed
    java.ext.dirs     D:\sqldeveloper\jdk\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
    java.home     D:\sqldeveloper\jdk\jre
    java.io.tmpdir     C:\Users\kdefilip\AppData\Local\Temp\
    java.library.path     D:\sqldeveloper;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\ORACLE\INSTANTCLIENT_11_2;D:\PROGRA~1\CENTRI~1.5\ORACLE\BIN;C:\Windows\SYSTEM32;C:\Windows;D:\ORACLE\INSTANTCLIENT_11_2;C:\Windows\SYSTEM32\WBEM;C:\Windows\SYSTEM32\WINDOWSPOWERSHELL\V1.0\;C:\PROGRAM FILES\NOVELL\GROUPWISE;D:\PROGRA~1\CENTRI~1.5;C:\Windows\SYSTEM32\WINDOWS SYSTEM RESOURCE MANAGER\BIN;C:\Windows\IDMU\COMMON;D:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\EaseUS\Todo Backup\bin\
    java.naming.factory.initial     oracle.javatools.jndi.LocalInitialContextFactory
    java.protocol.handler.pkgs     oracle.jdevimpl.handler
    java.runtime.name     Java(TM) SE Runtime Environment
    java.runtime.version     1.6.0_11-b03
    java.specification.name     Java Platform API Specification
    java.specification.vendor     Sun Microsystems Inc.
    java.specification.version     1.6
    java.util.logging.config.file     logging.conf
    java.vendor     Sun Microsystems Inc.
    java.vendor.url     http://java.sun.com/
    java.vendor.url.bug     http://java.sun.com/cgi-bin/bugreport.cgi
    java.version     1.6.0_11
    java.vm.info     mixed mode
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.vendor     Sun Microsystems Inc.
    java.vm.specification.version     1.0
    java.vm.vendor     Sun Microsystems Inc.
    java.vm.version     11.0-b16
    jdbc.library     /D:/sqldeveloper/jdbc/lib/ojdbc6.jar
    line.separator     \r\n
    log.file.name     D:\sqldeveloper\sqldeveloper\extensions\oracle.datamodeler\log\datamodeler.log
    oracle.home     D:\sqldeveloper
    oracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG     true
    oracle.jdbc.mapDateToTimestamp     false
    oracle.translated.locales     de,es,fr,it,ja,ko,pt_BR,zh_CN,zh_TW
    oracle.xdkjava.compatibility.version     9.0.4
    orai18n.library     /D:/sqldeveloper/jlib/orai18n.jar
    os.arch     x86
    os.name     Windows Vista
    os.version     6.1
    path.separator     ;
    reserved_filenames     con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout,conout$
    sqldev.debug     false
    sun.arch.data.model     32
    sun.boot.class.path     D:\sqldeveloper\jdk\jre\lib\resources.jar;D:\sqldeveloper\jdk\jre\lib\rt.jar;D:\sqldeveloper\jdk\jre\lib\sunrsasign.jar;D:\sqldeveloper\jdk\jre\lib\jsse.jar;D:\sqldeveloper\jdk\jre\lib\jce.jar;D:\sqldeveloper\jdk\jre\lib\charsets.jar;D:\sqldeveloper\jdk\jre\classes
    sun.boot.library.path     D:\sqldeveloper\jdk\jre\bin
    sun.cpu.endian     little
    sun.cpu.isalist     pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    sun.desktop     windows
    sun.io.unicode.encoding     UnicodeLittle
    sun.java2d.ddoffscreen     false
    sun.jnu.encoding     Cp1252
    sun.management.compiler     HotSpot Client Compiler
    sun.os.patch.level     Service Pack 1
    svnkit.sax.useDefault     true
    user.country     US
    user.dir     D:\sqldeveloper\sqldeveloper\bin
    user.home     C:\Users\kdefilip
    user.language     en
    user.name     kdefilip
    user.timezone     America/New_York
    user.variant     
    windows.shell.font.languages     
    Extensions
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    Check For Updates     oracle.ide.webupdate     11.1.1.4.37.59.31     Loaded
    Code Editor     oracle.ide.ceditor     11.1.1.4.37.59.31     Loaded
    Component Palette     oracle.ide.palette1     11.1.1.4.37.59.31     Loaded
    Data Miner     oracle.dmt.dataminer     11.2.0.1.10.109     Loaded
    Database Connection Support     oracle.jdeveloper.db.connection     11.1.1.4.37.59.31     Loaded
    Database Object Explorers     oracle.ide.db.explorer     11.1.1.4.37.59.31     Loaded
    Database UI     oracle.ide.db     11.1.1.4.37.59.31     Loaded
    Diagram Framework     oracle.diagram     11.1.1.4.37.59.31     Loaded
    Diagram Javadoc Extension     oracle.diagram.javadoc     11.1.1.4.37.59.31     Loaded
    Diagram Thumbnail     oracle.diagram.thumbnail     11.1.1.4.37.59.31     Loaded
    Diff/Merge     oracle.ide.diffmerge     11.1.1.4.37.59.31     Loaded
    Extended IDE Platform     oracle.javacore     11.1.1.4.37.59.31     Loaded
    External Tools     oracle.ide.externaltools     11.1.1.4.37.59.31     Loaded
    File Support     oracle.ide.files     11.1.1.4.37.59.31     Loaded
    Help System     oracle.ide.help     11.1.1.4.37.59.31     Loaded
    History Support     oracle.jdeveloper.history     11.1.1.4.37.59.31     Loaded
    Import/Export Support     oracle.ide.importexport     11.1.1.4.37.59.31     Loaded
    Index Migrator support     oracle.ideimpl.indexing-migrator     11.1.1.4.37.59.31     Loaded
    JDeveloper Runner     oracle.jdeveloper.runner     11.1.1.4.37.59.31     Loaded
    JViews Registration Addin     oracle.diagram.registration     11.1.1.4.37.59.31     Loaded
    Log Window     oracle.ide.log     11.1.1.4.37.59.31     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.4.37.59.31     Loaded
    Navigator     oracle.ide.navigator     11.1.1.4.37.59.31     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.4.37.59.31     Loaded
    Oracle IDE     oracle.ide     11.1.1.4.37.59.31     Loaded
    Oracle SQL Developer     oracle.sqldeveloper     11.1.2.04.34     Loaded
    Oracle SQL Developer - 3rd Party Database Browsers     oracle.sqldeveloper.thirdparty.browsers     11.1.1.04.34     Loaded
    Oracle SQL Developer - DBA Navigator     oracle.sqldeveloper.dbanavigator     11.1.1.04.34     Loaded
    Oracle SQL Developer - Extras     oracle.sqldeveloper.extras     1.1.1.04.34     Loaded
    Oracle SQL Developer - File Navigator     oracle.sqldeveloper.filenavigator     11.1.1.04.34     Loaded
    Oracle SQL Developer - Migrations Antlr3 Translator     oracle.sqldeveloper.migration.translation.core_antlr3     11.1.1.04.34     Loaded
    Oracle SQL Developer - Migrations Application Migration     oracle.sqldeveloper.migration.application     11.1.1.04.34     Loaded
    Oracle SQL Developer - Migrations Core     oracle.sqldeveloper.migration     11.1.1.04.34     Loaded
    Oracle SQL Developer - Migrations DB2     oracle.sqldeveloper.migration.db2     11.1.1.04.34     Loaded
    Oracle SQL Developer - Migrations DB2 Translator     oracle.sqldeveloper.migration.translation.db2     11.1.1.04.34     Loaded
    Oracle SQL Developer - Migrations Microsoft Access     oracle.sqldeveloper.migration.msaccess     11.1.1.04.34     Loaded
    Oracle SQL Developer - Migrations Microsoft SQL Server     oracle.sqldeveloper.migration.sqlserver     11.1.1.04.34     Loaded
    Oracle SQL Developer - Migrations MySQL     oracle.sqldeveloper.migration.mysql     11.1.1.04.34     Loaded
    Oracle SQL Developer - Migrations Sybase Adaptive Server     oracle.sqldeveloper.migration.sybase     11.1.1.04.34     Loaded
    Oracle SQL Developer - Migrations T-SQL Translator     oracle.sqldeveloper.migration.translation.core     11.1.1.04.34     Loaded
    Oracle SQL Developer - Migrations Teradata     oracle.sqldeveloper.migration.teradata     11.1.1.04.34     Loaded
    Oracle SQL Developer - Migrations Translation UI     oracle.sqldeveloper.migration.translation.gui     11.1.1.04.34     Loaded
    Oracle SQL Developer - Object Viewer     oracle.sqldeveloper.oviewer     11.1.1.04.34     Loaded
    Oracle SQL Developer - Real Time SQL Monitoring     oracle.sqldeveloper.sqlmonitor     11.1.1.04.34     Loaded
    Oracle SQL Developer - Reports     oracle.sqldeveloper.report     11.1.1.04.34     Loaded
    Oracle SQL Developer - Scheduler     oracle.sqldeveloper.scheduler     11.1.1.04.34     Loaded
    Oracle SQL Developer - Schema Browser     oracle.sqldeveloper.schemabrowser     11.1.1.04.34     Loaded
    Oracle SQL Developer - SearchBar     oracle.sqldeveloper.searchbar     11.1.1.04.34     Loaded
    Oracle SQL Developer - Snippet     oracle.sqldeveloper.snippet     11.1.1.04.34     Loaded
    Oracle SQL Developer - Spatial     oracle.sqldeveloper.spatial     11.1.1.04.34     Loaded
    Oracle SQL Developer - TimesTen     oracle.sqldeveloper.timesten     2.0.0.04.34     Loaded
    Oracle SQL Developer - Tuning     oracle.sqldeveloper.tuning     11.1.1.04.34     Loaded
    Oracle SQL Developer - Unit Test     oracle.sqldeveloper.unit_test     11.1.1.04.34     Loaded
    Oracle SQL Developer - User Extensions Support     oracle.sqldeveloper.userextensions     11.1.1.04.34     Loaded
    Oracle SQL Developer - Worksheet v2     oracle.sqldeveloper.worksheet     11.1.1.04.34     Loaded
    Oracle SQL Developer - XML Schema     oracle.sqldeveloper.xmlschema     11.1.1.04.34     Loaded
    Oracle SQL Developer Data Modeler     oracle.datamodeler     3.0.0.665.2     Loaded
    Oracle SQL Developer Data Modeler - Reports     oracle.sqldeveloper.datamodeler_reports     11.1.1.04.34     Loaded
    PROBE Debugger     oracle.jdeveloper.db.debug.probe     11.1.1.4.37.59.31     Loaded
    Peek     oracle.ide.peek     11.1.1.4.37.59.31     Loaded
    Persistent Storage     oracle.ide.persistence     11.1.1.4.37.59.31     Loaded
    Property Inspector     oracle.ide.inspector     11.1.1.4.37.59.31     Loaded
    QuickDiff     oracle.ide.quickdiff     11.1.1.4.37.59.31     Loaded
    Replace With     oracle.ide.replace     11.1.1.4.37.59.31     Loaded
    Runner     oracle.ide.runner     11.1.1.4.37.59.31     Loaded
    VHV     oracle.ide.vhv     11.1.1.4.37.59.31     Loaded
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.4.37.59.31     Loaded
    Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.4.37.59.31     Loaded
    Virtual File System     oracle.ide.vfs     11.1.1.4.37.59.31     Loaded
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.4.37.59.31     Loaded
    XML Editing Framework IDE Extension     oracle.ide.xmlef     11.1.1.4.37.59.31     Loaded
    audit     oracle.ide.audit     11.1.1.4.37.59.31     Loaded
    classpath: protocol handler extension     oracle.jdeveloper.classpath     11.1.1.0.0     Loaded
    jdukshare     oracle.bm.jdukshare     11.1.1.4.37.59.31     Loaded
    mof-xmi     oracle.mof.xmi     11.1.1.4.37.59.31     Loaded
    oracle.ide.dependency     oracle.ide.dependency     11.1.1.4.37.59.31     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.4.37.59.31     Loaded
    palette2     oracle.ide.palette2     11.1.1.4.37.59.31     Loaded
    status     oracle.ide.status     11.1.1.4.37.59.31     Loaded

  • EA1 error viewing XML schemas

    When I want to view the XML schemas of MDSYS I get the error ORA-22835 . I am not connected as MDSYS.
    This means that the buffer was to small for conversion from clob to char or blob to raw conversion.
    After this error I see only 'No text available'.
    I use Oracle version 11:
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE 11.1.0.6.0 Production
    TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production

    Do you still have enough disk space available on your file system to store the different xml-facts the RuleAuthor will create for you?

  • Viewing Other Schema In SQL Developer

    Hi,
    I did a search in the Forum and none of the posts I have found has been able to solve my problem so I'm here with my hat in hand asking for some advice. I was recently given SQL Developer to replace what I had been using and, on my own, have been able to convert all of my previous queries for use in SQL Developer. However, the only Tables I see in the Left Window of SQL Developer are those Tables that I have personally created. I checked with our DBA and I do have SELECT permission granted on all Tables in our company's Oracle DB, but I can't see them in SQL Developer so I can't use Query Builder or the Drag and Drop option, etc.
    Thanks for reading this and for your help.
    If you need any further details, let me know and we can work out a contact method other than the forum.

    You need to ask the DBA what the user / schema name is of the tables you have access to. What you see when you expand other users are all the users in the database you are currently connected to. Expanding the tables node for these users will only display the tables when you have select access. Another way to see the different schemas that have objects that you can see is by adding a filter to Other Users. Right click on other users and select the filter. Now in the dialog change the initial drop list to object_count and change the next two fields so that you create an expression that shows row_count > 0. Now only those users with objects in that you can see will display in the list.
    In the query builder you have to change to the user for each set of tables you want to use.
    Sue

  • Privileges to view another schema

    Hi there,
    I am sorry if this topic has been covered in another thread, but cannot seem to find it. I have a workspace called DAVE with some objects in it. I also have another schema MERCURY that I would like to use in the DAVE APEX workspace. I have done a GRANT ALL on the MERCURY objects to DAVE but cannot see them in my workspace.
    Obviously I am missing something - Can someone please tell me what it is ??????

    Hi,
    Are you looking objects using workspace Object browser ?
    If you like use object browser, then you need add another schema to your workspace
    http://download.oracle.com/docs/cd/E17556_01/doc/admin.40/e15521/adm_mg_wrkspc.htm#CHDFAECE
    Regards,
    Jari

Maybe you are looking for

  • Service Desk: System and client missing when creating a message.

    Hi Experts,      I would like to find out if anyone has encountered this problem before. The system and client fields were blanked out and I am unable to select/create the system when creating a message. Thanks!

  • Problem in updation

    I have a jsp page named security.jsp. my problem is that the below code is not working. This page shown all the values of database, and there is a update button, after clicking that we can modify rows of the table. <html> <body> <table> <tr> <td> <%@

  • HELP ME!!!!! pc doesn't recognise Shuffle

    ARRRGGGHHHH!!! annoying the crap out of me... i have tried everything to get my shuffle to work!!!! i baught it off of a friend 3 days ago.... these 3 days i have been trying everything i could think of to get it to work, and still no luck. I have ev

  • 24P and sound from Mbox

    when my 24p video is digitized, the browser shows the duration in 00:03:22:12 format - meaning the : is all NON DROP FRAME. When I imported the audio (recorded on an Mbox from the shoot as back up sound) it came in the 00:03:22;12 format - is DROP FR

  • Ever Changing Metadata Status

    I have LR 2 (on a Windows PC) set up to write all changes to XMP. Normally this works very well, but for some pictures the "Metadata Status" message in the Metadata panel constantly changes from "has been changed" to "..." to "Up to date" then back t