Synchronize the grant tables

Hi, when I synchronize my model with a shape data (schema), Oracle Data Dictionary shows no differences on grant privileges on the tables (views, etc.). It is available in version 4.1.1.888 ODM?

I thank very you much in advance!

Best regards.

Hello

I'm afraid that this is not supported in the version 4.1.1.888.

David

Tags: Database

Similar Questions

  • 10g pivot table out on the grant table

    Hi, experts,

    No there is no way to sort the pivot table according to the values in table of grant?

    Thank you very much!

    example is necessary...

    do you mean void totals?
    I'm assuming you own m1, d1, d2, d3 etc and applying subtotals on d2 dimension...

    If so,.
    create a column with fx:
    sum (m1 d1, d2), then in the criteria tab himself sorting on... can it exclude pivot...

    If subtotals on d1 (d1 m1) just sum is enough...

  • How to exclude the grant table of the get be listened

    I have to go simple schema level with DDL replication stream. The destination database is not all roles and users that the source database has so much when a grant occurs on the source and the role or user does not exist in the destination database grant fails and I get an error to apply. I want to be able to ignore these.

    Thank you

    The grant is not an automated process so why not use the DBMS_STREAMS. SET_TAG on source DB in the session and then issue the grant:

    SQL> exec DBMS_STREAMS.SET_TAG(tag => HEXTORAW('17'));
    PL/SQL procedure successfully completed.
    
    grant MY_ROLE to MY_OWNER ;
    -- the grant is not captured by streams, so not apply error
    
    SQL> exec DBMS_STREAMS.SET_TAG(tag => null ) ;
    PL/SQL procedure successfully completed.
    
    -- capture enabled again in this session
    

    http://download.Oracle.com/docs/CD/B19306_01/AppDev.102/b14258/d_strm.htm

  • DAC does not synchronize the tables of Informatica

    Hello

    I'm new to OBIEE although I experience Informatica. I created a mapping and the workflow. DAC, I created the new folder logical and physical. Creates a new task and provided the name of the task and logical record and other details. When I try to "Synchronize the tasks", I get a message of success with the names of the tables as expected. The DAC journal file is below.

    -The Sync task has begun-

    Requested workflow is exported to C:\DAC\dac\repository\taskSync\.

    New source/target tables are inserted in the DAC metadata.

    Exported xml files are removed from C:\DAC\dac\repository\taskSync.

    -Sync task completed.

    It is not question of DAC with Informatica repository communication or integration service as connection test results are ok.

    In Windows command prompt, pmcmd and pmrep works fine.

    Can you please help me out here, as I'm stuck here and not able to go further.

    I checked the DAC server log. It shows a serious error. I copy the same thing here.

    12 INFO Fri May 02 09:46:09 EDT 2014 reading repository properties

    INFO 13 Fri May 02 09:46:09 EDT 2014 reading repository properties

    14 INFO Fri May 02 09:46:10 EDT 2014 reading execution types

    15 INFO executors of sync Fri May 02 09:46:10 EDT 2014

    16 SEVERE Fri May 02 09:46:10 EDT 2014 audit the localhost with the values defined in the DAC repository!

    INFO 17 Fri May 02 09:46:10 EDT 2014 add server name: localhost

    INFO 18 Fri May 02 09:46:10 EDT 2014 adding replacing servername: unspecified

    19 SEVERE Fri May 02 09:46:12 EDT 2014 Unknown host Unspecified. Error message: unspecified

    Fri May 02 20 INFO 09:46:12 EDT 2014 bound to port 3141

    INFO 21 Fri May 02 09:46:12 EDT 2014 creation ClientMessage dispatcher with 2 worker threads

    INFO 22 Fri May 02 09:46:12 EDT 2014 no competition, only ETL can work both and it will run in the same process space.

    NEWS 23 Fri May 02 09:46:12 EDT 2014 SERVER_NETWORK_MESSAGE: Created ClientMessage dispatcher with 2 worker threads

    Fri may 02 24 INFO 09:46:12 EDT 2014 com.siebel.etl.net.ClientMessageDispatcher registered with HeartBeatManager

    Thanks for your help,

    Ananth

    You can ignore any additional flat file as the source for the task in CAD.

    Make sure what you do know about informatica

    Pls don't change the original message! If you want to add anything, you can go to meet.

    I think that you are ready to go to close

  • TimesTen synchronize with the compressed table OLTP

    Hello

    We examine the use potentially TimesTen as a frontend for our Oracle database database. Database is at version 11.2.0.3, and large number of tables in the databases is compressed OLTP (Advanced Compression). Synchronizes with compressed table supported?  Are there any known issues, what to do?

    Thank you

    George

    Yes it's fine, no known problems.

    Chris

  • giving the grant for the creation of a temporary table only

    Hello...
    I want to give grants to create only temporary tables in a schema.
    any other grant should not be here strictly...

    I created the widout user following grants... plss suggest me how can I give grants to create only temporary tables...


    create the user user_name
    identified by password
    default tablespace table_space
    temporary tablespace TEMP
    DEFAULT profile
    unlimited quota on table_space;

    Grant select on V_$ user_name SESSION;

    Thank you...

    Published by: user12780416 on March 25, 2011 08:32

    As has been pointed out, it would be * very * unusual to want to have a user may create global temporary tables, but no permanent tables. I'm very difficult to imagine a scenario where this would be appropriate.

    However, if you grant the user the CREATE TABLE privilege and do not grant the user on any permanent tablespace quota, they would be unable to create permanent tables but should be able to create global temporary tables. You should make sure that you do not grant UNLIMITED TABLESPACE user that would give them an unlimited quota on all areas of storage. If you are using 11g and you have enabled the creation of segment delayed, users would be able to create tables in storage that they have no quota on property that they would not be able to insert data into the tables.

    Justin

  • Grant table with the nested column.

    Hello

    I looked for an answer to this question, but I couldn't find it. So, here goes. I am trying to grant select on a table with a column that is nested in another user and still will not work select it. Here is an example.

    FIRST_USER@TST > create type test_object as an object (ref01 varchar2 (3));
    0 m

    Type of creation.

    FIRST_USER@TST > create type test_type is the table of the test_object;
    0 m

    Type of creation.


    "afiedt.buf" 3 lines, 100 characters

    1 create table table1 (x varchar2 (1), y test_type)
    2 * store table is nested as type1_nt back as a value
    FIRST_USER@TST > /.

    Table created.

    FIRST_USER@TST > grant select on table1 to SECOND_USER;

    Grant succeeded.

    SECOND_USER @TST > select * from FIRST_USER.table1;
    Select * from FIRST_USER.table1
    *
    ERROR on line 1:
    ORA-01031: insufficient privileges


    I don't know I'm missing something. I may have to give the grant another way maybe? Help, please.

    Thank you.

    See http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14260/adobjmng.htm#sthref786.

    You must grant execute of the consumer on the underlying type.

  • Synchronize the database of ODI table changes

    Hi all

    which is the best approach to synchronize the changes of database in ODI.

    Is it possible to automate?

    For example, if we have a store of data such as target and some types of data are changes in the database, the re - reverse will not apply these changes...

    Thank you

    Hello

    Try this...

    http://oracledwbi.WordPress.com/2010/03/12/synchronising-ODI-datastore-with-database-changes/

    Kind regards
    Its

  • Updated scoreboard celled without redrawing the entire table

    I have a program that uses a Table hint. Each line is a step program and in the same row, there is a countdown indicating the time remaining.

    Update the remaining length of cell is easy enough to help replace the subset of table (is there a better way?) but whenever I do it looks like LabView redraws the entire table on the screen, and this causes the annoying flashing-flashing of text in the table.

    I reduced the updates to 500mS and that "works", but there are still some flashes and 500mS reduces the precision of the synchronization.

    Is it possible to update a single cell on a table hint without redrading the entire table?

    Tables, always teetering.

    Try to drop a decoration above it, the value transparent border/fill. I remember that, with my field engineer, back in LV 8.5 and ending up in the incredibly annoying time discussing.

    I think that not fair to say he'd be only even partially covering it to remove the flicker of screen refresh.

    Edit - in fact, I * think * he has to cover even the label of the table to delete a part.

  • DMZ-Link bandwidth does not change the routing table countin traffic

    Hey guys

    I'm INE laboratories dong and shoved a weird one that delivers.

    I have configured the dmz-link bandwidtha nd the extended communities to send, I get the bandwidth in the BGP routes, however the routing table does not change the proportion of traffic according to the bandwidth available link.

    Here is my configuration:

    Rack1R6 (config) #do sh run | dry BGP

    router bgp 100

    no synchronization

    The log-neighbor BGP-changes

    BGP dmzlink-bw

    155.1.146.0 netmask 255.255.255.0

    aggregate-address 155.1.0.0 255.255.0.0 summary only

    neighbour 54.1.1.254 distance-54

    neighbor 54.1.1.254 dmzlink-bw

    neighbour 155.1.67.7 distance-300

    neighbour 155.1.146.1 distance-100

    155.1.146.1 neighbor send-community times

    No Auto-resume

    Rack1R6 (config) #.

    Rack1R6 (config) #do sh ip bgp neigh 155.1.146.1 opponents

    Version of BGP table is 35, local router ID is 150.1.6.6

    Status codes: deleted, cushioning d s, history of h, * valid, > best, i - internal.

    r SIDE-failure, stale S

    Source codes: i - IGP, e - EGP,? -incomplete

    Network Next Hop path metrics LocPrf weight

    * > 28.119.16.0/24 54.1.1.254 0 54 I

    * > 28.119.17.0/24 54.1.1.254 0 54 I

    * > 112.0.0.0 54.1.1.254 0 0 54 50 60 I

    * > 113.0.0.0 54.1.1.254 0 0 54 50 60 I

    * > 114.0.0.0 54.1.1.254 0 0 54 I

    * > 115.0.0.0 54.1.1.254 0 0 54 I

    * > 116.0.0.0 54.1.1.254 0 0 54 I

    * > 117.0.0.0 54.1.1.254 0 0 54 I

    * > 118.0.0.0 54.1.1.254 0 0 54 I

    * > 119.0.0.0 54.1.1.254 0 0 54 I

    r > 155.1.0.0 0.0.0.0 32768 I

    Rack1R6 (config) #do sh ip bgp

    Version of BGP table is 35, local router ID is 150.1.6.6

    Status codes: deleted, cushioning d s, history of h, * valid, > best, i - internal.

    r SIDE-failure, stale S

    Source codes: i - IGP, e - EGP,? -incomplete

    Network Next Hop path metrics LocPrf weight

    * i28.119.16.0/24 204.12.1.254 0 100 0 54 I

    *>                  54.1.1.254                             0 54 i

    * i28.119.17.0/24 204.12.1.254 0 100 0 54 I

    *>                  54.1.1.254                             0 54 i

    * i112.0.0.0 204.12.1.254 0 100 0 54 50 60 I

    * > 0 0 54 50 60 54.1.1.254 I

    * i113.0.0.0 204.12.1.254 0 100 0 54 50 60 I

    * > 0 0 54 50 60 54.1.1.254 I

    * i114.0.0.0 204.12.1.254 0 100 0 54 I

    *>                  54.1.1.254               0             0 54 i

    * i115.0.0.0 204.12.1.254 0 100 0 54 I

    *>                  54.1.1.254               0             0 54 i

    * i116.0.0.0 204.12.1.254 0 100 0 54 I

    *>                  54.1.1.254               0             0 54 i

    * i117.0.0.0 204.12.1.254 0 100 0 54 I

    *>                  54.1.1.254               0             0 54 i

    * i118.0.0.0 204.12.1.254 0 100 0 54 I

    Network Next Hop path metrics LocPrf weight

    *>                  54.1.1.254               0             0 54 i

    * i119.0.0.0 204.12.1.254 0 100 0 54 I

    *>                  54.1.1.254               0             0 54 i

    r i155.1.0.0 155.1.146.4 0 100 0 I

    r>                  0.0.0.0                            32768 i

    s > 155.1.146.0/24 0.0.0.0 32768 0 I

    * > i205.90.31.0 155.1.13.3 0 100 0 200 254?

    * 155.1.67.7 0 300 200 254?

    * > i220.20.3.0 155.1.13.3 0 100 0 200 254?

    * 155.1.67.7 0 300 200 254?

    * > i222.22.2.0 155.1.13.3 0 100 0 200 254?

    * 155.1.67.7 0 300 200 254?

    Rack1R6 (config) #.

    # now R4 configuration

    Rack1R4 (config) #do sh run | dry BGP

    router bgp 100

    no synchronization

    The log-neighbor BGP-changes

    BGP dmzlink-bw

    155.1.146.0 netmask 255.255.255.0

    aggregate-address 155.1.0.0 255.255.0.0 summary only

    neighbour 155.1.45.5 distance-200

    155.1.45.5 route-neighbour card GAME-54 on

    neighbour 155.1.146.1 distance-100

    155.1.146.1 neighbor send-community times

    neighbour 204.12.1.254 distance-54

    neighbor 204.12.1.254 dmzlink-bw

    No Auto-resume

    Rack1R4 (config) #.

    Rack1R4 (config) #do sh ip bgp Synt.

    Local router BGP 150.1.4.4 identifier UNDER number 100

    BGP table version is 18, table 18 main routing version

    15 entries for network using 1980 bytes of memory

    18 entries for path using 936 bytes of memory

    9/7 BGP path/bestpath attribute entered using 1512 bytes of memory

    3 entries for BGP AS-path ACCESS using 72 bytes of memory

    1 entries PMO community, using 24 bytes of memory

    0 cache entries of BGP route-map with 0 bytes of memory

    0 cache entries of filter-list BGP using 0 bytes of memory

    Bit entries in the cache field: 3 courses (up to 5) with 96 bytes of memory

    BGP using 4620 total number of bytes of memory

    Activity 102/87 BGP prefixes, 243/225, scan interval to 60 seconds

    Neighbor MsgRcvd MsgSent V AS TblVer InQ OutQ Up/Down State/PfxRcd

    155.1.45.5 4 200 8615 8640 18 0 0 07:38:02 3

    155.1.146.1 4 100 8761 8668 18 0 0 00:14:34 3

    204.12.1.254 4 54 8724 8595 18 0 0 07:38:02 10

    Rack1R4 (config) #do sh ip bgp

    BGP table version is 18, local router ID is 150.1.4.4

    Status codes: deleted, cushioning d s, history of h, * valid, > best, i - internal.

    r SIDE-failure, stale S

    Source codes: i - IGP, e - EGP,? -incomplete

    Network Next Hop path metrics LocPrf weight

    * > 28.119.16.0/24 204.12.1.254 0 0 54 I

    * > 28.119.17.0/24 204.12.1.254 0 0 54 I

    * > 112.0.0.0 204.12.1.254 0 54 50 60 I

    * > 113.0.0.0 204.12.1.254 0 54 50 60 I

    * > 114.0.0.0 204.12.1.254 0 54 I

    * > 115.0.0.0 204.12.1.254 0 54 I

    * > 116.0.0.0 204.12.1.254 0 54 I

    * > 117.0.0.0 204.12.1.254 0 54 I

    * > 118.0.0.0 204.12.1.254 0 54 I

    * > 119.0.0.0 204.12.1.254 0 54 I

    * > 155.1.0.0 0.0.0.0 32768 I

    s > 155.1.146.0/24 0.0.0.0 32768 0 I

    * i205.90.31.0 155.1.13.3 0 100 0 200 254?

    *>                  155.1.45.5                             0 200 254 ?

    * i220.20.3.0 155.1.13.3 0 100 0 200 254?

    *>                  155.1.45.5                             0 200 254 ?

    * i222.22.2.0 155.1.13.3 0 100 0 200 254?

    Network Next Hop path metrics LocPrf weight

    *>                  155.1.45.5                             0 200 254 ?

    Rack1R4 (config) #do sh ip bgp neigh 155.1.146.1 opponents

    Rack1R4 (config) #do sh ip bgp neigh 155.1.146.1 opponents

    BGP table version is 18, local router ID is 150.1.4.4

    Status codes: deleted, cushioning d s, history of h, * valid, > best, i - internal.

    r SIDE-failure, stale S

    Source codes: i - IGP, e - EGP,? -incomplete

    Network Next Hop path metrics LocPrf weight

    * > 28.119.16.0/24 204.12.1.254 0 0 54 I

    * > 28.119.17.0/24 204.12.1.254 0 0 54 I

    * > 112.0.0.0 204.12.1.254 0 54 50 60 I

    * > 113.0.0.0 204.12.1.254 0 54 50 60 I

    * > 114.0.0.0 204.12.1.254 0 54 I

    * > 115.0.0.0 204.12.1.254 0 54 I

    * > 116.0.0.0 204.12.1.254 0 54 I

    * > 117.0.0.0 204.12.1.254 0 54 I

    * > 118.0.0.0 204.12.1.254 0 54 I

    * > 119.0.0.0 204.12.1.254 0 54 I

    * > 155.1.0.0 0.0.0.0 32768 I

    * > 205.90.31.0 155.1.45.5 0 200 254?

    * > 220.20.3.0 155.1.45.5 0 200 254?

    * > 222.22.2.0 155.1.45.5 0 200 254?

    Total number of prefixes 14

    Rack1R4 (config) #.

    # and where is the real problem, R1

    Rack1R1(config-Router) #do sh ip bgp

    Version of BGP table is 15, local router ID is 150.1.1.1

    Status codes: deleted, cushioning d s, history of h, * valid, > best, i - internal.

    r SIDE-failure, stale S

    Source codes: i - IGP, e - EGP,? -incomplete

    Network Next Hop path metrics LocPrf weight

    * i28.119.16.0/24 54.1.1.254 0 100 0 54 I

    * > I 204.12.1.254 0 100 0 54 I

    * i28.119.17.0/24 54.1.1.254 0 100 0 54 I

    * > I 204.12.1.254 0 100 0 54 I

    * i112.0.0.0 54.1.1.254 0 100 0 54 50 60 I

    * > I 204.12.1.254 0 100 0 54 50 60 I

    * i113.0.0.0 54.1.1.254 0 100 0 54 50 60 I

    * > I 204.12.1.254 0 100 0 54 50 60 I

    * i114.0.0.0 54.1.1.254 0 100 0 54 I

    * > I 204.12.1.254 0 100 0 54 I

    * i115.0.0.0 54.1.1.254 0 100 0 54 I

    * > I 204.12.1.254 0 100 0 54 I

    * i116.0.0.0 54.1.1.254 0 100 0 54 I

    * > I 204.12.1.254 0 100 0 54 I

    * i117.0.0.0 54.1.1.254 0 100 0 54 I

    * > I 204.12.1.254 0 100 0 54 I

    * i118.0.0.0 54.1.1.254 0 100 0 54 I

    Network Next Hop path metrics LocPrf weight

    * > I 204.12.1.254 0 100 0 54 I

    * i119.0.0.0 54.1.1.254 0 100 0 54 I

    * > I 204.12.1.254 0 100 0 54 I

    * i155.1.0.0 155.1.146.6 0 100 0 I

    * > I 155.1.146.4 0 100 0 I

    * > 205.90.31.0 155.1.13.3 0 200 254?

    * i 155.1.45.5 0 100 0 200 254?

    * > 220.20.3.0 155.1.13.3 0 200 254?

    * i 155.1.45.5 0 100 0 200 254?

    * > 222.22.2.0 155.1.13.3 0 200 254?

    * i 155.1.45.5 0 100 0 200 254?

    Rack1R1 (config - Router) # do sh ip bgp 112.0.0.0

    112.0.0.0/8, version 4 BGP routing table entry

    Paths: (2 available, best #2, table by default-IP-Routing-Table)

    MPIO: eBGP iBGP

    Announced for the update-groups:

    1          2

    54 50 60, (from a customer-RR)

    54.1.1.254 (metric 2560002816) of 155.1.146.6 (150.1.6.6)

    Origin, IGP, 0, 100, valid, internal multipath localpref metric.

    DMZ-Link Bw 250 KB

    54 50 60, (from a customer-RR)

    204.12.1.254 (metric 2560002816) of 155.1.146.4 (150.1.4.4)

    Origin, IGP, metric 0, localpref 100, valid, internal, multipath, best

    DMZ-Link Bw 12500 KB

    Rack1R1(config-Router) #do sh ip route 112.0.0.0

    Routing for 112.0.0.0/8 entry

    Known through 'bgp 100', 200, 0 distance metric

    54, internal type tag

    Last update of 204.12.1.254 ago 00:15:30

    Routing descriptor blocks:

    204.12.1.254, 155.1.146.4, there is 00:15:30

    Path metric is 0, number of shares of traffic 1

    AS hop 3

    Beacon road 54

    * 54.1.1.254, 155.1.146.6, there is 00:15:30

    Path metric is 0, number of shares of traffic 1

    AS hop 3

    Beacon road 54

    Rack1R1 (config - Router) #.

    as you can see, the BGP process in R1 receives the correct link DMZ bw but not indeed take...

    can you please help me if I makeover anything in my setup?

    Hello

    Can you please make sure you have a value of bandwidth on ALL your BGP peering physical interfaces? And you can also include the running-config 'router bgp XXXX' out of R1 as you have not understood what we (others are). Just to make sure that you have "bgp dmzlink-bw' configured on all peerings and overall in the process - it will still show in the output of the same community if it does not work on it.

  • BlackBerry Smartphones Runtime error "Cannot find system in the file table.

    I need help!

    I have a Blackberry Curve 8310 and have recently installed Version 4.5

    I'm trying to set my synchronization.  I followed the steps to set up my Outlook 2007 calendar.  He told me congratulations! You have configured the product. However, when I press Finish, I get a runtime error "cannot find system in the file table.

    I uninstalled the program and reinstalled - the same error.

    Any help would be appreciated!

    FIGURED IT OUT!

    The following steps, which are displayed on the RIM support will work; However, I had to do it another way.  In step 1, it says that ilxolkCompanion.fil is located in the path C:\Program Research In Motion\BlackBerry\Connectors\MS Outlook Connector... However, when I searched this file, it was actually located in C:\Program Files\Blackberry\Connectors\MS Outlook Connector.  (Maybe it's because I upgraded from 4.2.2 to 4.5 w/o filling a clean uninstall... not too sure why)

    Once I located the file via the command prompt, I have not recorded in accordance with the instructions of step 1.  I then followed step 2 exactly Word for Word... and VOILA!  I have now Version 4.5, working with MS Outlook 2007

    Resolution

    If the connectors folder is always present in C\Program Research In Motion\BlackBerry\Connectors\MS Outlook Connector, follow these steps:

    1. Unregister the old of the Microsoft Outlook ilxolkCompanion.filconnector.

      1. Open the command prompt.
      2. Navigate to C:\Program research in Motion\BlackBerry\Connectors\MS Outlook Connector.
      3. Type command regsvr32 u ilxolkCompanion.fil.
      4. In Desktop Manager, Microsoft Outlook is no longer appears as an available desktop application.
    2. Save the latest Microsoft Outlook Connector.
      1. Navigate to C:\Program research in Motion\BlackBerry\IS71 Connectors\MS Outlook Connector.
      2. Type the command regsvr32 msoutlookconnector.fil.
      3. Office Manager, Microsoft Outlook will be now stored as an available desktop application.

    Once these steps have been completed, configure synchronization again.

  • Synchronize the data dictionary

    Hello

    In the New/Select database connection I have defined JDBC tab as follows:

    JDBC URL: jdbc:sybase:Tds:10.0.1.4:2638? ServiceName = Hades & CHARSET = utf8

    Driver class: com.sybase.jdbc3.jdbc.SybDriver

    to connect to a Sybase SQL Anywhere database. This works as expected.

    In my original design, I have a few attributes/columns defined on the varchar data type (5000). Now, when I do not synchronize the dictionary of data (a table, for example), I get a difference on property > Data Type (in the dialog box compare models), although in my column a varchar data base (5000) data type. This works perfectly for varchar (255) and below.

    What could cause this behavior?

    Best regards

    Robert

    PS: In the dialog box properties from the table, field summarized, I see the report mentioned above.

    Hi Robert,.

    It seems that Import or synchronize using JDBC no matter the size of the column if it is greater than 4000.

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

    Kind regards

    David

  • How do I synchronize the columns added in Jdeveloper Studio Edition Version 11.1.1.7.0 views

    Hello

    I added a few columns in the database Table and I want to synchronize my point of view on this basis. I am able to synchronize entities, but how do I synchronize the based entity views or views in general?

    Thank you

    Vicky

    And to display objects that are not based on an entity, you must change the query

    will appear as

    Timo

  • Three blocks in the same way, belong to the same table

    Hi people,

    I am trying to find a way to make this work. I have currently 3 blocks on the form even where the first block is on the main canvas in blocks 2 and 3 will be on separate bunk canvases. According to a column value (Radio button group), I'll show stacked canvas 1 (block 2) or stacked canvas 2 (block 3). Unfortunately, all these elements must remain in the same table. I also keep them in separate blocks because some of the columns must be in two blocks.

    Landing up, which happens is that before INSERT trigger pulls the two blocks (since BLOCK_STATUS of the second block's NEW as well) and I'm landing by creating two records which is obviously a no-no situation.

    I tried the trigger for INSERTION WE with null, but then what's going on, it's that nothing is saved.

    For any idea or suggestion would be greatly appreciated.

    I use Forms 9i.

    Have a great weekend.

    Thank you!

    Perhaps this - make sure that a single database block, which has the "mirror elements' (use to synchronize it with the Item property).

    Kind regards

    Zlatko

  • How to create the monthly table is created?

    Hi guys,.

    Impossible to create the table for each month in the analytical database, but to load the data in the previous table continues as the screenshot attached, schema user has the privilege of creation. We use Webcenter interaction 10gR 4.

    How to create monthly creating the table please?

    Thank you

    Katherine

    Hi Trevor,

    Thanks for your help.  We were able to create table and load data to attached Apr.

    However the analytical user privilege has changed the APR because of the operation of the server.

    Since then, there was a message saying that there is no permission to create tables in the crawl log.

    analytical user privilege was granted after checking this message, as I suspected, the problem occurred after you change the analytical user privilege.

    Currently, Analytics is granted with all the privileges.

    Any idea please?

    Thank you

    Kathy

Maybe you are looking for