Object Manager calls: do they use database or search?

I am at a customer undergoing a 4.5 to 6.1 upgrade. Part of the upgrade is writing an app to consolidate our ~14,000 web services to a base set. I am using .NET and the remote APIs to do this.
My question is, do ObjectManager calls make direct calls to the database or do they use the search index? If it uses search, then I would need to wait for it to build, before running the app, which of course would take hours to build.
Spy tells me that they are database calls, but I wanted to get confirmation of that.
Thanks,
Daryl Vogan

If you're using the IDK, the IDK function you use isn't making the call, but the existing layers of functionality does.
IDK -> http -> portal -> server api -> db
and vice versa back.
Search index is not used in the Object Manager.

Similar Messages

  • What are state objects, and what are they used for ?

    tried to find some information in the documentation and internet. but i couldn't find a good explanation with an example what that is and what it is used for.
    thanks for any good answer !

    Wrapper classes are used to enclose primitive data
    types so that they can be used in instances where an
    object is required. For example, if you want to add an
    integer to an ArrayList, you can't use this:java.util.List al = new ArrayList();
    int i=123;
    al.add(i);because the ArrayList expects data of type object. In
    order to all the integer to the ArrayList, you must wrap
    it in the Integer wrapper class. This works:java.util.List al = new ArrayList();
    int i=123;
    al.add(new Integer(i));Hope that helps.
    Mark

  • HT2188 I can hear caller but they can not hear me except when using speaker phone

    I can hear caller but they can not hear me except when using speaker phone

    First of all,  make sure that your iPhone as the most recent iOS available. Check in "Settings>General>Software Update".
    One other problem could be your microphone. Does it work for anything else other than a call?
    Good-Luck!
    kpower28
    Please mark this as "solved my problem" or "helped me"!

  • Installing Enterprise Manager 10g Grid Control Using an Existing Database

    I want to install Enterprise Manager 10g Grid Control 10.2.0.3 using an existing database. This database is RAC 10.2.0.2. and I use it as Infrastructure Metadata Repository.
    I is said in Oracle documentation that SYSMAN schema has to be dropped, thus Database console repository has to be dropped. As far as I understand after Grid Control installation I will not be able to use Database console for my RAC 10.2.0.2 Infrastructure Metadata Repository database. I will be able to use only Grid Control for this database.
    Am I right? Could you give me any advice about Installing Enterprise Manager 10g Grid Control Using an Existing Database?
    Thank you.

    I am trying to install the OEM rel 2.0 on AIX 5L from the downloaded software zip files which are as below,
    AIX_Grid_Control_full_10201_disk1.zip (656,766,406 bytes) (cksum - 2157028496)
    AIX_Grid_Control_full_10201_disk2.zip (655,758,726 bytes) (cksum - 2350778444)
    AIX_Grid_Control_full_10201_disk3.zip (641,760,716 bytes) (cksum - 2053607771)
    AIX_Grid_Control_full_10201_disk4.zip (606,903,411 bytes) (cksum - 4162514797)
    AIX_Grid_Control_full_10201_disk5.zip (576,555,758 bytes) (cksum - 3304661461)
    AIX_Grid_Control_full_10201_disk6.zip (459,658,650 bytes) (cksum - 3120478203)
    AIX_Grid_Control_full_10201_disk7.zip (311,903,435 bytes) (cksum - 2438252536)
    AIX_Grid_Control_full_10201_disk8.zip (224,594,251 bytes) (cksum - 2618845234)
    I am unable to locate the runInstaller in any of the disks 1- 8 ,can somebody help me on this. Thanks

  • I connect my iphone5s to my 2015 Terrain using Bluetooth, when I make a call I can hear the caller but they can't hear me. Anyone else have this problem? How did you resolve it? Other phones connect and work perfectly.

    NNeed help I connect my iPhone 5s to Bluetooth in my 2015 GMC Terrain. When I make a call i can hear them but they can't hear me. Anyone else have this issue? How did you resolve it. Other phones work fine, just not my phone.

    Hello Sandylynn,
    After reviewing your post, it sounds like you can connect the device with Bluetooth and make and receive calls but they dont hear you. I would recommend that you read this article, it may be able to help the issue.
    If your voice is too faint or sounds unclear using iPhone, or iPod touch - Apple Support
    People can't hear you during a phone
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • Object Manager: Using PA20 or PA30. Hit List

    Dear Team:
    When using the transaction PA20 or PA30, we see the Object Manager in the Left side pane, which shows the Search Area and Selection Area. In the Selection Area, I am getting the HIT LIST, which retrieves all the employees data. As this is retrieving this information, it is taking too much time to open the transactin PA20 or PA30.
    How to disable this HIT LIST function. Is this be achieved by the settings in the menu or in the configuration of Object Manager. Please check and let me know on the same
    Thanks and Regards
    Team Member.

    Hi,
    For your information, Ensured that the configuration in our Development, Quality, and Production are same. And more over we cannot change anything is quality or Production and even in testing client directly the configuration, but in Development the HIT LIST is disabled and also in Production. This is available in Quality.
    This is the reason, why I just wanted to know is there any menu settings involved in disabling the same. And in the Object Manger configuration, I do not know exactly where to change as I have not checked before as there are lot of technical options.
    Inputs in this regard is highly appreciated.
    Thanks and Regards
    Team Member.

  • [4.0] Incomplete sort for objects in DDL when using Database Export or "quick DDL"

    As far as I could see, a similar problem has been reported for earlier versions of SQL Developer, but still seems to apply for some parts in 4.0.0.13.80 under Windows7 64bit with JDK 1.7.0_45 64bit ...
    Currently not all objects in a generated DDL using "Quick DDL" or "Tools - Database Export" are sorted evenly ... tables and foreign key constraints seem to be sorted, but common constraints are not.
    This is rather annoying when trying to compare the generated scripts of two databases. Or trying to detect changes over lifetime (SVN etc.).
    Or is there an option for this I could not find/see so far?
    example output from database export of SQLDev 4.0.0.13.80 on the same machine, within some minutes, no configuration change, for a local and a remote database ...
    from local:
    Questions:
    why are there blank lines added for the local database
    why aren't the grants in the same order
    local database
    remote database
      GRANT DELETE, INSERT, SELECT, UPDATE ON "FOREIGNSCHEMA"."TABLE_FOR_GRANT" TO "ACCESS_ROLE_FOR_SCHEMA_3";
      GRANT REFERENCES ON "FOREIGNSCHEMA"."TABLE_FOR_GRANT" TO "SCHEMA_3";
      GRANT REFERENCES ON "FOREIGNSCHEMA"."TABLE_FOR_GRANT" TO "SCHEMA_4";
      GRANT SELECT, REFERENCES ON "FOREIGNSCHEMA"."TABLE_FOR_GRANT" TO "SCHEMA_5";
      GRANT SELECT, REFERENCES ON "FOREIGNSCHEMA"."TABLE_FOR_GRANT" TO "SCHEMA_6";
      GRANT SELECT ON "FOREIGNSCHEMA"."TABLE_FOR_GRANT" TO "SCHEMA_7";
      GRANT REFERENCES ON "FOREIGNSCHEMA"."TABLE_FOR_GRANT" TO "SCHEMA_3";
      GRANT REFERENCES ON "FOREIGNSCHEMA"."TABLE_FOR_GRANT" TO "SCHEMA_4";
      GRANT SELECT, REFERENCES ON "FOREIGNSCHEMA"."TABLE_FOR_GRANT" TO "SCHEMA_5";
      GRANT DELETE, INSERT, SELECT, UPDATE ON "FOREIGNSCHEMA"."TABLE_FOR_GRANT" TO "ACCESS_ROLE_FOR_SCHEMA_3";
      GRANT SELECT, REFERENCES ON "FOREIGNSCHEMA"."TABLE_FOR_GRANT" TO "SCHEMA_6";
    remark: missing SCHEMA_7 is okay, because it is not yet on the remote database
    Similar applies to non foreign key constraints, where the unsorted output is even worse ...
    Message was edited by: stueckl

    Did you ever figure out why SQL Developer isn't exporting the NOT NULL attribute of columns?
    I'm running into that on a 9i database, but not on 11g.
    Skip

  • I lost my iPad 3, using location services and know exactly where there device at.  I called police, they show up at that house

    I lost my iPad 3, using location services and know exactly where there device at.  I called police, they show up at that house, owner denied he doesn't have it.  I even show officers on my iPhone where the missing iPad at and send message, face time, etc.  But officers said owner don't let's they go inside the house, they can't help me to recover it???!!! 
    Are officers doing enough or they didn't do it enough to help me recover my missing iPad?
    Thanks...

    I don't think Apple's Find My [xxx] has been legally tested as constituing probable cause to issue a search warrant by the DA, so the cops can't go in without an invite. You'll need a good lawyer to go in and force new jurisprudence to occur. By which time, the iGadget will be long gone from the place.
    Price to pay for living under the Rule of Law. In shadier parts of the planet, you could get a pack of goons to go in, retrieve the item and pound some common sense into the miscreant.

  • Over of using Database Resource Manager

    Hi All,
    I am currently, doing a research on Database Resource Manager for implementing it in one of the Warehouse project database. Before, implementing it I would like to know few things. My Question is:
    Q. Does using Database Resource Manager cause any overhead? Any extra background process? any extra CPU Usage overhead? Any resource cost of using Database Resource Manager? Does it have any impact on resources and does it impact performance of the database?

    Hi Madrid,
    Thank you for your reply. Currently, we are looking into to implement Resource Manager in a dataware house environment because there are some ad-hoc users who execute really bad queries which puts lot of load on the database server which in turn slows down the performance. And there are few other reasons too. I not the primary for that environment though. This Resource Manager came up we thought that it might help us in controlling the ad-hoc users bad queries and also the environment.
    I have one more question in regards to resource manager. I have written a shell script which generates a report for stats of a resource plan from V$RSRC_CONSUMER_GROUP - which has stats data. But my concern is it stores historical stats too. For example, I have implemented resource manager and ran some queries and generated report and terminated all the sessions.
    Next day when I again run some queries and generate a report it gives stats combined with previous days stats. Is there any solution for this? So, that I can generate a report for stats at a point of time. For OEM I can reset the stats and get most current stats but this is not the case with the view I mentioned above. Please let me know if there is any other alternative for this. Hope you got my question.

  • I can hear the caller, but they cannot hear me when I use the speaker function on my iPhone4.  Are there any fixes?

    I can hear the caller, but they cannot hear me when I use the speaker function on my iPhone4.  Are there any fixes?

    Basic troubleshooting steps outlined in the user guide are restart, reset, restore from backup, restore as new device.  Try each of these steps until your problem is solved. If these steps fail to solve your issue, then you'll need to bring your phone into Apple (or an authorized service provider in your area) for evaluation.

  • Oracle VM Manager: Includes a Restricted-use License for Oracle Database?

    I'm evaluating OVM and OL for building a small private cloud and - at this stage of the evaluation - am primarily focused on making sure that I understand the licensing requirements of Oracle virtualization.
    The Oracle® VM Installation and Upgrade Guide for Release 3.1.1 states that...
    Oracle VM Manager includes a restricted-use license of the
    Oracle Database (Standard Edition or Enterprise Edition) for use as
    the Oracle VM Manager Management Repository only. The supported
    version of Oracle Database are...
    Am I understanding this correctly? Does this mean that, for the purposes of implementing Oracle VM Manager, it will not be necessary to purchase a license for Oracle Database (11g) Standard Edition?
    Eric Pretorious
    Truckee, CA

    For the uninitiated and/or impatient: In order to use Oracle Database 11g SE/EE instead of Oracle Database XE...
    >
    Oracle VM Manager can be installed in a demo installation using Oracle XE, or as a production installation using Oracle SE or EE. The demo installation installs Oracle XE on the local host and configures it to use as the repository. *The production option collects information on the pre-installed Oracle Database* and uses it as the repository...><ol>
    <li>Go [url http://www.oracle.com/us/products/database/standard-edition/overview/index.html]the Oracel Database 11g product page.
    <li>Follow the link to [url http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html?ssSourceSiteId=ocomen]the Download Page.
    <li>Follow the link to your preferred architecture.
    <li>Review and accept the EULA.
    <li>Download the packages.
    <li>Follow the link to the Documentation Page:
    3. Installation guides and general Oracle Database 11g documentation are here.<li>Follow the link to the documentation about "Installing and Upgrading".
    <li>Download the Database Quick Installation Guide for your preferred architecture.
    </ol>
    Eric Pretorious
    Truckee, CA
    Edited by: epretorious on Sep 13, 2012 6:50 PM - Added a signature.

  • Add rows to a Table object without using database .

    Hi everyone ,
    I'm using visual web javaServer faces framework in Netbeans IDE 6.5.I want to use a Table and bind data to it row by row ,without using database.I dont know how i must do it. i searched and find nothing exept dataprovider that as i undrestood, it use just database to bind data to a table.
    i have a string in a loop that i want to devide it to several substrings and these substrings will be each field of each row and at the end of the loop,the number of rows are equal to reapiting the loop.
    I'll appreciate any help in this matter
    Best Regard,
    Fatemeh

    My Dataout variable contains a long string of personal information. Information such as Name, Family name, Father’s name, Date of birth, National code, Nationality.
    I want to make a personal information table with above mentioned information, whereas Name, Family name, Father’s name, Date of birth, National code, Nationality will be my column values. The number of its row depends on the times that the loop is repeated.
    I can make a JTable by defining an array[6] as above, but this table doesn’t appear in Visual Web javaServer faces framework. I want to be able to do what JTable does in the Table component in visual designer. Can anybody help me?
    Thanks in advance

  • Relationship between objects and information stored in a database

    I've got a question that's pretty broad... but maybe someone can help with it.
    I'm writing a couple of classes, one called "Customer" and the other "Store". Store can contain any number of customers, which it keeps in an array. A customer object has name and address fields, as well as an array of the current movies the customer has checked out. A third "Driver" class has the main method which calls the other two classes. When a new customer is created, it is put into the array in an object of store, and written to disk in a file named with the customer's ID number.
    My question is, I'm not really sure how objects tie in with the actual database on the hard disk. For example, if I run the program once and add 3 customers, all three get written to disk, and exist in memory as objects. However, when I exit the program, I lose all 3 of those objects from the array of customers in the store object.
    So, when I run the program a second time, the array is gone, though the customer information remains on disk. I have methods to delete/add customer objects to an object of store, but those don't do me any good without the array in memory. I thought that I could just load all data from disk, and put them back into the array, but isn't that inefficient if the database is very large? Is there a better way to deal with this?
    I hope that was reasonably clear. I'd appreciate any help. Thanks.

    i would make the store a manager of the customer objects whose
    responsibilities include read and writing the objects as well as caching
    them.
    here is some sample code for this.
    public class Customer(){
      int id;
      /* the id field is the unique identifier for each Customer.
         this field should probably be our primary key in our database
         table. you don't have to use a number but whatever it is it
         needs to be unique */      
      boolean updated;
      public Customer(int customerId){
        id = customerId;
        updated = false;
      public int getCustomerId(){
        return id;
      /* if the customer object has been changed and needs to flushed back
         to the database this returns true. */
      public boolean needsFlushing(){
        return updated;
      /* and your other methods go here... */
    }and now for the Store...
    public class Store{
      private Customer[] cache;
      public Store(){
        cache = new Customer[10];
        /* here i have hard coded as 10, you could change this or for more
           flexibility use a Vector or such. */
      /* spin through the cache and return the matching customer. if the
         customer is not in the cache load it in the database. */
      public Customer getCustomer(int customerId)throws SQLException{
        for(int j=0;j<cache.length;j++){
          if((cache[j]!=null)&&(cache[j].getCustomerId()==customerId)){
            return cache[j];
        Customer c = loadCustomer(customerId);
        addToCache(c);
        return c;
      public void addCustomer(Customer c)throws SQLException{
        /* adds a new (non-existing customer) */
        saveCustomer(c);
        addToCache(c);
      public void close()throws SQLException{
        /* flushes back any updated customers */
        for(int j=0;j<cache.length;j++){
          if((cache[j]!=null)&&(cache[j].needsFlushing())){
            saveCustomer(cache[j]);
        cache = null;   
      private Customer loadCustomer(int customerId)throws SQLException{
        /* here would be code for loading a customer object from the
           database that matches the customerId. */
        return new Customer(customerId);//temporary 
      private void saveCustomer(Customer c)throws SQLException{
        /* here would be the code for saving the customer c into the
           database */
      private void addToCache(Customer c){
        /* this method adds the customer c to the cache. it may have to
           to remove an older customer from the cache to do this. i leave
           the algorithm for deciding this up to you */

  • Object Manager cannot allow me to input and display chinese

    hi, all,
    i am using sgd 4.2 with oriental fonts installed.
    I cannot input chinese for person name in Object Manager. If I create an application with chinese name through other mechanism. It cannot display the chinese correctly.
    It displays square for the chinese character in Object Manager.
    Can anyone help?
    best,
    ying

    Are you trying to store the character data in char/varchar2 columns?
    If that's the case then you have a problem, since a US7ASCII character set can only handle, well, ascii data.
    If you are trying to store the data in columns of nchar datatypes, then there might be a problem with literals because literals are converted to database character set first, before conversion to national (nchar) character set. Such data loss can also happen depending on how binds or oci calls are performed.
    You could use the dump() function to verify what's actually stored in a database column, without a db - client conversion happening that may distort the facts.
    Example:
    SQL> select col, dump(col, 1016) from table where some_condition;

  • Using databases and container events?

    I'm having trouble finding documents show how one should use databases and listen for container events? I'm using Berkley Java DB. I'll need all my remote object to have access to the database. How do I pass that in? Custom adapters? Also, when Tomcat shuts down I need to close the database, how would this be down? Custom adapters? So I may be answering my own question, but I'm asking cause I really don't see anything in the documentation that points this out. It really looks like I'd be using singletons and factories for this. I could register a Servlet or Servlet Context to listen for Tomcat events, but I figured it couldn't hurt to ask others using Blaze, as I'm very new to it. Thanks.

    So how would you tell Blaze to use this? Is there something you put into the config file? My thoughts on all this is to use PicoContainer to manage all services then create an adapter to inject all resources when creating remote objects. But this seems a little heavy if Blaze can do all this for me. The adapter seems like the injection point to me. Is that not what it's used for? Or is using it like that bad practice under Blaze? I've read all I can find on Blaze, so either it's missing docs, or I'm not finding them all. If I'm missing them, by all means let me know where to go. I don't want to ask questions that are already answered in documents else where.
    On Tue, May 20, 2008 at 10:51 AM, Mete Atamel <
    [email protected]> wrote:
    A new message was posted by Mete Atamel in
    General Discussion --
      Using databases and container events?
    I think it's mainly in JavaDocs but here's a sample I have where I check to make sure the HSQLDB is running as the BlazeDS starts up:
    import java.sql.Connection;
    import java.sql.SQLException;
    import flex.messaging.config.ConfigMap;
    import flex.messaging.services.AbstractBootstrapService;
    public class DatabaseCheckService extends AbstractBootstrapService
        // This is called right before server starts up.
        public void initialize(String id, ConfigMap properties)
            Connection c = null;
            try
                // Check that the database is running...
                c = ConnectionHelper.getConnection();
                // ... if yes return
                return;
            catch (SQLException e)
                System.out.println("DB is not running!");
            finally
                ConnectionHelper.close(c);
    // This is called as server is starting.
        public void start()
            // No-op
    // This is called as server is stopping.
        public void stop()
            // No-op
    View/reply at
    Using databases and container events?
    Replies by email are OK.
    Use the
    unsubscribe form to cancel your email subscription.
    "All that is necessary for the triumph of evil is that good men do nothing." - Edmund Burke

Maybe you are looking for

  • Installing oracle 10g on windows vista business

    will i be able to install oracle 10g on Windows Vista business? Please respond me.

  • One website is not opening in Safari or chrome

    I have a strange problem. One website called www.abudhabievents.ae is not opening in Safari nor chrome and whenever I am trying its showing the following error : - usr/local/cache/files/block.html;403 I tried this website on my windows pc and could o

  • Strange system behaviour.....Collective Billing ...Pls Help

    Hi Frens, I am doing collective billing for almost 20 deliveries. Each delivery has same material as single line item with same delivering plant - No Batch item). During Billing, 5 line items are passed on to accounting while rest 15 line items are n

  • Network not appearing

    I am running OS X server, and after moving the machine to a different place in the studio it no longer sees my local network. If I go to the network pane in the finder, I see Library, My Network, Servers, and Workgroups. Not one of my other macs appe

  • HT1925 I want to delete an album not the entire program!

    I am tired of the albums in iTunes.  How do I delete those albums, not the program of course!