EMP tables in the relational database

Hello
Can you please let me know what is the tables are actually created in the SCHEMA (Shared services) or EAS in the relational database. It's when configuring EMP that tables are automatically created in the database?

Appreciate your comments and thank you for your time.

Thank you
Hari

Yes the tables are automatically created and filled at the point of configuration.

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • Planning Workflow - metadata in the relational database

    Hello

    In the metadata in the relational database, there is only an ID for almost every column. I would like to have names for these IDs so I can understand more clearly what is happening. Mainly concerning the workflow, I like to check in the database, what happens.

    Is this possible?

    Thank you very much

    Hello

    Most of the IDS will link to the table of hsp_object

    So an example of discovering the name for the first two columns (plan_unit_id and scenario_id) in the hsp_planning_unit table

    Select puobj.object_name as 'PlaningUnitName', scenobj.object_name as 'Scénario' of
    pu plansamp.hsp_planning_unit, plansamp.hsp_object puobj, plansamp.hsp_object scenobj
    where pu.plan_unit_id = puobj.object_id
    and pu.scenario_id = scenobj.object_id

    You can extend it to include other columns such as version, entity...

    additional columns that don't point to hsp_object are

    last_column colum = 0 = promote; 1 = rejection; 2 = approve; 3 = approval; 4 = start; 5 = exclude
    process_state = 0 is not started.; 1 = first pass; 2 = under review; 3 = approved; 4 = closed; 5 = unsigned out

    Ok?

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • create table in the remote database

    Hi friends,

    Is it possible to create a table in a remote with the syntax as database

    create table - on the remote database
    in select * from tbl - table with user defined data types.

    Thank you
    Akila Mathon.

    Remote DDL operations are not allowed.

    Create a procedure on the remote database, which will create the table using

    execute immediate 'Create table table_1 as select * from table@remote_link '
    
    Example
     create procedure ddl_remote(str varchar2)
     as
     begin
       execute immediate str ;
     end ;
     /
    

    Where remote_link is the database when you call the procedure.

    Directly GRANT EXECUTE CREATE TABLE to the user in which the procedure is created.

    Call the procedure of your current database.

    begin
       ddl_remote@DB_remote('create table emp as select * from emp@remote_link ') ;
    end ;
    /
    

    HTH
    SS

  • create table on the production database

    Hi expert I want some knowledge in real time
    If a user has requested to create a table on the production database where DBA one should contact 1.
    form where dba approval for create table.


    Thanks and greetings
    Sanat

    It depends on your hierarchy of society. Generally, your immediate boss.

  • Design of the relational database when installing essbase version 11.1.1.3.0

    Hello
    My question is as below
    We intend to deploy essbase version 11.1.1.3.0 on platform Linux RHEL5. I want to know the design of relational database, we would need for shared service and EAS to configure and use according to the installation document.

    -At least the documentation mentions is 100 MB. Is this a possible size?
    -What happens when this 100 MB runs out? Will be this errror outside? It truncates and write again in system tables needed for shared services?
    -Lets say I have about 800 native users and since LDAP OPEN will disappear with this version as well so it will be written to the relational tables as well.

    -What would be a possible size in this case. Will be around 1 GB to 2 GB suffuce?
    Thank you
    Prasad

    I do not know what database you are using, but if it's Oracle, you can set the size to autoextend by a set for example size 50 MB.
    11.1.1.3 still uses Openldap, it is removed from 11.1.2

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Restrict access to the Page of the user in the relational database

    I have a relational database with two tables on a common ID field. The user can access all their entries in the child table with simple SQL queries and then select from a list of correspondence which of its documents records in the child table that they wish to change (i.e. ['ID'] ParentTable, ChildTable ['ID'])). Registration is then displayed using $_GET passed through the URL as parameter "recordID". However, when the user is connected and accessing a folder that matches the query, they can then enter another "RecordID" number in the URL and go to any record in the table child whether they are 'owner' of the record or not.

    I tried to put a statement of equivalence in the authorization user code to restrict the access to the child records users since ParentTable ['ID'] == ['ID'] ChildTable only when you are connected the user accesses the records they created previously. (In other words, when a user type a different "RecordID" in the URL, the ParentTable ['ID'] and ChildTable ['ID] are not equivalent.) The code that I entered in the authentication of the user generated by DW is as follows:

    If ((isset ($HTTP_SESSION_VARS ["MM_Username"]) & & ($row_ParentTable ['ID'] == ['ID'] $row_ChildTable))) {}
    ...

    Is still not accessible, even if tests show the ParentTable ['ID'] and ChildTable ['ID'] are not equivalent

    Any ideas on how to restrict access to the child records "unknown"? I'm sure it's relatively simple, but I'm having trouble to get through this obstacle.

    Thank you

    Thank you, Philo. In fact I got it to work by initializing a session variable of tha parent ID of the table and comparing it to the variable ID of child table, then using a header redirect in case of inequality. Part of my problem was where I put the code in the page. Anyway, it works now. It seems that the answer is always just after you have posted the question.

  • End of table in the OPS database

    Hi all

    I need help about table OAF related issue. I need to display data on the table of the OFA. But every time when I click on NEXT 5 RECORDS from a table and return to the previous page, all column values are substituted with the first column in a table value. Please look at the screenshot. This table created dynamically with dynamic VO

    capturedelete1.JPG

    .

    Now, I click next 5 records

    capturedelete1.JPG

    I'll now have to first five records by clicking back. All column values are overwritten with the first values of the column.

    capturedelete1.JPG

    Code snippet:

    OATableBean = tabbean

    CreateWebBean (OATableBean) (pageContext, TABLE_BEAN, null, "table");

    tabbean.setID ("TableBN");

    tabbean.setNumberOfRowsDisplayed (5);

    tabbean.setWidth("45%"); "

    tabbean.setUserCustomizable (true);

    tabbean.setViewUsageName ("xxVO");

    Is not of the columns at the bottom of the method.

    int numattr = vo.getAttributeCount ();

    for (int columnNo = 0; columnNo < numattr; columnNo ++)

    {

    AttributeDef ad = vo.getAttributeDef (columnNo);

    String attrName = ad.getName ();

    String colName = ad.getColumnName ();

    AttributeDefImpl addr = (AttributeDefImpl) vo.findAttributeDef (colName);

    addr.setUpdateableFlag (AttributeDefImpl.UPDATEABLE);

    System.out.println ("Yves ding"+ addr.getUpdateableFlag () ');

    query was written for the correct data type in TEX INPUT TO DEFINE THE VIEW USE MESSAGE

    Pran string ="";

    Try

    {

    Pran = "SELECT DISTINCT DATA_TYPE FROM DBA_tab_columns WHERE table_name = UPPER (" + TableName + ") AND COLUMN_NAME = UPPER ("+ colName +")"; "

    St = con.createStatement ();

    RS = st.executeQuery ("SELECT DISTINCT DATA_TYPE FROM DBA_tab_columns WHERE table_name = UPPER ("+"'" + TableName + "'" +") AND COLUMN_NAME = UPPER("+"'"+colName+"'"+")");

    System.out.println ("DataType" + Pran);

    While (RS. Next())

    {

    String colprompt = attrdef [columnNo] .getName ();

    OrclDataType = rs.getString (1);

    System.out.println ("DataType" + OrclDataType);

    }

    RS. Close();

    St.Close ();

    }

    {} catch (sqlexception Exception)

    pageContext.putDialogMessage (new OAException ("OraclePreparedStatement OR OracleResultSet Exception" + sqlexception));

    sqlexception.printStackTrace ();

    }

    System.out.println (colname. Matches(".*date.*"));

    If ("!" true".) Equals (colname. Matches(".*date.*")))

    If (!) "" LAST_UPDATE_DATE ". Equals (colname) & &! "" LAST_UPDATE_LOGIN ". Equals (colname) & &! "' CREATED_BY". Equals (colname) & &! "' CREATION_DATE". Equals (colname) & &! "" LAST_UPDATED_BY ". Equals (colname) & &! "" WH_UPDATE_DATE ". Equals (colname) & &! "" LAST_ORDERED_DATE ". Equals (colname) & &! "" PROGRAM_UPDATE_DATE ". Equals (colname))

    If (!.) OrclDataType.equals ("DATE"))

    {

    name of column = (colName.replace ('_', ' ')). toLowerCase();

    String colprompt = attrdef [columnNo] .getName ();

    String colprompt1 = attrdef [1] .getName ();

    System.out.println ("colprompt" + colprompt);

    SampleVO1 is the name of the ViewObject

    OAMessageTextInputBean = oamessage

    CreateWebBean (OAMessageTextInputBean) (pageContext,

    MESSAGE_TEXT_INPUT_BEAN,

    (NULL, 'text');

    oamessage.setPrompt ("Table name");

    oamessage.setMaximumLength (30);

    oamessage.setID (name of column, "col" + "0");

    oamessage.setViewUsageName ("xxVO");

    oamessage.setViewAttributeName (attrName);

    oamessage.setLabel (colName);

    oamessage.setUserCustomizable (true);

    oamessage.setWrapEnabled (true);

    oamessage.setDataType (OrclDataType);

    }

    }

    webBean.set (true);

    webBean.addIndexedChild (tabbean);

    webBean.s

    pageContext.putTransactionValue ("xflag", 'Z');

    xflag = "N";

    }

    Please help me... Thanks in advance

    Is it not the same question as failed form Validation: "the value is not a date and time in the format" ?

    As suggested in the other thread, use a name for the dynamic OAMessageTextInputBean.

    OAMessageTextInputBean = oamessage

    CreateWebBean (OAMessageTextInputBean) (pageContext,

    MESSAGE_TEXT_INPUT_BEAN,

    (NULL, 'text' + columnNo);

    See you soon

    AJ

  • Insertion of a table in the site database built in Muse

    Hi, I have built my site in Adobe Muse. I now need to add a new page, which should contain a data table. The table will have 11 columns and 400 lines of data that must be updated regularly. I tried with a widget called MSC Tablesmith but it does not seem to handle this amount of data. If I get my programmer to create this database for this one page will always be able to edit and modify the rest of the site in Muse? If not, is there a better widget or another way for me to do that?

    The best way to do is to update your hosting with Business Catalyst plan to include Web applications, which are basically databases that you can integrate with Muse. In this way, you can continue publishing Muse, but you connect to the BC Admin to manage the database (Web App). We are happy to help the integration, if you have any questions. Just reach out to us at www.aidbc.com.

    Thank you!
    Karim

  • _V tables in the portal database

    Does anyone know what function tables _v in the portal database are?  I was research on weblogic portal preferences and connected to the portal pointbase database.  I saw the following tables:

    pf_portlet_preference;
    pf_portlet_preference_v;
    pf_portlet_preference_value;
    pf_portlet_preference_value_v;

    It looks at the v and table v are the same in structure and content. Can someone explain what are the tables _v?  That's the redundancy?


    Output of select > >

    SQL > select * from pf_portlet_preference;


    CREATION_DATE MODIFIED_DATE IS_MODIFIA IS_MULTIVA PREFERENCE_DESCRIPTION PREFERENCE_NAME PORTLET_INS
    ----------- -------------------------------------------------------------------------------- ----------------------------- ----------------------------- ---------- ---------- ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    4002 remoteUrl 12-10-2011 13:29:31.0 2011-10-12 16:16:36.0 0 0 NULL
    16001 HireYear 2011-10-25 13:00:20.0 2011-10-25 13:00:32.0 1 1 NULL
    12001 FavoriteColor in 2011-10-26 11:12:20.0 2011-10-28 16:09:28.0 1 1 NULL

    3 selected lines. Select * from pf_p..., Total dry 0, compile dry 0


    SQL >
    Select * from pf_portlet_preference_v;


    CREATION_DATE MODIFIED_DATE IS_MODIFIA IS_MULTIVA PREFERENCE_DESCRIPTION PREFERENCE_NAME PORTLET_INS
    ----------- -------------------------------------------------------------------------------- ----------------------------- ----------------------------- ---------- ---------- ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    4002 remoteUrl 12-10-2011 13:29:31.0 2011-10-12 16:16:36.0 0 0 NULL
    16001 HireYear 2011-10-25 13:00:20.0 2011-10-25 13:00:32.0 1 1 NULL
    12001 FavoriteColor in 2011-10-26 11:12:20.0 2011-10-28 16:09:28.0 1 1 NULL

    3 selected lines. Select * from pf_p..., Total dry 0, compile dry 0


    SQL >
    Select * from pf_portlet_preference_value;


    PORTLET_PRE PORTLET_INS PREFERENCE_NAME CREATION_DATE MODIFIED_DATE PREFERENCE_VALUE
    ----------- ----------- -------------------------------------------------------------------------------- ----------------------------- ----------------------------- ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    6 4002 remoteUrl 2011-10-12 16:16:36.0 12-10-2011 16:16:36.0 http://localhost:7001/POCClipperWAR/faces/index.jsp
    8 16001 HireYear 2011-10-25 13:00:32.0 2011-10-25 13:00:32.0 2011
    158 12001 FavoriteColor in 2011-10-28 16:09:28.0 2011-10-28 16:09:28.0 Red
    159 12001 FavoriteColor in 2011-10-28 16:09:28.0 2011-10-28 16:09:28.0 Green
    160 12001 FavoriteColor in 2011-10-28 16:09:28.0 2011-10-28 16:09:28.0 blue

    5 selected lines. Select * from pf_p..., Total dry 0, compile dry 0


    SQL >
    Select * from pf_portlet_preference_value_v;


    PORTLET_PRE PORTLET_INS PREFERENCE_NAME CREATION_DATE MODIFIED_DATE PREFERENCE_VALUE
    ----------- ----------- -------------------------------------------------------------------------------- ----------------------------- ----------------------------- ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    6 4002 remoteUrl 2011-10-12 16:16:36.0 12-10-2011 16:16:36.0 http://localhost:7001/POCClipperWAR/faces/index.jsp
    8 16001 HireYear 2011-10-25 13:00:32.0 2011-10-25 13:00:32.0 2011
    158 12001 FavoriteColor in 2011-10-28 16:09:28.0 2011-10-28 16:09:28.0 Red
    159 12001 FavoriteColor in 2011-10-28 16:09:28.0 2011-10-28 16:09:28.0 Green
    160 12001 FavoriteColor in 2011-10-28 16:09:28.0 2011-10-28 16:09:28.0 blue

    5 selected lines. Select * from pf_p..., Total dry 0, compile dry 0

    These aren't the tables. They are seen.

  • How do I get the name of the web page in v$ session table in the Oracle database

    We have asp.net web application hosted on IIS (windows) and the connection to the Oracle (10g) database.


    When I query the table v$ session in the database as a Jr.DBA, I don't see the name of the program as "w3wp.exe.
    coming from the computer host IIS (web server).

    Now, it is difficult to diagnose as session in the database that refers to what web page in the web application.

    If I have 10 web pages open in my web application connecting to the Oracle database, now if I wanted to go
    session info, when I browse the v$ session all it shows me what "w3wp.exe.

    Now is there a way to get the name of the web page in the session of $ v.

    (maybe he needs a few changes to the code in the application web asp.net, change in the configuration of IIS web server as well).

    Let me know

    Dear johnpau2013,

    It's an interesting question. See the documentation below and see if they help you or not?

    DBMS_APPLICATION_INFO;

    http://download.Oracle.com/docs/CD/B19306_01/AppDev.102/b14258/d_appinf.htm#CHEEFBBD
    http://download.Oracle.com/docs/CD/B19306_01/AppDev.102/b14258/d_appinf.htm#i999290
    http://download.Oracle.com/docs/CD/B19306_01/AppDev.102/b14258/d_appinf.htm#ARPLS003

    Hope that helps.

    Ogan

  • Authentication using the table and the existing database

    Very new to APEX here. In authentication methods and was curious to know if it is possible to link the Apex on an existing Oracle database and the table to get information for user name and password. Trying to use the employe_id and last 4 of their social.

    Any ideas or things I can read up to get a general idea?

    JosephPortello wrote:
    fac586, thank you. I didn't even know what I had done.

    Yet one thing that happens now after I corrected my incorrect syntax.

    CREATE OR REPLACE FUNCTION EmployeeIDAuth (
    p_username IN VARCHAR2,
    p_password IN VARCHAR2
    )
    RETURN BOOLEAN
    IS
    form l_count NUMBER;
    BEGIN
    SELECT COUNT(*) into l_count from table@db WHERE employee_no=p_username AND bdate=p_password;
    IF l_count > 0 THEN
    RETURN TRUE;
    ELSE
    RETURN FALSE;
    END IF;
    END; 
    

    Now returns an error of:

    Error on line 15: PLS-00103: encountered the symbol "end-of-file" when expects it one of the following values:

    not end up dominant static of final instantiable order pragma
    manufacturer membership card
    1. CREATE OR REPLACE FUNCTION EmployeeIDAuth)
    2 p_username IN VARCHAR2,
    3 p_password IN VARCHAR2

    Any other ideas?

    Remove the false token form.

  • tools for the standardization of the huge table in the oracle database

    I have a huge database. I need to normalize the database up to 3NF. Have we not all tools to normalize the database up to 3NF.

    [email protected] wrote:
    I have a huge database. I need to normalize the database up to 3NF. Have we not all tools to normalize the database up to 3NF.

    Not within Oracle. Standardization of data is the down and dirty job to analyze your data in your business. If you want to say that your employee table has a primary key on the color of the hair to Oracle, oracle is quite happy to create this table and PK.

  • Stream 90 tables implementation of 400 tables in the same database.

    Hello

    I intend to use DBMS_STREAMS_ADM. 90 400 tables of selection tables ADD_TABLE_RULES.
    Is this a good option or go to ADD_SCHEMA_RULES and include these 90 rules positve tables throughout.
    Please help me in this.
    If anyone has the code for sapmle please post here.

    Thank you
    Ray

    Please go through the sequence of steps for installing Oracle Streams at the Table level
    [Installation step by step flow | http://krish-dba.blogspot.com/2008/12/streams-setup.html]
    Thank you
    Krishna

    Published by: Krishna R on January 20, 2009 22:52

  • Important RMAN linked tables in the catalog database.

    I want to check that database in RMAN backups completed successfully backend with a log file

    All online backups are holding tapes by TSM.

    Please help me in this regard.

    There are many points of view such as RC_BACKUP_CONTROLFILE, RC_BACKUP_CORRUPTION, RC_BACKUP_DATAFILE, RC_BACKUP_PIECE, RC_BACKUP_REDOLOG, RC_BACKUP_SET, RC_BACKUP_SPFILE. Check this

    Kind regards.

  • How can I get the second and third highest salary from the emp table

    How can I get the second and third highest salary from the emp table in the ecah Department
    SQL> ed
    Wrote file afiedt.buf
    
      1  select empno, ename, sal, deptno
      2  from (
      3    select empno, ename, sal, deptno, dense_rank() over (partition by deptno order by sal desc) as rn
      4    from emp
      5    )
      6* where rn in (2,3)
    SQL> /
    
         EMPNO ENAME             SAL     DEPTNO
    ---------- ---------- ---------- ----------
          7782 CLARK            2450         10
          7934 MILLER           1300         10
          7566 JONES            2975         20
          7876 ADAMS            1100         20
          7499 ALLEN            1600         30
          7844 TURNER           1500         30
    
    6 rows selected.
    
    SQL>
    

Maybe you are looking for