Unable to import offline database objects (8.1.5)

Hi
I tried to create database diagram in JDeveloper 10.1.3 and I hit the error. Firstly, I tried to create the Offline Database Objects. At step 2 of 3 (Select Objects), it failed.
oracle.javatools.db.DBException: java.sql.SQLException: ORA-00942: table or view does not exist
     at oracle.javatools.db.ora.BaseOracleDatabase.listObjectsImpl(BaseOracleDatabase.java:1306)
     at oracle.javatools.db.AbstractDBObjectProvider.listObjects(AbstractDBObjectProvider.java:808)
     at oracle.jdeveloper.cm.dt.ui.DBObjectSourcePicker.doQuery(DBObjectSourcePicker.java:166)
     at oracle.jdeveloper.cm.dt.ui.DBObjectSourcePicker.run(DBObjectSourcePicker.java:213)
     at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:551)
     at java.lang.Thread.run(Thread.java:595)
Caused by: java.sql.SQLException: ORA-00942: table or view does not exist
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
     at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:113)
     at oracle.jdbc.driver.T4CStatement.execute_for_describe(T4CStatement.java:431)
     at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:965)
     at oracle.jdbc.driver.T4CStatement.execute_maybe_describe(T4CStatement.java:463)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1051)
     at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1184)
     at oracle.javatools.db.ora.BaseOracleDatabase.listObjectsImpl(BaseOracleDatabase.java:1280)
     ... 5 more
My database is Oracle 8.1.5. I did the same thing on Oracle10g and it worked fine. The database connection is fine and username/[password are right, too.
I hate to say bug but I am wondering if Oracle8.1.5 was not supported by JDeveloper.
Thanks,
Kevin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

JDeveloper is only certified with 8.1.7 and above so it may be an incompatability between 8.1.5.
Regards,
Lisa

Similar Messages

  • Import offline database objects doesn't always work

    import offline database objects doesn't work when database table to import has a Date column with a default value NULL.
    Return message:
    An error was encountered:
    table.column
    table.column Datatype DATE "NULL"
    Invalid default value expression : NULL expected a Date or Timestamp expression.
    JDev 10.1.3

    Any ETA on when this will be fixed? We work with the Siebel CRM products and the underlying data model is full of DATE fields whose default value is NULL. As a result, there are very few tables which can be imported for diagramming.
    Thanks,
    Jason

  • TP4 : big instability in offline database object edition and diagraming

    I encountered a lot of problems when editing offline database objects and in database diagraming.
    Foreign keys don't appear in diagram after creating it, i'm not able to delete a broken foreign key (the ok button don't react, i can only cancel my changes).
    It is no more possible to drag and drop attribute from a table to another table (copy).

    Peter,
    Glad to see you took my advice and posted your question over here. Although I am a frequent user of the Oracle usenet groups, I have found that this is a much better place to get help with Spatial. My experiences suggest that the population of people using spatial is small--and of them the ones that really know alot are few and far between. I can only claim to be in the former group.
    As far as your problem goes--this is probably something you've already considered--is there a way to model the data such that you don't have to replicate the geometry components? Another option would be to handle the replication without using snapshots. Examples would be to export the data and then ftp/copy it to the target machines and import it. If you need real-time replication you could experiment with triggers that execute INSERTs/UPDATEs/DELETEs on the remote databases. This of course has its own issues--but you're going to end up with some sort of compromise no matter how you slice this.
    Of course you could use the relational model. I have never used it so I'm hard pressed to give any advice on it. As I posted on the usenet board, it is heading for desupport in 9i Release 2 according to the documentation available. So if you go relational you'll eventually have to migrate to object/relational. I'm not sure how automatic (or non-automatic) that process is. Hopefully someone on here will have some more concrete advice on that.
    Good luck.
    Matt.

  • What is the use of Offline Database Object in SOA

    Hi All,
    Can anyone let me know the purpose of Offline Database Object in SOA.
    1) When we will create the Offline Database Object in soa ?
    2) How do we connect this object to any data base schema ?
    Note:- Please provide me the example on this
    Thanks,

    Hi Dominik,
            Thanks for the repy !!!!
    Now, as you said we can access a (deep) node of the whole model using an access object.
    Let us consider the component set ONEORDER. As seen we can use the following path to reach BTDocFlowAll using search object :-
    BTQuery1O -> BTOrder  -> BTOrderHeader  -> BTHeaderDocFlowSet -> BTDocFlowSet -> BTDocFlowAll ....
    Also, to reach BTDocFlowAll we can even use the access object as follows :-
    BTAdminI -> BTItemDocFlowSet  -> BTDocFlowAll....
    Now my question is :-
    Normally we use the class cl_crm_bol_query_service to fire a search based on a search object. Can we use the same class to fire a search based on access object ?
    (actually I currently dont have a CRM system so I could not try it out myself).
    If not, then how do we fire a query using an access object ?
    Regards,
    Ashish

  • Not able to compare PL/SQL body from two different offline database object

    It is not possible to compare two package bodies from two different off line database object in two different off line database and schema.
    JDeveloper display a compare not available message in the middle of the window.
    It is possible to compare the package specification.

    Not able to compare scripts generated from offline database objects too

  • 10g Rename Offline Database Object Broken

    I am trying to rename an offline database object. I opened the editor on the object, updated its name and the names of a few of its foreign keys. At first, it appeared to work. The object in the Navigator had the new name, and when I opened a diagram containing the object, all the new names appeared correctly. I saved everything, closed the IDE and reopened it (which is usually the way I get TopLink to correctly identify my changes). When I reopened the IDE, my offline db objects were back to their old names. I tried renaming them again, and this time when I hit the save icon, I got the following error:
    Local Exception Stack:
    Exception [TOPLINK-6004] (Oracle9iAS TopLink - Release 2 (9.0.4.0) (Build 030612)): oracle.toplink.exceptions.QueryException
    Exception Description: The object [MWTable[30B652] (AVEGA.USER_DIMENSION_SELECTIONS)], of class
    [class oracle.toplink.workbench.model.db.MWTable], with identity hashcode (System.identityHashCode()) [3,192,402],
    is not from this UnitOfWork object space, but the parent session's.  The object was never registered in this UnitOfWork,
    but read from the parent session and related to an object registered in the UnitOfWork.  Ensure that you are correctly
    registering your objects.  If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to
    help debug where the error occurred.  For more information, see the manual or FAQ.
         at oracle.toplink.exceptions.QueryException.backupCloneIsOriginalFromParent(QueryException.java:152)
         at oracle.toplink.publicinterface.UnitOfWork.getBackupClone(UnitOfWork.java:1505)
         at oracle.toplink.publicinterface.UnitOfWork.calculateChanges(UnitOfWork.java:426)
         at oracle.toplink.publicinterface.UnitOfWork.getChanges(UnitOfWork.java:1560)
         at oracle.toplink.workbench.ui.WorkbenchSession.saveProject(WorkbenchSession.java:675)
         at oracle.toplink.addin.persistence.MWJDeveloperPersistence.save(MWJDeveloperPersistence.java:226)
         at oracle.toplink.tsceditor.persistence.PersistenceManager.save(PersistenceManager.java:1047)
         at oracle.toplink.addin.manager.MWJDeveloperMediator.saveMWProjectFor(MWJDeveloperMediator.java:394)
         at oracle.toplink.addin.node.MWProjectNode.save(MWProjectNode.java:345)
         at oracle.ide.cmd.SaveAllCommand.saveAll(SaveAllCommand.java:64)
         at oracle.ide.cmd.SaveAllCommand.doit(SaveAllCommand.java:118)
         at oracle.ide.CommandProcessor.invoke(CommandProcessor.java:376)
         at oracle.ide.CommandProcessor.invoke(CommandProcessor.java:112)
         at oracle.ide.Ide.handleEvent(Ide.java:1884)
         at oracle.ide.addin.BaseController.handleEvent(BaseController.java:99)
         at oracle.ideimpl.navigator.NavigatorController.handleEvent(NavigatorController.java:133)
         at oracle.ide.IdeAction.performAction(IdeAction.java:829)
         at oracle.ide.IdeAction$1.run(IdeAction.java:781)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)What do I need to do to safely rename an offline database object?

    Hi John,
    Thank you for taking the time to reporting this problem that you have encountered. The exception you have listed below is the result of changes not being communicated correctly between your offline database object modeling diagram and the TopLink Mapping Editor. We have addressed this problem and the solution will be available for you in the next JDeveloper release. For the meantime, your best bet would be to make any necessary changes to your database model prior to mapping those tables. I know that this is not exactly ideal, but it will ensure that you do not encounter this problem. I hope this helps and let me know if I can provide you with any additional information.
    Thanks,
    John Bracken
    Toplink Development Team

  • Unable to Import the ID objects in PI 7.0

    Hi,
    I have installed a new PI 7.0 server which is on local SLD. I also have old PI 7.0 in which all the scenarios are configured.
    I am trying to import the scenarios from the old PI 7.0 to new PI 7.0.
    Both the servers are on local SLD and on different transport domains.
    I tried simple file transfer. I was successful.
    But when i am trying to import the ID objects which have got reference to SLD i am getting the error as below.
    Import failed because of business system transfer of object Service | ECC_XI: Obligatory transport target for business system ECC_XI not found in System Landscape Directory
    Import failed because of business system transfer of
    object Service  | ECC_XI: Obligatory transport target
    for business system ECC_XI not found in System Landscape
    Directory (BS_MAPPING_FAILED_OBJ)
    Obligatory transport target for business system ECC_XI
    not found in System Landscape Directory (BS_TARGET_NOT_FOUND)
    Business system P70 is not assigned to a business system
    group with the ID (XISystemGroup) (BS_GROUP_LOAD_BY_BS_PROC_EX)
    I have also imported the SLD contents related to the scenario.
    P70 is the SID of my new PI 7.0 and BWS is the SID of my old PI 7.0.
    ECC_XI is the business system which is referenced in the scenario.
    Please suggest.
    Thanks
    Raghu.

    Dear all, I've the same error from the first post. If I try to import my XI 3.0 content to PI 7.3 the Integration Builder means:
    Receiver Agreement | XY | SYSTEM | ABC : Obligatory transport target for business system SystemP not found in System Landscape Directory
    Why this is oblicatory? I've two PI with local SLD in bidirectional sync. There also all business systemes have been created. There are last but not least two groups DEV and PROD. The development systems and the DEV PI is asigned to group DEV and the productional systems and the PROD PI is assigned to group PROD.
    Then I've assigned the the PROD Group with transport target to the DEV System and for the business systems I can see the correct mapping. In the DEV systems the transport group and system as targed is assigned. And in the PROD systems I can see the DEV Systems as Source System.
    I dont need target systems for PROD systems and I don't have target systems; but why I need now a target system for a productional system by PI import to the IB?

  • Unable to locate any database objects

    Hi, I try to run Query the Inventory Database today with no luck. From
    ConsoleOne, click Tools, click Configure DB, click a Zenworks database
    object and OK, I got message"Database is configured" I then try to do
    Inventory Query, the only choice for Select Attribute is Processor. I try
    to select others, such as Memory, Bios, but the OK button is grayout. I
    also try to view the inventory summary for each workstation and receive
    the message Could not Connect to Database Server, and the last workstation
    inventory scan was in Feb. 24, 2004 shown on top of the dialog box. Any
    idea in helping me how to fix this? I appreciated.
    Thanks

    Cali062004,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com in both the "free product support" and "paid product support"
    drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Unable to import Basis (R3) objects to Integration Builder

    I am trying to import RFCs and Idocs to the Integration Builder, but am getting the following message.
    Unable to establish connection to R/3 system sapdtdb (system=00, client=010) Troubleshooting tips:
    Is the target system online?
    Check the connection data (note that server names and groups are case-sensitive)
    Tips for administrators (see the configuration guide for more details):
    Does the user have the required authorizations in the target system?
    Is the target system configured correctly in "etc/services"?
    I have checked the radio button on the software component for allowing Import Of RFC and Idoc interfaces.
    I have checked on both the PI and the R3 system that the entries in SM59 are correct and that login and connections are permitted.
    On our old XI system, I am able to import objects, but on our new PI system I am getting the above error.
    Does anyone have any other possible solutions to this please?

    Chris,
    Please check whether have done all the steps given in this link or not for your new PI system:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/sapR3%28Idocs%29ToXI--Steps+Summarized&
    If you done all this you should be able to import the IDocs and RFCs without any problem.
    ---Satish

  • Unable to access remote database object using database link

    Hi all,
    I have created a database link to a remote server
    SQL> create database link remote_link connect to lax_dba identified by lax_dba using 'abc.corp.com';
    database link created
    when i am trying to access any table of lax_dba
    sql> select * from laxtab@remote_link;
    i am getting this Ora error
    ORA-12514: TNS:listener does not currently know of service requested in connect
    I need your help please to solve this issue
    Thanks n Regards
    Laxman

    The database server where you defined the link (not your PC) has resolved 'abc.corp.com' to a server/port/service combination using its tnsnames.ora, sqlnet.ora and possibly ldap.ora settings. You can try
    tnsping abc.corp.comon the server (as ReubenC suggested) to see what it's attempting to connect to. (It's important to do this on the database server and not on your PC as they will have different tns settings etc.)
    It has then found the server and found a listener running on it (so you're getting close), but that remote listener doesn't recognise the service you're asking for. It might be something like the '.com' suffix.

  • Unable to import Webservice/Schema: Object reference not set to an object

    Hello,
    I'm getting the error in the title while importing SAP Webservices via Visual Studio 2005 SAP Portal project.
    The webservice import works fine in a normal ASP.Net project, I only get this error while inside a SAP Portal project.
    Has anyone had this problem?

    Hi Joao,
    plz track the thread with a similar issue
    Failure of webservice import
    with respect,
    amit

  • Why not generating adf bc projects and components from offline database

    I imported offline database objects from my production database that is big. I would like designing some business components without necessarily the database running and be connected.
    Is it a reason why an adf bc project may necessarily connect to an on line database ?
    Why it is not possible to generate adf bc components from off line database objects ?

    The ADF BC design time has always required a database connection, to be able to test the validity of expert-mode SQL statement for one reason, but not the only one. We have not lifted that requirement in the 11g release.
    I filed ER# 6056701 to track your request. Thanks.

  • Class diagram for database objects.

    Hi,
    I am creating a diagram from the tables in the database in Oracle Jdeveloper 10g. This will basically give me a ER diagram. When I drag and drop a table - say EMP - i get a window - "Create from database object" - which gives me a few options. I selected the "Offline database objects" option. The table appears in the class diagram sheet with the table name, it's columns and the constraints.
    Now when I remove this object (table EMP) and then again try to drag and drop the same object as above, I get the object on the sheet as EMP1 and not EMP and also the constraints are renamed. It does not allow me to change the name to EMP. It gives a message that -"TABLE names must be unique" and the table name is renamed to EMP1.
    I want the name as EMP only. How do i do it?
    Thanks,
    Vinay

    Vinay,
    It's because in the first step, you deleted the table from the diagram, but not from the offline database. Now, when you drag a table from the database connection, it will need to create a new offline table. Instead of dragging from the DB connection, drag it from the offline database (it should already be there from the first step). Alternatively, delete the offline table as well as part of your first step (deleting the object from the diagram).
    John

  • JDEV 11G TP4 [BUG]: Offline Database / Copying project from workspace

    I have two workspaces.
    In these two workspaces i have a Documentation project containing offline database objects.
    Workspace 1
    +Documentation
    +connection
    +schema
    +objects
    +schema
    +objects
    Workspace 1
    +Documentation
    +connection
    +schema
    +objects
    +schema
    +objects
    I would like to copy the content of one schema from workspace 1 to a project in the workspace 2.
    Both schema have same name.
    Connection is different.
    The active workspace is workspace 2.
    In the wizard i'm able to select the Application (workspace), the project but the connection listed is only the one for workspace 2 (the active one). It normally has to be the ones corresponding to workspace 1 that i selected has the source for the copy.
    The result it that i got the list of objects from Documentation project from workspace 2 instead the desired ones from workspace 1.
    Hope its help

    Loose it again today ... please is it possible to address this problem ... it's really frustrating each time restore the configuration file.

  • Delete Database Object or database diagram

    Hello.
    how could I delete a database object? I tried using right click but dont know how to delete the database object. The same problem is qhen I try to delete a database diagram, please could you help me?
    Thanks a lot!

    Emilio,
    If you are talking about Offline Database Objects and want to completely remove them, you can select the appropriate node in the Navigator and then do 'File | Erase from Disk', the same is true for the Database Diagram. If you want to remove a Database Object from the Diagram, then you can invoke the context menu and again choose 'Erase from Disk' to fully erase the object, or you can choose 'Delete' to just remove the object from the Diagram bur remains in the Navigator.
    Hope that helps,
    Lisa Sherriff
    JDev QA

Maybe you are looking for

  • Create pdf from web page - auto scaled page length

    I'd like to capture LONG web pages to pdf without acrobat breaking the content into several letter size pages.  I used to be able to do this in acrobat 8 and the page length would automatically scale to fit the contents.  This was accomplished by lea

  • Newbie question about livecycle data services es

    Hi all. i've downloaded the LiveCycle ES2 VMware virtual appliance, setup it up on a esxi server, workspace, content space, all are up and running, but here comes my question, how do i install livecycle data services in there?how do i set it up to st

  • Icons disappear in MobileMe gallery?

    Hi all, Here's a little strangeness! I upgraded to latest iPhoto, have the latest Leopard, brand new MacBook Pro 17, etc. Sometimes I put movies (professionally made from Final Cut Pro) in iPhoto and bring them into a MobleMe gallery. Very easy, conv

  • Third Party FW Cardbus and 10.1.5

    I've got a g3 Lombard running 10.1.5 and just got a 3rd party firewire cardbus. The card shows up in the system profiler, but attached firewire devices do not show up as attached or mount. I am fairly certain that my firmware is up to date- and card

  • Posts that scroll off the bottom

    Is it just me? When a post gets pushed down off the bottom of the lists, how do you access it again? I see no "Page 2" or "Next Page" option as ALL other forums have. I wanted to answer the very last post at the bottom of the list, and right before m