12c: redaction_policies table not visible in dba_tables, dictionary

The table redaction_policies is visible when we describe it or search tab but is not listed in dictionary or dba_tables.
NCDB@NCDB> desc redaction_policies
Name                    Null?    Type
OBJECT_OWNER            NOT NULL VARCHAR2(128)
OBJECT_NAME             NOT NULL VARCHAR2(128)
POLICY_NAME             NOT NULL VARCHAR2(128)
EXPRESSION              NOT NULL VARCHAR2(4000)
ENABLE                           VARCHAR2(7)
POLICY_DESCRIPTION               VARCHAR2(4000)
NCDB@NCDB> select table_name from dba_tables where table_name like '%REDA%';
no rows selected
NCDB@NCDB>  select table_name from dictionary  where table_name like '%REDA%';
no rows selected
NCDB@NCDB> select tname from tab where tname like '%REDA%';
TNAME
REDACTION_COLUMNS
REDACTION_POLICIES
REDACTION_VALUES_FOR_TYPE_FULL
what could be the reason?
Regards

I'd say I wouldn't expect it to be returned from dba_tables, since it's a datadictionary view, just like V$SESSION etc.
SQL> select * from dba_tables where table_name = 'V$SESSION';
no rows selected
However, based on the docs:
Configuring Oracle Data Redaction Policies
I'd expect to see it returned from dictionary, just like:
SQL> select * from dictionary where table_name = 'V$SESSION';
TABLE_NAME
COMMENTS
V$SESSION
Synonym for V_$SESSION
1 row selected.
But, since I'm not on 12c now, I can't really add much more.

Similar Messages

  • Entire Table not visible/ transferred to a file on application server

    HI Experts,
    My req is to pass an entire internal table to a file on the application server.
    How ever some of the fields in the table are not shown / transferred when i check that file.
    The fields are not visible when i try to scroll side wise.
    When I download the internal table to an excel all the fileds are present . There is no problem with the internal table that is being transferred.
    Below is the code snippet.
    CLEAR w_filepath.
        MOVE p_file TO w_file_ext.
        CALL FUNCTION 'FILE_GET_NAME_USING_PATH'
          EXPORTING
            logical_path               = c_zstore
            file_name                  = w_file_ext
          IMPORTING
            file_name_with_path        = w_filepath
          EXCEPTIONS
            path_not_found             = 1
            missing_parameter          = 2
            operating_system_not_found = 3
            file_system_not_found      = 4
            OTHERS                     = 5.
        IF sy-subrc NE 0.
          MESSAGE e068(zz_material).
    *   File could not be downloaded to the application server
        ELSE.
          OPEN DATASET w_filepath FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
          IF sy-subrc NE 0.
            MESSAGE e069(zz_material).
    *   Unable to Open File
          ENDIF.
          CLEAR:rec_final.
          LOOP AT t_final INTO rec_final.
            TRANSFER rec_final TO w_filepath.
            CLEAR rec_final.
          ENDLOOP.
          CLOSE DATASET w_filepath.
    Are there any limitations on the no char that can be displayed in one line on the application server.
    Is there any seeting to change that...?

    Hello Abhishek,
    You are not getting the point. AL11 (prog. RSWATCH0) is a simple report used to display the file contents.
    There is a limitation to the maximum length of the file line AL11 can DISPLAY (i.e., 512 characters after applying the notes).
    Please understand what you are seeing in AL11 is the 1st 512 characters of the file width & not the entire file width.
    Hope you get the point.
    BR,
    Suhas

  • Tables not visible after running CHECKDB REPAIR_ALLOW_DATA_LOSS

    Hi everyone,
    I have a server that suffered some kind of power failure. After that the database was in suspect mode. I tried
    EXEC sp_resetstatus [YourDatabase];
    ALTER DATABASE [YourDatabase] SET EMERGENCY
    DBCC checkdb([YourDatabase])
    Msg 8921, Level 16, State 1, Line 2
    Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous errors.
    ALTER DATABASE [YourDatabase] SET SINGLE_USER WITH ROLLBACK IMMEDIATE
    DBCC CheckDB ([YourDatabase], REPAIR_ALLOW_DATA_LOSS)
    ALTER DATABASE [YourDatabase] SET MULTI_USER
    Warning: The log for database 'YourDatabase' has been rebuilt. Transactional consistency has been lost. The RESTORE chain was broken, and the server no longer has context on the previous log files, so you will need to know what they were. You should run
    DBCC CHECKDB to validate physical consistency. The database has been put in dbo-only mode. When you are ready to make the database available for use, you will need to reset database options and delete any extra log files.
    The database is no longer in suspect mode but now none of the tables are visible. Is there anything I can do to bring it back to life.
    Regards,

    Its really surprising to see that checkdb deleted all tables to remove truncation. I am not aware what would have happened but your only option is to restore from valid backup. I still cannot believe repair can delete all tables of a database
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles

  • Changes made in the table not visible in the AM

    Hi,
    I have few validation that i need to conduct on the data that is modified in the table. The problem is that when i create a new VO instance in the AM method it does not show me the updated VO. Instead it shows me the VO before update.
    However, if i use gettransaction.postchanges, i am able to see the changes in the new VO instance i create. Can you please tell me if that is the right way of doing this or do i need to change some property to make the updated VO visible in the new instances i create.
    Thanks,
    Ankit

    Ankit,
    Just to extend to what Ankur said, any VO instance stores cache in JVM when u execute query for the first time....., now when when do some changes... these are there in cache, till u do transaction.commit(). After that they are gone in DB.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Single Object Assignmentblock - table not visible

    Hello,
    i created a Z_Singleobject for Hotels in the area of the businesspartner.
    I added this Z_Assignmentblock in the component usage and UI configuration of BP_HEAD.
    The assignmentblockheaderline is visible.
    If i open the assignmentblock the debugger shows me that i have in the Z_component the corret BuilHeader as focus_bo.
    But for some reason the table in the assignmentblock is not displayed - it still just looks like lazy mode.
    The UI configuration is done.
    Maybee some issue with the .htm page - but i´m a beginner with this .htm and don´t know what should be changed.
    Here is the .htm like it is now:
    <%@page language="abap" %>
    <%@extension name="chtmlb" prefix="chtmlb" %>
    <%@extension name="thtmlb" prefix="thtmlb" %>
    <%
      data: lv_xml    type string.
      lv_xml    = controller->CONFIGURATION_DESCR->GET_CONFIG_DATA( ).
    %>
    <thtmlb:areaFrameSetter toolbarButtons  = "<%= controller->ab_button %>"
                            maxButtonNumber = "2"
                            displayMode     = "<%= controller->view_group_context->is_view_in_display_mode( controller ). %>" />
    <chtmlb:tableExtension tableId = "prodtable"
                           layout  = "FIXED" >
      <chtmlb:configTable xml                   = "<%= lv_xml %>"
                          id                    = "Table"
                          navigationMode        = "BYPAGE"
                          onRowSelection        = "select"
                          table                 = "//BP_HOTEL/Table"
                          width                 = "100%"
                          displayMode           = "<%= controller->view_group_context->is_view_in_display_mode( controller ). %>"
                          headerVisible         = "FALSE"
                          hasLeadSelection      = "TRUE"
                          usage                 = "ASSIGNMENTBLOCK"
                          personalizable        = "FALSE"
                          actions               = "<%= controller->gt_button %>"
                          allRowsEditable       = "TRUE"
                          downloadToExcel       = "FALSE"
                          visibleFirstRow       = "<%= BPHOTEL->visible_first_row_index %>"
                          selectionMode         = "<%= BPHOTEL->selection_mode %>"
                          selectedRowIndex      = "<%= BPHOTEL->SELECTED_INDEX %>"
                          selectedRowIndexTable = "<%= BPHOTEL->SELECTION_TAB %>" />
    </chtmlb:tableExtension>
    Thank you
    Best regards
    Manfred

    Yes, it is a bug since 2 years now!
    As (temporal) workarounds, you could:
    1. log on as "SYS" (or ask your DBA) and go change the "generated" flags for the tables you need (subtract 4 from sys.obj$.flags - would leave it at 0 normally).
    2. delete the AND O.GENERATED='N' line from the SELECT in +\sqldeveloper\extensions\oracle.sqldeveloper.jar\oracle\dbtools\raptor\navigator\table.xml+
    3. create a user defined XML extension, starting from the xml obtained above.
    Have fun,
    K.

  • Attachment table not visible

    Hi, all.
    I put an "Attachment Table" item in my page and I notice that:
    when I create a new record in the table where there is the declared attachment entity and
    the primary key that links the attachment record, the attachment table works fine;
    if I dsconnect from EBS and re-connect looking for the same record, the layout of the page
    does not render any attachment table and the attachment header is shown alone.
    In the FND_DOCUMENT table I see correctly all attachments related to that primary key.
    What happens?
    Thank you
    Regards
    -- Vincenzo

    Hi, all.
    I solved myself the problem.
    Sorry, but I set the wrong VO for the attachment table. Now, it works.
    Thank you
    Bye
    Vincenzo

  • Generated Table not visible in tree

    hi,
    I have registered a Schema and
    select object_name,
    object_type,
    status
    from user_objects
    order by object_name,
    object_type;
    Results of the statement:
    OBJECT_NAME OBJECT_TYPE STATUS
    EXTRADATA177_L LOB VALID
    NAMESPACES178_L LOB VALID
    PLAYER TABLE VALID
    PLAYER$xd TRIGGER VALID
    PLAYER_T TYPE VALID
    SYS_C004803 INDEX VALID
    SYS_XDBPD$176_L LOB VALID
    I am wondering why the PLAYER Table doesn't appear in the connections tree on the left side (Tables node).
    Is this a bug or doesn't show SQL Developer these generated tables? Via DB Search I can find the table but I can't edit it.
    Thanks

    Yes, it is a bug since 2 years now!
    As (temporal) workarounds, you could:
    1. log on as "SYS" (or ask your DBA) and go change the "generated" flags for the tables you need (subtract 4 from sys.obj$.flags - would leave it at 0 normally).
    2. delete the AND O.GENERATED='N' line from the SELECT in +\sqldeveloper\extensions\oracle.sqldeveloper.jar\oracle\dbtools\raptor\navigator\table.xml+
    3. create a user defined XML extension, starting from the xml obtained above.
    Have fun,
    K.

  • Tables not visible in sqldeveloper

    Hi,
    I can't see any tables when I connect to my Orace9. I've priviliges to read only.
    Do you know why is it so?
    Michal

    This is the Spatial forum. You should try your question on the SQL Developer forum:
    SQL Developer

  • Tables not visible

    Hi,
    I can't see any tables when I connect to my Orace9. I've priviliges to read only.
    Do you know why is it so?
    Michal

    Hi Michal,
    What version of the Oracle 9 are you on?
    Can you still use at least use the worksheet?
    -Turloch
    From the SQLDeveloper 1.2.1 readme.html:
    2.7 Oracle 8.1.7
    SQL Developer is only certified for Oracle database 9.2.0.1 and above. There is limited 8.1.7 functionality, including browsing and editing data, running DML and DDL and general SQL Worksheet functionality. You can edit, compile and debug PL/SQL.

  • Data is visible in base tables of BOM routing but not visible in front end

    Hi,
    Through BOM_RTG_PUB API I am populating routing data into base tables, it is successfull.. but that data is not visible in front end when i queried from front end..
    i am getting error while i run API as......
    An error occured while processing business object BOM_ITEM12 in organization MMO. Please check the data in this business object and re-run the import process.
    Can any one help me in finding out what's wrong with this..
    Thanks in advance..
    Edited by: 875417 on Feb 6, 2012 10:49 PM

    Your obeservation is correct, and expected behavior.
    This behavior is useful when you have inputs that you would like to set as defaults for the user.
    Obviously, if there is a value to be saved, it will require some memory to store the value.
    If the input is left empty by default, that memory is made available again.
    It may not be easy to think of a good use for this for a graph, but think about for numeric or string controls.
    What if the user isnt sure how they should input a certain parameter or value?
    You could store a default value so they could see how they should input their value.
    Message Edited by Cory K on 09-15-2009 11:12 AM
    Cory K

  • Footer is not visible in Table control?

    Hi All
    I am using Table control, Footer is not visible. It is shhowing in layout, but in browser it is not showing. In properties it is checked. And Right side scrolling is working fine, but footer is not visible. We have to set programitically?? Help Please
    Cheers,
    Venkys.

    >
    sarbjeet  singh wrote:
    > From EHP4 onwards paginator has been replaced by this right scroll bar.
    >
    > if you want that back
    >
    > adding the following two parameters to the Web Dynpro Application will bring it back
    >
    > WDLIGHTSPEED (leave the value field blank)
    > WDTABLENAVIGATION set to PAGINATOR
    >
    >
    > thanks
    > sarbjeet singh
    Althought this technically will bring back the paginator; I really strongly recommend against doing this.  By turning off lightspeed you resort back to the old rendering engine.  You give up all the performance improvements that lightspeed provides.  You also give up access to new UI elements and features - like drag and drop, flashIslands, threshold slider, etc.  It seems to me like way too high a price to pay just to go back the paginator.

  • The "J2EE process table" node not visible  in the SAP MMC

    For Netweaver 7.0 - The "J2EE process table" node not visible  in the SAP MMC.
    Details for below
    SAP Systems Manager
    SAP AG
    Version: 7100.109.15.8983
    Window Xp
    Any suggestions would be apperecited.
    Thanks
    Srini

    It's hard to say without seeing the code for TreeTable. But they probably have something like an addNode mothod for the TreeTableNode which will take care of all the updates for you. If you want to do it youself, you will probably have to get the data Model (tree.getModel()???)behind the TreeTable and use one of the fire... methods on it like fireRowChanged(???) or fireTableChanged(???). I would suspect Sun would do it this way.

  • ALV fields which are not referenced to data dictionary table fields

    Hello,
    I am using function module reuse_alv_popup_to_select.
    How do I display fields in ALV which are not referenced to
    data dictionary table fields.
    I am showing 4 columns in alv out of which first column is checkbox
    and remaining 3 columns are from data dictionary and it works fine.
    Now I need to add one more column which is of type checkbox.
    I have added this field in my ITAB as flag(1) type C.
    When I add this flag field in the field catalog, I get exception.
    Regards,
    Vishal.

    Hey guys,
    Finally I got rid of such a stupid problem.
    There were no problem in the code.
    while assigning fieldname to field catalog I had given fieldname
    in lowercase.
    I changed it to uppercase and problem got solved.
    Thanks,
    Vishal.

  • Webdynpro Table: Column Header sort icon not visible

    In design time in NWDS, my table headers have this up/down arrow icon that is visible to indicate sorting.
    At runtime it is not displayed.  How come?

    Hi KF,
    According to the Node Structure
    Employee
    |----
    name
    |----
    no
    |----
    sal
      public static void wdDoModifyView(IPrivateEmployeeView wdThis, IPrivateEmployeeView.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
    if (firstTime) {
               IWDTable sortTable = (IWDTable) view.getElement("Put the table id here");
    <b>
               wdContext.currentContextElement().setEmployeeTableSorter(new TableSorter(sortTable, wdThis.wdGetSortEmployeeAction(), null,
               new String[]{"name","no","sal"})); </b>
    //Instead of column id passes the attribute name of the node that is bound with the table.
    //EmployeeTableSorter is the context attribute of type …….utils.TableSorter
      public void onActionSortEmployee(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionSortFundID(ServerEvent)
         wdContext.currentContextElement().getEmployeeTableSorter().sort(wdEvent, wdContext.nodeEmployee());
        //@@end
    Table Sorter : table not getting sorted
    Regards,
    Mithu

  • ESS- ABAP Webdynpro- table column not visible

    Hi,
    We are using SAP travel management for expense approvals. In the package PTRM_WEB_UI, you will find the component FITE_VC_RECEIPTS. In the VIEW - RECEIPTS_VIEW you will find in the table that there is a column called "Short Info". However this column in not visible in the portal.
    There is no personalization done to hide this column.
    The visible property of this column  is set to "visible".
    In portal content directory if i right click....this column is not even available to be added/removed.
    Please help me understand why this column in not visible and how can i make it appear in portal.
    Thank You!

    Any input?

Maybe you are looking for

  • Hyper links in pdf documents not working on iphone.

    Hello, When I view a pdf document with links, the links are not working. Are links not supposed to work on the iphone from pdf documents or I am missing something? Thank you in advance ... I have an iphone 4 running v4.1. Carlos

  • No internet access for laptop when another device is using wifi

    we have both an airport and an at&t "2wire" modem. The airport is plugged into the wall outlet, the modem is connected by a wire to the airport. The modem has a wifi network and that's the network that we connect each of our apple devices to (laptop,

  • Problem with Report Query

    I have tested the integration of Apex3.0 and BI Publisher via Report Query. This works very well, however I want to create a hierarchical XML document via the following Query: select a.id, a.persoonsnr, a.volgnr_dvb, a.jaar, a.naam, a.code_sagitta, a

  • Problem Pushing Printer Preferences through Group Policy

    Most of the time, networked printers that we push through group policy preferences show up just fine on our clients (Windows 7). About 1 in 10 computers fail however, and it's driving me up the wall! The computer that fails is not consistent, meaning

  • Overheating...but only on standby, lid closed!

    Many threads on overheating...However, my problem is that my MBP doesn't overheat when operating normally, but only when on standby, that is, with the lid closed and that little glowing light pulsating. It's a problem because I'm affraid of leaving i