index created in the database

Hello

the FSCM 91, on Win 2008, 8.52 tools, Oracle 11g DB.

If an index is created, not in the designer application (but in SQLPLUS for example) it would be PeopleSoft when navigation or execution of a batch by the process scheduler?

In other words the PeoplSoft indices must absolutely be created in application designer?

Thank you and best regards.

AFAIK PeopleSoft not explicitly use optimizers in SQL as referring to specific indices.

Indexes are used by the database (Oracle) when sql is running.

All objects, you can create the application designer, should also be created in the application designer.

That are part of the metadata PeopleTools and, therefore, you can add these items, also the indexes, projects and migrate into other environments using application designer.

Halin

Tags: Oracle Applications

Similar Questions

  • How to check the database is created in the database of node 2 RAC

    Hi all

    Please allow questions maybe too obvious. I'm not familiar with RAC and ASM.
    virtual box (Windows 7)

    2 built nodes on Linux 6.1 Windows 64-bit virtual machine.
    11.2.0.3 software grid & database.
    One of DB name is demo
    Node1 (demo1)
    Node2 (demo2)


    1. I installed the 11.2.0.3 grid software and set up ASM with her. The installation seems to succeed.

    I am able to use view state using crsctl (see the log)

    2. I installed the database software and you want to create a database (demo) by default. the software from 95%, but not able to realized the dbca.

    I see that the asm_pmon is running, but not able to see the process of demo db. I think at this point, I don't have my demo of database has been created yet.

    Yes, question
    1: is the database created?
    2. I try to use dbca to create my demo db, but at the stage of creation of the 'copy of the database files' - she complaint ORA-03114: not connected to ORACLE
    ???? What? What oracle server trying to connect?
    3. If the database is created, how to start the database, in particular it has 2 instances (demo1 and demo2)?

    Please advise!

    Thank you very much!




    [grid@demo1 ~] $ crsctl stat res t
    --------------------------------------------------------------------------------
    TARGET STATE SERVER STATE_DETAILS NAME
    --------------------------------------------------------------------------------
    Local resources
    --------------------------------------------------------------------------------
    ORA. DATA.dg
    Demo1 ONLINE
    Demo2 online
    ORA. LISTENER.lsnr
    Demo1 ONLINE
    Demo2 online
    ORA.asm
    Demo1 Started online
    Demo2 Started ONLINE
    ORA. GSD
    In offline mode offline demo1
    Demo2 offline offline
    ORA.net1.Network
    Demo1 ONLINE
    Demo2 online
    ORA.ons
    Demo1 ONLINE
    Demo2 online
    --------------------------------------------------------------------------------
    Cluster resources
    --------------------------------------------------------------------------------
    ORA. LISTENER_SCAN1. LSNR
    1 demo1 ONLINE
    ORA.demo1.VIP
    1 demo1 ONLINE
    ORA.demo2.VIP
    1 demo2 online
    ORA. CVU
    1 demo1 ONLINE
    ORA. OC4J
    1 demo1 ONLINE
    ORA.scan1.VIP
    1 demo1 ONLINE

    Published by: 969880 on November 13, 2012 14:18

    1. What is sure, is that your database is not registered in OCR because there are missing elements in crsctl stat res t exit for database instances.
    2. default DBCA trying to restore an RMAN backup to create a database. DBCA probably also try to connect to the new instance of the database to run scripts.
    3. you must use:

    srvctl start database -d demo
    

    This should start all database instances.

    But first try to check the DBCA logs that should be under $ORACLE_HOME/cfgtoollogs/dbca and to correct related errors.

  • undesirable type is created in the database

    Hi all

    I found a type created with the name SYSTPYbjDiyxqMdngRAAUT3s/bA == in my database without any body type and dependencies.

    No idea what makes of this type with the name of junk SYSTPYbjDiyxqMdngRAAUT3s/bA == create in my database

    I m using Oracle 10 g

    Thanks n rgds
    Saaz

    It is not the recyclebin.

    As mentioned in Alex, this is a type of system generated.

    There are a few scenarios where they created automatically behind the scenes, according to what you do with plsql types (for example, the Pipeline functions) or during certain SQL operations on SQL types where you don't expect the system to need to.

  • Type of index created in the 'PICTURE OF XMLTYPE?'

    I have a crazy question.

    Is it possible to create an index structured or not a type of Oracle 11.2.0.3 created as:

    CREATE TYPE mytype AS TABLE OF XMLTYPE?
    

    You're right, crazy question

    An index, regardless of its type, is designed to work on a relational or column object instance, not a class definition.

    I don't know what you had in mind, but to give an idea of your question, you could imagine something like this:

    -create the type definition

    -create a table to contain the instance of this type

    -create the index on the nested table column

    CREATE TYPE mytype AS TABLE OF XMLTYPE;
    
    CREATE TABLE mytable (myobj mytype)
      NESTED TABLE myobj STORE AS mytable$nt
      (
        XMLTYPE COLUMN column_value STORE AS SECUREFILE BINARY XML
      )
    ;
    
    CREATE INDEX mytable_uxi ON mytable$nt(column_value)
    INDEXTYPE IS xdb.xmlindex ;
    
  • How to create a SelectOneChoice using different Tables in the database

    Hi all

    I have a requirement where I have two tables have been created in the database: -.

    Master
    Slave

    Main table has columns as Id and Name. Are similar to values associated with the columns: -.
    ID:-1, 2, 3
    Name:-mobile phone, T-Shirts, bags of University

    In the table of the slave I have columns like Id and elements. Are similar to values associated with the columns: -.

    ID:-1.
    Items:-Nokia, Samsung, Motorola
    ID:-2
    Items:-Adidas, Reebok, Gucci
    ID:-3
    Items:-Reebok Adidas, VIP,.

    I need restore the values of mobile phones (Nokia, Samsung, Motorola), in SelectOneChoice1, t-shirts (Adidas, Reebok, Gucci) values in SelectOneChoice2 and bags of University (Adidas, Reebok, VIP) in SelectOneChoice3.
    I have two controls of data with me, it is main table and isn't the slave table but how do you get the different values in each of the SelectOneChioce.

    Please suggest. !!
    Thank you

    chk
    http://andrejusb.blogspot.com/2008/12/cascading-lovs-in-Oracle-ADF-11g-update.html
    http://www.YouTube.com/watch?v=nXwL2_RP7AQ
    http://blogs.Oracle.com/Shay/entry/got_to_love_cascading_lovs_in

  • How to find the patterns created explicitly in the database?

    Hello

    I'm using Oracle 11 g R1 database under Windows 2003 Server R2, my doubt is how can we find the list of schemas are explicitly created in the database, we can query this table DBA_USER or SYS. USER$ to find the list of available schemas (but it shows implicitly all the + explicitly created patterns), I need the exact list of scheme which created explicitly in the database is there any dictionary of data views is available, please advice...

    Thank you

    Shan

    But yes, you can get down SQL:

    Select a.username, a.created from dba_users a, v$ database b
    where a.created > b.created;

    Means, the users who created after the creation of the day of the database.

  • APEX_PUBLIC_USER creates several newspapers-ins in the database.

    Hello

    Our software team is new to the APEX, and the ADMINISTRATOR noted that whenever a user connects to an APEX application, there are several connections APEX_PUBLIC_USER created in the database.

    As soon as I entered the URL, he had 3 records of the APEX_PUBLIC_USER in the instance.

    Is this normal, or is there something that we should have Setup differently?

    Thank you
    Keisha

    It's normal. You see the sessions created for the modplsql connection pool. This improves performance by keeping the connections available for applications expected.

    Scott

  • Connection to the database to Oracle using Oracle Apex 5.0.1

    Hi all

    Is it possible to connect to the Oracle (Oracle SQL Developer 4.1.1) database using Oracle Apex 5.0.1 instead of using the object browser. As he was more workspace after you have downloaded the data we have on CSV Excel.

    For example: regardless of the tables I've created in the Application Builder is created in the object browser. We have limited the workspace of 500 MB. This is the reason why we cannot use this method to load the data and retrieve it. (Note: can I ask 2 GB of space to work on the approval of the Director, who is still not sufficient)

    Is it possible that I will create an apex.oracle.com application by using the application builder and I will create in the database tables. When I load the file in application, data will be stored in the database Oracle instead of the object browser.

    Well let me know is possible, if yes, how can I proceed.

    If this isn't the case, please let me know how I can get more workspace.

    According to my understanding, other possibilities are: 1) taking backup of old files and free up space, 2) create another workspace and get extra work space.

    Thanks for your help!

    Kind regards

    Vinod

    Hello

    When you load data using APEX SQL Workshop utilities for example, the data is stored in your database tables.

    Object browser is just seen tool your schema as the table objects and the data in the tables, just as SQL Developer.

    If you have no good reason to keep these files that you downloaded in the workspace, delete those. Data is stored in database tables.

    Kind regards

    Jari

  • Can drop us and then re-create the index when the database is opened.

    Can drop us and then re-create the index when the database is opened.

    Yes, you can.

    Concerning
    Asif Kabir

  • Creating asset - do not fill column subtype in the database table

    Hello

    I'm having a conclusion active problem newly created in the donor, which means that I can't use in other assets.

    What I found that new capital recently, do not have the subtype column overflows into the database. I think that might have effects in the content tree, but I can't even find in the search without any filter bar.

    This is the screenshot of the table filtered by flextemplateid:

    Tablea.png

    And here are the results of research, that I get when I search in the content also filtered by flextemplateid tree:

    lista.png

    As you can see, those with the correctly filled subtype is indicated.

    Someone knows why this phenomenon happens?

    What can I do to fix this?

    Thank you

    Mariana

    I could finally see my newly created goods. That's what I did:

    Tab admin - configure global search

    and then I have re-indexed the assets that I needed.

    He fixed it.

  • How to identify the siebel custom index created from DB without using siebel tools

    Dear Experts,

    Please let us know how to identify siebel custom indexes that are created directly through DB. We don't are not sure on the customer tables had created indexes.

    Thank you

    Carine Ch

    Hello carine,.

    Thank you for using Oracle communities.

    Custom indexes created without using Siebel tools are not included in the schema definition in the Siebel Repository.

    Just for your information, these indexes are deleted during the upgrade of database. In order to preserve these indexes, add them to the repository Siebel using Siebel Tools.

    Now come to your query you have utility DBCHCK.

    DBCHCK is that Siebel provided utility to compare the logical schema in the Siebel Repository against objects in the physical Oracle database.

    DBCHCK must be run regularly to check the status of the Siebel business, especially after a release.

    DBCHCK can be useful to identify custom index added by the development team, but not added to the repository using Siebel tools.

    You can run it from a server in the environment. A performance by connection to the base. This should be run from the folder siebsrvr

    You can get more information from document following knowledge.

    How the Dictutl and the dbchck to run? (Doc ID 475677.1)

    I hope it helps.

    Best regards

    Chetan

    P.S. If one of the answers was correct or useful, it would be great if you can mark as appropriate help the other identified correctly updated.

  • Create index partition in the partition table tablespace

    Hello

    I am running a work custom that

    * Creates a tablespace by day
    * Creates the daily table partition in the created tablespace
    * Removes the days tablepartition X
    * Removes the storage space for this partition of X + 1 day.

    The work above works perfectly, but it has problems with the management of the index for these partitioned tables. In the old database (10g - single node), all indexes and partitions exist in a BIG tablespace and when I imported the table creation script in the new database, I changed all the partitions table & index to go in their respective space.

    For example:

    Table_name... Nom_partition... Index_Part_name... Tablespace_name
    ============...================............====================...........=================
    TABL1... TABL1_2012_07_16... TABL1_IDX_2012_07_16... TBS_2012_07_16
    TABL1... TABL1_2012_07_15... TABL1_IDX_2012_07_15... TBS_2012_07_15


    But now, when the job is run, it creates the index in the tablespace TBS_DATA default.

    Table_name... Nom_partition... Index_Part_name... Tablespace_name
    ============...================.............====================...........=================
    TABL1... TABL1_2012_08_16... TABL1_IDX_2012_08_16... TBS_DATA
    TABL1... TABL1_2012_08_15... TABL1_IDX_2012_08_15... TBS_DATA


    I can issue alter index rebuild to move the index to its tablespace default, but how can I make sure that the index is created in the designated tablespace?

    NOTE: the partition/tablespace management work that I run only creates the partition of the table and not the index.


    The new env is a cluster of CARS of 2 nodes 11 GR 2 on Linux x86_64.


    Thanks in advance,
    aBBy.

    try something like this

    ALTER table tab_owner.tab_name add the partition v_new_part_nm
    values less (to_date('''|| v_new_part_dt_formatted ||'') ((', "DD-MON-YYYY)) tablespace ' | part_tbs
    update the index (ind1_name (partition ind_partition_name tablespace ind_part_tbs)
    ind2_name (partition tablespace ind_part_tbs ind_partition_name))
    ;

  • create the database in ASM

    Hello
    in 10.2.0.4, I create (not ASM) database with the following script:
    CREATE DATABASE DEVLPT10
    USER SYS IDENTIFIED BY oracle
    USER SYSTEM IDENTIFIED BY oracle
    LOGFILE GROUP 1 ('/home/oracle/oracle/instances/oradata/DEVLPT10/redo1/redo01.log') SIZE 15M,
    GROUP 2 ('/home/oracle/oracle/instances/oradata/DEVLPT10/redo2/redo02.log') SIZE 15M,
    GROUP 3 ('/home/oracle/oracle/instances/oradata/DEVLPT10/redo3/redo03.log') SIZE 15M
       maxdatafiles 254
       maxinstances 8
       maxlogfiles 32
       character set WE8ISO8859P15
       National Character Set UTF8
    DATAFILE '/home/oracle/oracle/instances/oradata/DEVLPT10/noyau/system_01.dbf' SIZE 2048 
    SYSAUX DATAFILE '/home/oracle/oracle/instances/oradata/DEVLPT10/noyau/sysaux_01.dbf' SIZE 350M 
    EXTENT MANAGEMENT LOCAL
    DEFAULT TABLESPACE BIG_TBS
    DATAFILE '/home/oracle/oracle/instances/oradata/DEVLPT10/donnees/big_tbs_01.dbf'
    SIZE 200M EXTENT MANAGEMENT LOCAL 
    DEFAULT TEMPORARY TABLESPACE temp
    TEMPFILE '/home/oracle/oracle/instances/oradata/DEVLPT10/temp/temp_01.dbf'
    SIZE 150M 
    UNDO TABLESPACE undotbs1
    DATAFILE '/home/oracle/oracle/instances/oradata/DEVLPT10/undo/undotbs_01.dbf'
    SIZE 200M AUTOEXTEND ON MAXSIZE UNLIMITED;
    
    CREATE TABLESPACE BIG_TBS_IDX DATAFILE 
      '/home/oracle/oracle/instances/oradata/DEVLPT10/indexes/BIG_TBS_IDX_01.DBF' SIZE 1024M AUTOEXTEND OFF
    LOGGING
    ONLINE
    PERMANENT
    EXTENT MANAGEMENT LOCAL UNIFORM SIZE 64K
    SEGMENT SPACE MANAGEMENT MANUAL;
    Now I will create a DB in ASM. What does not change in the syntax of path of the data file?

    Suppose that we wish to have:

    + DGDATA_DB/mydb/datafile/sysaux...

    Thank you.

    If you do not use FIU, you must use the instance parameters DB_CREATE_ONLINE_LOG_DEST_n http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams045.htm#CHDCEGFH. For example:

    DB_CREATE_ONLINE_LOG_DEST_1='+DGREDO01_FSCM'
    DB_CREATE_ONLINE_LOG_DEST_2='+DGREDO01_FSCM'
    
  • How can I connect a digital a test multiple numerical limit limit index in the database

    I am trying to store the results of our trials in the database.

    Its simple to step to a given market Index connect using the following expression

    Logging.StepResult.TS.Index

     

    However, our tests have many steps multiple numerical limit, and I must be able journal index of each test of numerical limit of the multiple steps in order to correctly return their numerical limit. The only phrase I can find that gives me this information is

    Logging.PropertyResultDetails.Order

    But the order does not quite appear to match like 1, 2, 3... but instead comes out as 9, 16, 23,... for a test and 9, 17, 25, 33, 41, 49... for another test.

    Could someone explain what is really Logging.PropertyResultDetails.Order . And if there is another term I should use to get the Index of the numerical limit for a trial of multiple numerical limit?

    Also is it a sort of reference manual that shows what kind of properties I have access to in Logging.PropertyResult I can't find that anywhere! Any help would be greatly appreciated!

    See you soon

    Kewal

    How about something like:

    Logging.PropertyResult.Parent.GetArrayOffset ("", PropOption_NoOptions, "[\" "+ Nameof (Logging.PropertyResult) +"-"]")

  • create the database in the mobile without SD card

    Hi, I want to create the database in a mobile blackberry without SD card. I mean in local memory. Is this possible? If it is possible how can I change the URI? Thank you URI.create ("file:///SDCard/databases/database.sqlite")

    file:///store/home/user/databases/database.SQLite

Maybe you are looking for