EMP Configurator - drop/recreate Tables Question

All,

The question regarding the EMP Configurator.

All products are deployed on the same schema (assumes that the SS, WORKSHOP, planning, HFM), and I would like to re - set up the schedule.

If I choose only the option "configure database" for planning only and then choose "delete and re-create the tables", which only decreases the HSP, or all tables in the schema? My gut tells me it will only drop the HSP paintings, but my past experiences told me that there is a high probability it will drop the entire schema.

Appreciate any idea

It should only remove system planning objects, if you are worried then make sure you have a backup or point to another schema.

See you soon

John

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

Tags: Business Intelligence

Similar Questions

  • Configuration drop-down list when you request an action plan

    Because we are not allowed to the VCAC SDK, I am forced to use the workflow integrated calling my master workflow VCO.  My problem is that I have just rated provision which limits me to expose my configurations for each model.  An example of what I need is sales will have 40 configs while Finance has 10 configs.  I don't want their options in drop-down list to bleed over to other.

    Any ideas?

    Thank you

    -Stephen

    Well well, without knowing your particular use case and what are the variables, then Yes, maybe. I have more than 70 IaaS models right now, but I have ~ 20 profiles of construction. Nothing gets actually configured in the action plan itself except for material-specific values and model of vSphere being used for the provision of... All the news of real form is in building profiles. It is much easier to control that.

    At one point, I thought together to the bottom of each environment in a single model and have the o/s to be a configurable drop-down list, but finally I decided against that because I'm driving both the metadata information to be recovered vCAC and operate only vCO as a runtime engine. I wanted that little data hardcoded / fixed stored in vCO as humanly possible, so I build battery funding round have as much of the required inputs be stored in vCAC or vCenter, keeping the absolute minimum in vCO.

    Useful?

  • ORA-24005: must use DBMS_AQADM. DROP_QUEUE_TABLE to drop queue tables

    When I drop the simple control panel drop I get this error.


    ORA-24005: must use DBMS_AQADM. DROP_QUEUE_TABLE to drop queue tables

    solution

    This error come when you deposit QUEUE_TABLE with normal drop table command.

    To remove the queue table, you should use DBMS_AQADM. DROP_QUEUE_TABLE procedure.

    BEGIN
    DBMS_AQADM. DROP_QUEUE_TABLE ("the queue table name", TRUE);
    END;
    /

  • ALTER drop partition table for ORA-01031: insufficient privileges

    Hello

    Select * from version of v$.
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE Production 11.2.0.2.0
    AMT for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production


    I have a table in the schema Y whose partition based on the value should be removed from schema X.

    For example, ALTER TABLE DROP PARTITION Y.TAB_NAME FOR (4853);

    I guess I gave almost all the privileges. Any thoughts?

    Select * from DBA_TAB_PRIVS where table_name = 'Table_name' and recipient = 'X '.

    DEALERSHIP OWNER TABLE_NAME GRANTOR PRIVILEGE HIERARCHY
    ------------------------------ ------------------------------ ------------------------------ ------------------------------ ---------------------------------------- --------- --------------------- --------- ---------------------
    X Y TABLE_NAME Y ALTER YES NO
    X Y TABLE_NAME DELETE YES NO
    X Y TABLE_NAME Y INSERT YES NO
    X Y TABLE_NAME SELECT YES NO
    UPDATE TABLE_NAME Y Y X YES NO
    INDEX OF TABLE_NAME Y Y X YES NO

    6 selected lines
    Additional Prerequisites for Partitioning Operations
    If you are not the owner of the table, then you need the DROP ANY TABLE privilege in order to use the drop_table_partition or truncate_table_partition clause.
    

    reference - http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/statements_3001.htm

    * That said I think seriously to give such a privilege [DROP ANY TABLE] to another schema.*

    I hope this helps!

    Published by: Sri on April 6, 2011 14:12

  • mistakenly dropped a table:(s'il vous plaît aider)

    Hi all

    By mistake, I dropped a table, is there anyway I could get it back.

    Concerning
    Rahul Kalra

    Version?

    FLASHBACK TABLE TO BEFORE DROP;
    
  • When I drop a table, automatic, creating dummy tables

    Hi all

    I use 11g
    in this regard, whnever, I drop a table, Oracle automatically creates 1 table like that name ("' BIN$ ja1wOa6kYLPgQAB/AQB5ZQ == $0" ")
    This table, I'm not able to deposit
    Similarly, when I see these table in enterprise console are not displayed
    But when I see through SqlPlus it shows the name in the list of tables


    Please provide any solution
    Thanks in advance

    Pankaj

    But when I see through SqlPlus it shows the name in the list of tables

    It is the BASKET in case you change your mind and want to postpone

  • I accidentally dropped a table, can I get it back?

    Hello

    I accidentally dropped a table, I can get it back is back with a different name than the original? I use Oracle 10.2.0.3.

    Thanks, Felipe.

    Hi Felipe,.

    If you accidentally deleted a table, you can retrieve it back using the FLASHBACK TABLE... Before FILING to recover a table deleted from the Recycle Bin. Look at the following SQL example:

    SQL> CREATE TABLE emp_example
      2  AS SELECT * FROM employees WHERE department_id=70;
    Table created.
    
    SQL> SELECT COUNT(*) FROM emp_example;
      COUNT(*)
    ----------
             5
    
    SQL> DROP TABLE emp_exaple;
    Table dropped.
    
    SQL> FLASHBACK TABLE emp_example TO BEFORE DROP
      2  RENAME TO emp_other_name;
    Flashback complete.
    
    SQL> SELECT COUNT(*) FROM emp_other_name;
      COUNT(*)
    ----------
             5
    

    See you soon,.

    Francisco Munoz Alvarez
    http://www.oraclenz.com

  • Ring of table question

    Hello

    I'm using LabWindows/CVI 8.5 and I have a question about the use of the rings in a table cell.  I have a table that has 10 columns, and the columns are a mixture of numerical values, chains and rings - that is to say 2 columns are rings.

    The table is filled by the program (initially it will be empty).  Each of the ring cells is supposed to contain 30 values.  I've noticed that I fill the table with data in different columns, all works well - rings unless.  After filling the table, cells of the ring show only the first element that was written on the ring.  Also, when I click on the arrow to display other values in the ring, nothing is happening, i.e. There is no action to drop down at all in the ring.

    I walked through the loop in the code that makes the call to InsertTableCellRingItem to insert every element in the ring, and everything seems to work.  Return the statutes by the calls of the insert are always 0.  I also watched the TableCells example in L/CVI 8.5 and I see no real difference in the example, in what I do.

    For me, it sounds like a setting somewhere, but I was unable to understand what could be this setting.

    Any ideas?

    Harv

    OK... Sorry about losing someone there is time on it.  I kept playing around and found the answer.

    The global settings for the table, it was in mode 'Column', but he was not in "Hot" mode  Once I did 'Hot', the rings started working as expected.

    Thanks for listening!

    Harv

  • [ADF, JDev12.1.3] Mastering the form with detail tables: questions about Insertion/deletion, commit / rollback, primary key, handling,...

    Hallo,

    I have a panelTabbed with 4 tabs. In the 1st tab, there is a master form while each of the other tabs, there is a secondary table. Each tab "reads" vo.

    Please see here http://digilander.libero.it/flattit82/OTN_FILES/VoInTabs.png

    I created the graphichs/layout and now it's time to take care of the management of the transaction.

    In the master tab / form

    1)

    Here, I would put a button to remove the master record.

    When I delete a record in the primary table an automatism in the database (MS SQL Server) will automatically delete any registration which are linked to it in the detail tables.

    Could the automated system as this causes problems?

    In the Details tabs / tables

    2)

    I would put a button in each row to delete the line delivering. Can I just drag-and - drop, like button, af line: table the operation "Delete" of the VO istance detail used to create the af: table?

    3)

    If Yes, by clicking on the button performs the default delete operation. But if need to perform some actions before you run the deletion (or, in General, any other operation), how can I do?

    4)

    To create a folder that I use Create or CreateInsert? And what are the differences between them?

    5)

    When I create a new record I need set the value of a field of the VO on which is based the af: table. He filed, let's call it RowDetNumber, is not displayed in the af: table, because it doesn't have be filled in by the user. Mut value is calculated and set "secretly" before posting the new line to the database table. In particular, its value must be calculated as

    Select max (RowDetNumber) + 1

    of table_on_which_VO_is_based

    where some_conditions_on_fields_of_the_same_VO


    For example

    The VO selects all of the records that have FkId =: value. If value = 3, VO selection records:

    ID RowDetNumber OtherFields FkId

    1   3     1             ...

    2   3     2             ...

    3   3     3             ...

    4   3     4             ...

    The new record must be RowDetNumber = 5.

    I would like to know how permorm this.

    In general

    6)

    If the database tables have 1 or more triggers I have to take care of something?

    7)

    On the book "development of Web Applications with Oracle ADF Essentials - Sten E. Vesterli", I have read it could be problems when you use tables of database non-Oracle with auto-increment fields.

    The advice of author uncheck the 'Required' box in the model.

    All tables in my database have a primary keys that are auto-increment... so I uncheck the "mandatory"?

    8)

    In general how do I set these fields? I have to put in OT, VO or both?

    Thank you

    Federico

    Hello

    (1) you will need to re - question child iterators so that they do not look stale data

    (2) Yes. Ensure that the table is PPRed after deleting the line (should happen automatically if ChangeEventPolicy on iterator is set to ppr)

    (3) double click on the button and it creates a bean managed for you. It allows you to check a box to generate the code he would run to remove the line. Everything you put in front of the generated code is your code before

    (4) in the case of tables, use createInsert as it adds the new line to the rowset (transaction)

    (5) suggest to do this use a database trigger and the data attribute value DBSequence VO type

    (6) do not 'drop table' issue in SQL (sorry, couldn't resist ;-))

    (7) If you follow the advice of the author, Yes. What it does, I have it does not throw an exception if a value is missing in the validation of the line

    (8) usually you set whatever it is at the level of the OS and put only things on VO if you want to override the default value for a specific behavior


    Frank

  • Tree of the University campus solutions 9.0 organization and Lookup Table question

    People,

    Hello. I'm creating 9.0 Solution Campus of a college. I confront the issue as below:

    Implement AWAR > Foundation Table > academic Structure > academic organization

    I implemented the academic organization of these data Table: in addition to academic departments, I also type in academic institutions and academic groups.

    Then I create academic organization tree using the tree Manager. The tree is verified and valid a date of entry into force.

    Then I put in place the 2 tables below:

    Implemented AWAR > Foundation Table > academic Structure > program academic table

    Implemented AWAR > Foundation Table > academic Structure > Table of different disciplines

    Table of research of the academic organization developed in the 2 above table successfully. But when I put in place the other 2 tables below, search for academic organisation table does:

    Implement > AWAR > Security > secure Administration of the student > user ID > Security academic organization

    Curriculum management > Catalogue > Catalogue courses > tab offer

    I understand that the 2 tables above are based on the tree of academic organizations and not on the academic organization Table. I see no error in the tree.

    Because the search for academic organisation table can't happen in the tab 'Offers' course catalogue, the course cannot be saved.

    My question is:

    Any folk can help resolve the issue of the "academic organization lookup table cannot mount security academic organization and in the tab catalog of courses'? Or any suggestion on the tree of the academic organizations?

    Thanks in advance.

    Perform the following procedure:

    Home > ACSS configuration > Security > secure Administration student > process > security update - Acad Orgs

    After the execution of the process, check the lookup tables.

  • The queue from table question

    I had a recent application where I wanted to take 100 samples of something then get the RMS of the dara. This is happening in a loop, and until the end of the program. Very basic stuff.

    • Method of the QUEUE:
    • Get queues with max 100 items.
    • Queue data (data arrive on every 50mS).
    • Get the status of the queue when the number of items is 100...
    • ... Empty the queue and get all the items (which of course will be a prison guard) and use the RMS funtion.
    • Repeat

    ---------------------

    • TABLE method:
    • Initialize the array with 100 elements of the DBL 9999.99 (it is a value that can only happen in the data)
    • Insert data in the table to help replace a subset of table
    • When 100 index isn't 9999.99, then...
    • ... Put the table in the RMS function, then re - initialize the full array of the 9999.99
    • Repeat

    My questions are, who should be faster, including better management of memory?

    Thank you!

    Why not just use the RMS PtByPt VI. In this way, you don't need to store data at all? This may require that marginally more calculation, but will require less memory.

    If you insist on the pad, I'd probably go with the table for simplicity. I think you can simplify your system to determine when to treat well. No reason to have all these 9999.99 is here.

    Chris

  • Hyperion Planning Alias table question

    Hi all

    We have a problem with the Alias of Hyperion planning table.

    For example: the country Brazil has Portuguese as official language, but the table Alias must be BRL_Alias.When we tried to name, the name of the Alias as BRL_Alias it takes the Portuguese characters such as question marks (?).
    Could you please let us know how this can be resolved.

    Thank you

    Hello

    you have created your application in unicode mode?

    You can check in the library of the application-> tools-> manage the Source of data for planning. Select your data source and see if the "Unicode support" is true

    Kind regards

    Ilias

  • AF:table-> question component af:inputlistofvalues in 12 c

    Hi Expert,

    I use jdev Studio Edition Version 12.1.3.0.0.

    My problem:

    (1) I used af:table and in the table for an attribute of VO I defined LOV.

    (2) I enabled the click to edit table feature

    (3) I've enabled Auto suggest behavior for attribute table LOV

    (4) when I am selecting the popup LOV folder and press ok then selected value is filled in the table row

    (5) but when I try to add another record in the table while I am is following error all the time and if I select the value using auto suggest list, so I wasn't getting error.

    I refereed below url for my question, but it is not my problem. I really want to create the form to add the new record to the table. We have already done 90% of the code and applied the greater part of my logic around the table component.

    java.lang.NullPointerException while selecting lov in adf:table

    < oracle.adf.view > < PartialResponseUtils > < handleError > < ADF_FACES - 60096:Server Exception during the PPR, #1 >

    java.lang.NullPointerException

    at org.apache.myfaces.trinidad.component.StampState.restoreChildStampState(StampState.java:184)

    at org.apache.myfaces.trinidad.component.UIXCollection.restoreStampState(UIXCollection.java:1205)

    at org.apache.myfaces.trinidad.component.UIXTable.restoreStampState(UIXTable.java:481)

    at org.apache.myfaces.trinidad.component.UIXCollection.restoreStampState(UIXCollection.java:1198)

    at org.apache.myfaces.trinidad.component.UIXTable.restoreStampState(UIXTable.java:481)

    at org.apache.myfaces.trinidad.component.StampState.restoreChildStampState(StampState.java:193)

    at org.apache.myfaces.trinidad.component.UIXTable.restoreStampState(UIXTable.java:469)

    at org.apache.myfaces.trinidad.component.UIXCollection._restoreStampState(UIXCollection.java:2114)

    at org.apache.myfaces.trinidad.component.UIXCollection.postRowDataChange(UIXCollection.java:1008)

    at org.apache.myfaces.trinidad.component.UIXCollection.setRowIndex(UIXCollection.java:573)

    at org.apache.myfaces.trinidad.component.UIXTable.setRowIndex(UIXTable.java:782)

    at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer.renderDataBlockRows(TableRenderer.java:3199)

    at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer._renderSingleDataBlock(TableRenderer.java:2824)

    at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer._handleDataFetch(TableRenderer.java:1901)

    at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer._encodeDataFetch(TableRenderer.java:931)

    at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer._handleSimpleDataFetch(TableRenderer.java:612)

    at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer.encodeAll(TableRenderer.java:695)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1600)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:525)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1217)

    at org.apache.myfaces.trinidad.component.UIXCollection.encodeEnd(UIXCollection.java:676)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    to oracle.adfinternal.view.faces.util.rich.InvokeOnComponentUtils$ EncodeChildVisitCallback.visit (InvokeOnComponentUtils.java:146)

    at com.sun.faces.component.visit.FullVisitContext.invokeVisitCallback(FullVisitContext.java:151)

    at javax.faces.component.visit.VisitContextWrapper.invokeVisitCallback(VisitContextWrapper.java:85)

    to org.apache.myfaces.trinidad.component.UIXShowOne$ PartialVisitContext.invokeVisitCallback (UIXShowOne.java:239)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:604)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:405)

    at org.apache.myfaces.trinidad.render.CoreRenderer.visitChildrenForEncoding(CoreRenderer.java:228)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncodingImpl(RichRenderer.java:2597)

    at oracle.adfinternal.view.faces.renderkit.rich.ShowDetailItemRenderer.visitChildrenForEncodingImpl(ShowDetailItemRenderer.java:193)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncoding(RichRenderer.java:2579)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:477)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:774)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:631)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:405)

    at org.apache.myfaces.trinidad.render.CoreRenderer.visitChildrenForEncoding(CoreRenderer.java:228)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncodingImpl(RichRenderer.java:2597)

    at oracle.adfinternal.view.faces.renderkit.rich.ShowOneContainerRenderer.visitChildrenForEncodingImpl(ShowOneContainerRenderer.java:88)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncoding(RichRenderer.java:2579)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:477)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:774)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:631)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:405)

    at org.apache.myfaces.trinidad.component.UIXShowOne.visitTree(UIXShowOne.java:135)

    at org.apache.myfaces.trinidad.render.CoreRenderer.visitChildrenForEncoding(CoreRenderer.java:228)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncodingImpl(RichRenderer.java:2597)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncoding(RichRenderer.java:2579)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:477)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:774)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:631)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:405)

    at org.apache.myfaces.trinidad.render.CoreRenderer.visitChildrenForEncoding(CoreRenderer.java:228)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncodingImpl(RichRenderer.java:2597)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncoding(RichRenderer.java:2579)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:477)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:774)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:631)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:405)

    at org.apache.myfaces.trinidad.render.CoreRenderer.visitChildrenForEncoding(CoreRenderer.java:228)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncodingImpl(RichRenderer.java:2597)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncoding(RichRenderer.java:2579)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:477)

    at oracle.adf.view.rich.component.fragment.UIXRegion.visitChildren(UIXRegion.java:986)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:774)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:631)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:405)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitAllChildren(UIXComponent.java:504)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:482)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:774)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:631)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:405)

    at org.apache.myfaces.trinidad.render.CoreRenderer.visitChildrenForEncoding(CoreRenderer.java:228)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncodingImpl(RichRenderer.java:2597)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncoding(RichRenderer.java:2579)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:477)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:774)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:631)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:405)

    at org.apache.myfaces.trinidad.render.CoreRenderer.visitChildrenForEncoding(CoreRenderer.java:228)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncodingImpl(RichRenderer.java:2597)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncoding(RichRenderer.java:2579)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:477)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:774)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:631)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:405)

    at org.apache.myfaces.trinidad.render.CoreRenderer.visitChildrenForEncoding(CoreRenderer.java:228)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncodingImpl(RichRenderer.java:2597)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncoding(RichRenderer.java:2579)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:477)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:774)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:631)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:405)

    at org.apache.myfaces.trinidad.render.CoreRenderer.visitChildrenForEncoding(CoreRenderer.java:228)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncodingImpl(RichRenderer.java:2597)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncoding(RichRenderer.java:2579)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:477)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:774)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:631)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:405)

    at org.apache.myfaces.trinidad.render.CoreRenderer.visitChildrenForEncoding(CoreRenderer.java:228)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncodingImpl(RichRenderer.java:2597)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncoding(RichRenderer.java:2579)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:477)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:774)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:631)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:405)

    at org.apache.myfaces.trinidad.render.CoreRenderer.visitChildrenForEncoding(CoreRenderer.java:228)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncodingImpl(RichRenderer.java:2597)

    at oracle.adf.view.rich.render.RichRenderer.visitChildrenForEncoding(RichRenderer.java:2579)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:477)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitChildren(UIXComponent.java:774)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:631)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:405)

    at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623)

    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:560)

    at oracle.adfinternal.view.faces.util.rich.InvokeOnComponentUtils.renderChild(InvokeOnComponentUtils.java:49)

    at oracle.adfinternal.view.faces.streaming.StreamingDataManager._pprComponent(StreamingDataManager.java:953)

    at oracle.adfinternal.view.faces.streaming.StreamingDataManager.execute(StreamingDataManager.java:677)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._encodeStreamingResponse(DocumentRenderer.java:4055)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1707)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1600)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:525)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1217)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at oracle.adfinternal.view.faces.context.PartialViewContextImpl._processRender(PartialViewContextImpl.java:304)

    at oracle.adfinternal.view.faces.context.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:159)

    at javax.faces.component.UIViewRoot.encodeChildren(UIViewRoot.java:981)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1779)

    at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:102)

    at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:391)

    at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)

    at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)

    to org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ ChangeApplyingVDLWrapper.renderView (ViewDeclarationLanguageFactoryImpl.java:338)

    at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:125)

    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288)

    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:170)

    at oracle.adfinternal.view.faces.lifecycle.ResponseRenderManager.runRenderView(ResponseRenderManager.java:52)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1095)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:389)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:255)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:346)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:105)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:502)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:502)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:327)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:229)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:137)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:220)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3436)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3402)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)

    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2285)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2201)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1572)

    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:255)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)

    My observations:

    If I select using the value auto suggest behavior then I am not facing any problem.

    Add row in the table, I used createInsert operation and I have no composite key in my table defined.

    Hello

    I faced the question because the PPR was applied correctly. I corrected the setting of PPR in my code and it worked without any problem.

    Thank you all.

    Kind regards

    Kiran.

  • Problem: by dropping a Table Check constraint

    I got a check from a table constraint in my model. Then wanted to synchronize data dictionary. The comparison of models- dialogue see the difference, but as I check the box drop -(which is unchecked by default) and click the DOF preview preview is empty. I mean it's totally empty, not even the ddl-comments standard as

    -Generated by Oracle SQL Developer Data Modeler 4.0.1.836

    show up! So I guess that this behavior as a bug.

    Dieter

    Hi Dieter,

    Thanks for reporting this problem.  I connected a bug on this issue.

    Note that this problem does not occur for check constraints that are defined in the definition of a column.   It only occurs to verify the constraints defined at the Table level.

    David

  • Cannot drop the table

    The versions are Oracle 11.2.0.1.0 and Developer SQL 4.0.0.12 on Windows 7 Ultimate SP1.

    Hello

    I am training CBT Nuggets SQL basics (video #11) and cannot delete a table that I just created.  The command and the error are:

    drop table newprods;

    Error starting line: 1 at the controls.

    drop table newprods

    Error report-

    SQL error: ORA-00604: error occurred at the SQL level 1 recursive

    ORA-20000: cannot delete the object

    ORA-06512: at line 2

    00604 00000 - "an error occurred at the SQL level recursive %s.

    * Cause: An error occurred during the processing of a recursive SQL statement

    (a statement applicable to dictionary tables inside).

    * Action: If the situation described by the following error stack

    can be corrected, to do so; otherwise contact Oracle Support.

    As the HR user, I created two tables and created a FK constraint between them.  After truncating the table with this FK, I am unable to drop.  Even if I remove the FK, the error is the same.  Issing the command in SQL * Plus gives the same error.

    This is the first time that I have created a table from Oracle installation on this machine and is my first attempt to delete a table.  I did not create sequences, triggers, or views based on these newly created tables.

    Someone at - it ideas?

    See you soon

    Re: Unable to delete object?

Maybe you are looking for