Populate and see database objects in portal

We have 2 servers.
- A database server1
- Application server2.
we've installed 10G and import all data (from 8.7.1) in our database server1.
We've installed the mandatory Infrastructure database and application server 10G in our application server2.
Now we need to use Portal.
How to populate and see database objects which are in database server1 using Oracle Portal in the application server2.
Thanks
Rgds
Lausanne

We have 2 servers.
- A database server1
- Application server2.
we've installed 10G and import all data (from 8.7.1) in our database server1.
We've installed the mandatory Infrastructure database and application server 10G in our application server2.
Now we need to use Portal.
How to populate and see database objects which are in database server1 using Oracle Portal in the application server2.
Thanks
Rgds
Lausanne

Similar Messages

  • Drag and dropping database objects in Jdev

    I evaluated Visual Cafe and deciding wheather to go with VC or JDev. One of the cool things I noticed in VC is that one can drag and drop database objects in the form using DBNavigator. I haven't seen anything similar in JDev 3.1. Does this or something similar exist in JDev?
    Regards,
    Mark

    Mark,
    Yes, the DB Navigator in Visual Cafe may provide a nice simple look at the database Tables - but so does JDeveloper's Database Navigator - VC may excel in the Drag and Drop functionality - but this is not the real objective. Let me explain...
    When creating a real enterprise level application in Visual Cafe, you begin to discover that DB Navigator along with it's nifty Drag & Drop is no match for JDeveloper's unprecedented level of database integration. JDeveloper's Database related integration includes (but not limited to):
    - JDevelopers Database Navigator
    - Integrated SQLJ environment
    - Tight Business Components for Java (BC4J) integration
    - Wizard driven Form generation (thin & thick)
    - DAC Controls / InfoSwing components
    - Named Connections / Connection Manager
    - WebBeans / JSP Element Wizard
    The closest thing in JDeveloper to what you are referring to in VC is JDeveloper's support for the Design mode which allows you to design both graphical and non-graphical elements. In particular, JDeveloper allows you to design your InfoSwing and InfoProducer components using the Designer - by selecting the component (JavaBean) from the Component Palette and then [Dragging Optional] Dropping it on either the Design Canvas or the Structure pane (lower pane of Navigator window).
    For non-visual elements (such as InfoProducer elements), the Structure pane allows for Creation via Drag & Drop and allows for property setting by using the Property Inspector (Since it is a JavaBean...).
    There are many reasons why JDeveloper provides a much richer and more productive development environment than Visual Cafe. Most have to do with seeking a complete enterprise level solution. JDeveloper adresses the enterprise level application developers needs directly with integration of elements from Tools & Wizards to the integration of a complete application development framework - Oracle Business Components for Java - No other tool can provide you with such a rich and productive development environment.
    John - JDeveloper Team
    null

  • Can't see database when creating portal provider

    I am creating a portlet page and trying to create a DB portlet provider. When I go to select the schema to store the portel info in I only have the schemas on the Application Server as a selection and I want to store them on the database server. I have a schema already setup on the database server for this. I can see both databases in the Enterprise Manager Council. What do I need to do to get it to connect to the database server so I can use it's schemas, users, and data? I don't think I have discoverer configured right. Can anyone help to get me on the right track? Thanks alot

    if you can access the db via standalone this means u have a tnsnames entry set up in your local oracle home.
    Accessing via OMS is another story all together. First you must have an OMS Oracle Management Server Running and
    configured. The OMS sits over its own database know as the repository.
    You have to have database 'discoverd' by the OMS in order to see it. You can manually discover or have an agent running
    on the box that hold the db you want to see and discovery is automatic.
    Without OMS you cannot monitor, schedule jobs, alerts and probably 80% of what OEM is. The E stands for Enterprise.

  • PNP and PNPCE databases in ESS portal

    HI,
    As all you know standard ESS works on PNP logical database.but we have a situation in our project that we should use PNPCE database instead of PNP.
    So i would like to get your inputs on the usage of PNPCE in ESS .will there be any bad impact of using that database
    helpful inputs will be rewarded
    Bala

    Hi Bala,
    It's very interesting question.
    In case of PNP we are using the employee number as the base and using the sap logon name of this user pernr.
    But if we are able to do the same with Person ID of the employee then I think we will be able to use the ESS with PNPCE.
    I am not sure that is this possible but just giving a thought.
    Regards,
    Umesh Chaudhari.

  • I´ve taken multiple pictures of a moving object. Can I somehow transform these pictures into one picture, and see the object moving in one picture?

    As the subject.
    Using the newest Aperture with iMac (mid 2007) 2ghz, 4gb ram.
    Thanks!

    Good information here.
    The following distinction is not rigorously made, but "stitching" means joining images edge-to-edge, while "stacking" means combining them one on top of the other.
    Common stacking processes are "focus stacking" and "exposure stacking".  Focus stacking creates a composite image with more depth of field than you could get with any single exposure.  Exposure stacking creates a composite with a greater range of luminance (or much more detail within the luminance range) than any single exposure.  What you want to do is widely known, but does not have, afaik, a commonly-used term.
    There are many tools to do it.  All of them composite images.  Aperture is not a compositor.  Photoshop, and all programs like it, are built from the ground up as compositors.

  • How does Apex access and manage db objects in other schemas?

    I'm looking for a description of how Apex accesses and manages database objects in other schemas.
    I'm sure I've seen such a description somewhere earlier but am unable to find it again...

    Hi Rene,
    When you are connected to sqlworkshop, it is basically connected to the sceham owner of the workspace. If you execute the query
    select sys_context( 'userenv', 'current_schema' ), user,  username from user_users;you would see the schema and user(currently connected) and schema owner through which you have logged in. The user will have all the privileges granted to schema owner. So basically you get connected through APEX_PUBLIC_USER and it has all the privileges of the schema owner.
    In order to run scripts in another schema you would need grants on other schema same like you are connected to user A through sqlplus and wants to create objects in schema B. For example lets say you want to create a table in schema B and you have create table privileges in scehma B , you can execute command create table B.emp as select * from A.emp;
    I hope this answers your question.
    Regards,
    Manish

  • Unable to work with ODAC, VS2008 and Oracle Database 10g XE

    I have downloaded and installed ODAC 11.1.0.6.21. I have followed the instructions in the 2 Day + .Net Developer's Guide (Chapter 3 - Building a Simple .NET Application Using ODP.NET) until I got to adding reference: when I added the Oracle.DataAccess 2.111.6.20, I observed that the new Refererence did not appear in Solution Explorer as described in the Guide.
    However I continued with the steps until I got to the testing phase, ran the form and entered Hr for User Id, Hr for Password and XE for data Source as I am running Oracle 10g XE. I got this error with every attempt: ORA-12154: TNS:could not resolve the connect identifier specified.
    From Server Explorer however, I can connect and see Schema Objects but when I right click Packages for eg, to create a procedure that uses a Ref Cursor I see only Refresh and Properties in the corresponding context menu, no New Package link!
    What could be the cause of all these?
    1. Is XE my correct Data Source?
    2. Why is the new Reference not visible in my solution explorer?
    3. Is my VS2008 or ODAC not configured/Installed Correctly?

    The tnsnames.ora file seem to be auto configured. However I tried updating it with Notepad when I changed my computer name to no avail. I had to revert back to my old computer name.
    This is the content of my tnsnames.ora:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = obinna)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    Please if there is any clause that need to be changed point it out for me.
    Thanks for your reply.

  • Find destination of database objects..

    I've got all database schema in one Oracle dmp file. I know that schema from this file was stored on 2 servers, but when I import this file I have all tables, procedures and other database object in one user. Is there any possibilities to know in which server was which tables and procedures? I try to use SQLDeveloper to find on which tablespace works procedures and functions, but I can't find tablespace's path in OS :/ Or maybe better idea is to find this information not on imprted schema, but on dmp file?!
    I add that this schema is too huge to search my answer step by step, because it has about 1300 tables :/
    Please help.

    Please clarify your previous message and intentions.
    I've got all database schema in one Oracle dmp file.Export was done in full mode, you mean?I hope yes. It's old dmp file and I've got only short description about this dmp file.
    >
    I know that schema from this file was stored on 2 servers,I have no idea what this means... How was the export
    done?It's mean that in this file are database object from both server. One server was for transformating data and second for reporting and diagnostig. Both of them have database objects and I try to know which of them was on which server.
    >
    but when I import this file I have all
    tables, procedures and other database object in oneuser.
    So, how was this import done? E.g. what imp command
    line options did you use?
    I use full imprt option.
    Is there any possibilities to know in which
    server was which tables and procedures?Not sure what you want. Perhaps you could ask the one
    who did the export?
    I I explain this above in this post.
    I try to use
    SQLDeveloper to find on which tablespace works
    procedures and functions, but I can't findProcedures and functions are schema objects, and uses
    [url=http://download.oracle.com/docs/cd/B19306_01/serv
    er.102/b14220/physical.htm#i15436]the SYSTEM
    tablespace for storage.
    tablespace's path in OS :/ Or maybe better idea isto
    find this information not on imprted schema, buton
    dmp file?!What kind of information?
    Information about which database objects on dmp file was stored on which server..
    >
    Is my answer are clearer now? If yes, please suggest solution.

  • Move Data from Converted Database Objects Successfully Finish ?

    I am using SQL Developer 3.2.20.09 try to migrate KSMMS database from SQL Server 2008 to Oracle 11g R2. After the migration process is done, the Captured Database Objects model, and Converted Database Objects model have been created in the Migration Projects Navigator panel on the left side, and the corresponding sql scripts has been generated in the project output directory. I run the sql scripts, it created all the tables, views, index and stored procedures in the oracle database, everything seems working perfectly. However when I try to Move Data (by right clicking Converted Database Objects) and try to move all the data from SQL Server to Oracle database, the Data moving process run less then 1 minute, and show me the result as Data Move successfully. I have about 1 GB data in the SQL Server database, it seems nothing has been moved into Oracle DB. Here are the detail structures of MS SQL Server Database which I am trying to migrate to Oracle:
    The SQL Server Database name is KSMMS, under that database there are 9 users (azteca, cwweb, dbo, guest, plladmin, pw, pwadmin, tbills, wsdadmin). All my application objects (tables, views, indexes, procedures) are under azteca user, during the migration process, Converted Database Objects creates user azteca_KSMMS and dob_KSMMS, all my application objects have been created under azteca_KSMMS user schema. The generated .sql scripts actually can create all the objects under azteca_KSMMS schema, however when I try to Move Data, nothing has been moved into Oracle database. I opened an SR#3-6708733861 last Friday, it seems Oracle Support can't find what cause the problem during the Data Move process. Any help regarding my questions will be highly appreciated. Thanks.
    Kevin

    I changed Data Move Mode to Online and run the Data Move again. Same Results: Migration action have completed successfully. However no records have been moved into Oracle tables.
    I am running SQL Developer under Windows 8 Operation system. There is no Oracle client software available for Windows 8, does that cause any problems?
    Kevin

  • Do I need to be owner of database in order to see its objects(tables,view)?

    Hi there,
    I am connecting to Vision instance using the JDeveloper Database connection. The username/password I am using to connect is NOT the owner of the database. I can connect to database fine with no error but I can not see any database object like tables, triggers. Do I need to use the database owners username/password to connect to database so I can see the database objects like tables and views?
    Thanks.

    By default, the Connection Navigator shows you the objects that belong to the connected user. If you have access to objects owned by another user, you can add that user's objects to the navigator tree.
    1. Go to the connection navigator.
    2. Select the connection that you want to use.
    3. On top of the navigator panel is an icon that looks like a funnel - this is the filter schemas icon. Click it.
    4. This should open a dialog box with a shuttle. Available Schemas are on the left Displayed Schemas are on the right. You will see that only your current schema is on the right. Select the schema of the owner of the objects you want to see from the available schemas on the left and shuttle it to the right.
    5. Click the OK button.
    You should now have the objects owned by this schema available in the navigator.

  • 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.

  • Is there any command/query/etc, which would allow to understand what database objects (for example tables) are consuming memory and how much of it?

    TimesTen Release 11.2.1.9.6 (64 bit Linux/x86_64)
    Command> dssize;
    PERM_ALLOCATED_SIZE:      51200000
      PERM_IN_USE_SIZE: 45996153
    PERM_IN_USE_HIGH_WATER:   50033464
    TEMP_ALLOCATED_SIZE:      2457600
    TEMP_IN_USE_SIZE:         19680
    TEMP_IN_USE_HIGH_WATER:   26760
    Is there any command/query/etc, which would allow to understand what database objects (for example tables) are consuming memory and how much of it?
    tried to use ttsize function, but it gives some senseless results – for example, for the biggest table, tokens, it produces following output (that this table is 90GB in size – what physically cannot be true):
    Command> call ttsize('tokens',null,null);
    < 90885669274.0000 >
    1 row found.

    Are you able to use the command line version of ttSize instead? This splits out how much space is being used by indexes (in the Temp section of the TT memory segment), which I think is being combined into one, whole figure in the procedure version of ttSize you're using. For example:
    ttSize -tbl ia my_ttdb
    Rows = 4
    Total in-line row bytes = 17524
    Total = 17524
    Command> create index i1 on ia(a);
    ttSize -tbl ia my_ttdb;
    Rows = 4
    Total in-line row bytes = 17524
    Indexes:
    Range index JSPALMER.I1 adds 5618 bytes
      Total index bytes = 5618
    Total = 23142
    Command> call ttsize ('ia',,);
    < 23142.0000000000 >
    1 row found.
    In 11.2.2 we added the procedure ttComputeTabSizes which populates system tables with detailed table size data, and was designed to be an alternative to ttSize. Unfortunately it still doesn't calculate index usage though, and it isn't in 11.2.1.

  • DATABASE OBJECTS PORTLET OF PORTAL

    I have posted this question earlier and i have not received an answer for it. so i am posting this question again.
    i want to customize the database objects portlet say like i want to remove the find option. how can this be done?

    It is not possible. The navigator portlets are pre-designed and built into portal with the find utility. It is ofcourse possible to customize the portal-provided navigator page but not to this level of removing the find options itself.

  • Is the only way to import large amount of data and database objects into a primary database is to shutdown the standby, turn off archive log mode, do the import, then rebuild the standby?

    I have a primary database that need to import large amount of data and database objects. 1.) Do I shutdown the standby? 2.) Turn off archive log mode? 3.) Perform the import? 4.) Rebuild the standby? or is there a better way or best practice?

    Instead of rebuilding the (whole) standby, you take an incremental (from SCN) backup from the Primary and restore it on the Standby.  That way, if, for example
    a. Only two out of 12 tablespaces are affected by the import, the incremental backup would effectively be only the blocks changed in those two tablespaces (and some other changes in system and undo) {provided that there are no other changes in the other ten tablespaces}
    b. if the size of the import is only 15% of the database, the incremental backup to restore to the standby is small
    Hemant K Chitale

  • Data managers and database objects

    Hi,
    I'm considering replacing our current database interface libraries with OCCI. A couple of questions:
    - Are database objects such as tables and columns accessible as OCCI types eg.
    Table tbl;
    Column col;
    Note: I'm not interested in using Oracle user types at the database level here, unless there is no other way.
    - Is OCI programming also required or is the OCCI conclusive (I know it's built on OCI)?
    Regards,
    Michael

    - Are database objects such as tables and columns accessible as OCCI types
    No. Data types are represented as classes, but to run a query you execute a statement which returns a resultset which you query with functions like getInt(1) or getString(2) which returns an int for column 1 and a string for column 2. OCI style casting of dvoid**'s to objects is not necessary as OCCI gives you the object directly.
    - Is OCI programming also required or is the OCCI conclusive
    I assume you mean comprehensive, in the sense that it exposes the full range of OCI functionality. No, and I don't believe OCCI/OCI interoperability has been implemented yet either (ER 3169746 is still open for this feature), so unlike Pro*C where you can fill in the gaps with OCI code, you are limited to OCCI's limitations (unless you have separate OCCI and OCI parts in the same application, just replacing with OCCI the parts that can be replaced with OCCI).

Maybe you are looking for

  • Odd Variable Substitution Error in SQL Query

    I'm trying to finish up an application but one goofy error is throwing me for a loop. The error complains about my SQL syntax on the line containing "#filelist_sql#" near the bottom of the query, but when I output the SQL and run it in phpMyAdmin, it

  • Z77-GD65, problems with video signal

    Got some problem: with external graphics card (ASUS GTX660-DC2TG-2GD5) the signal disappears after a while (about 1-3 minutes) - display goes off and has floating table "No signal". Without external card, through the integrated video - all works fine

  • Printing problem with iPhoto 9.5 version

    I have tried to print a photo today, using the Share function in iPhoto. It did not work. Epson SW438 printer fired up but proceeded to print the picture but without the paper feeding through. This is NOT a printer malfunction. I printed successfully

  • Protocol handler in WL6sp1

    Hi, We've written our own url protocol handler for retrieving data with custom URLs. It works fine in a client application using: new java.net.URL("protocol://host:port/blah/blah.xml"); //1 and in EJB code using new java.net.URL(null, "protocol://hos

  • Raw update 2.4 supported on Aperture 1.5.6?

    Is Raw update 2.4 supported on Aperture 1.5.6? I have Raw update 2.4 installed, but get "unsupported format" message when I try to import raw files from Canon 5D Mk-II. Import works fine on raw files from Canon 20D.