What's the impact of rowid materialized view in oracle 10g

Hello to all ;
Oracle official  docs  saying
ROWID materialized views should be used only for materialized views based on master tables from an Oracle7 database, and should not be used from Oracle8 or higher.
For 10g or higher versions can we consider rowid materizlized view ?
product 10.2.0.4 and 11g r2 on Redhat 5.1

No
should not be used from Oracle8 or higher10g is higher

Similar Messages

  • What is the maximum number of characters in an Oracle 10G Instance Name

    All,
    Can I know what is the maximum number of characters in an oracle 10g instance name under AIX? Is it 7 characters or 8 characters?
    regards
    Santhosh

    One should really make the difference between db_name and instance_name: if instance_name default value is db_name it can be different
    (even on a non RAC database).
    For example with Oracle 10.2.0.4 you can create a database named DB78 with instance_name=DB12345678:
    $ uname -a
    Linux lx01.localdomain 2.6.18-92.el5 #1 SMP Fri May 23 22:17:30 EDT 2008 i686 i686 i386 GNU/Linux
    $ ps -fu oracle | grep smon
    oracle    6353     1  0 20:30 ?        00:00:01 ora_smon_DB12345678
    oracle    6412  5596  0 20:37 pts/1    00:00:00 grep smon
    $ export ORACLE_SID=DB12345678
    $ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 8 20:34:26 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> show parameter name
    NAME                                 TYPE        VALUE
    db_file_name_convert                 string
    db_name                              string      DB78
    db_unique_name                       string      DB78
    global_names                         boolean     FALSE
    instance_name                        string      DB12345678
    lock_name_space                      string
    log_file_name_convert                string
    service_names                        string      DB78I would not recommend this practice: but it's interesting to know to avoid confusing between db_name and instance_name.

  • What are the impacts of changing material group of a Material ?

    Hi,
    Could some one tell me in detail about the impacts of changing material group of a material that is active in procrement?
    Thanks,
    Veera

    Hi,
    If you are changing it from one valid group to another valid group and both will still be there afterwards, then the impact is small, but important.
    The data in the Info systems and BW etc. will have been updated with the the "old" material group and so if you tried to compare them you would find differences.
    It is something that does happen from time to time and as long as the two groups will still be ther afterwards there should be no reason why this would cause any technical or system problems. The effect is purely on the historic data.
    I have seen this done several times in many implementations and so far it has not caused any major problems apart from some reports "appearing" wrong if you compare them against other reports that involve historical movements.
    Steve B

  • Exporting data from a materialized view in Oracle 10g

    Can anybody tell me how to export data to a remote server and import data in that remote server without using ftp utility. Actually I want to export the data from a materialized view to the remote server and import the same in the remote server.
    If everything works well, I'll put the exporting and importing in a cronjob.
    Please let me know how can I do that if that's possible .
    Any reply would be appreciated.
    Thanks.

    Here is what I'm trying to do.
    I created materialized views using multiple base tables in my local server and the base tables got populated using a long process.
    Now I want to copy those data alone to some remote server since it doesn't have any base tables in it. For now, the remote server should depends on the localserver's data. I'm going to use the remote server's data for some testing purposes.
    I know it is easy to create mat.views in the remote server but it doesn't have I don't want to do that now. I just want to copy the snapshots from my local server to the remote server.
    Please let me know how to do that.
    Thanks.

  • How can I change the name of a Materialized View?

    How can I change the name of a Materialized View?

    Oracle permitted renaming the snapshot in the earlier versions of 8i. However, it does not permit renaming the materialized view in 9i or 10g.
    SQL> rename mymatview to mymatview2;
    rename mymatview to mymatview2
    ERROR at line 1:
    ORA-32318: cannot rename a materialized view
    SQL> disconnect
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - 64bit Production
    With the Partitioning, Oracle Label Security, OLAP and Data Mining options
    SQL> rename mymatview to mymatview2;
    rename mymatview to mymatview2
    ERROR at line 1:
    ORA-32318: cannot rename a materialized view
    SQL> disconnect
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.3.0 - 64bit Production
    With the Partitioning option
    JServer Release 9.2.0.3.0 - Production

  • What rights do I need for materialized views scheduling

    Hello,
    Can anyone tell me what rights do I need to schedule a materialized views at 1:00 am every night?
    To create material views I've use the folowing script:
    CREATE MATERIALIZED VIEW MV_view
    REFRESH COMPLETE
    START WITH sysdate NEXT round(SYSDATE + 1) + 1/24
    AS SELECT ... join tabeles... ;.
    The problem is that on my test server the MV_view run every night, but on production server my materialized views run only once (when I've run the script above).
    I have take a look into the user_refresh and in field NEXT_DATE it's the time of my MV_view creation.
    It is possible tha my DBA put some restrictions on my schema? Or do I need some rights to use START WITH and NEXT in my script on production server?
    Thanks,
    XaM

    Originally Posted by wyld
    Hi
    I find the correct method: I do not only assign reporting rights to htm , I need modify "Inventory report rights"of "Administrator task" in the left of ZCC Console.
    If I assign and modify the correct rights, he will create new & run these reports.
    wyldkao
    Which version you are using? I can't find Inventory Report Rights anywhere? I could only get this working by giving superadmin Please can some explain Thanks

  • What is the impact of business area and cost center in the sales document

    Hi all
    I have small doubt regarding what is the impact of bussiness area and cost center in the sales document... what is the uses of these (bussiness area, cost center) is help full for sd module
    can any one reply plz....
    Thanking you

    Hi,
    Business Area determines where the revenue should be allocated when you sell a material or a service.
    For eg: If your customer is in say Mumbai and he is ordering for a service in Delhi (say DIAL - Delhi International Airport Limited) then based on the terminology.
    Your customer would belong to B Basis Business Area - WHERE THE REVENUE IS COMING FROM or WHERE YOUR CUSTOMER BELONGS TO (SALES OFFICE).
    Whereas your DIAL sales will belong to A Basis Business Area - WHERE THE REVENUE IS GOING TO.
    Cost Center would determine where your allocate your cost to.
    Say Rounding Off can be used as a cost element, because some sort of revenue is lost when figures are roudned off..
    Hope it clarifies your doubt.
    Reward points if satisfactory
    Regards
    Ravi.D.Mansharamani

  • What is the impact if we switch from standard costing to actual costing?

    Hi all,
    what is the impact if we switch from standard costing to actual costing?
    what are the changes is needed in costing?
    thanks.

    Hello,
    Its an nice idea to switch from standard to actual costing. It would be advisable to make this switch over happen in a new period praferably with a new year. You would need to carry out the settings for material ledger / actual costing and for the accounting settings you may refer to sap note 908737.
    Not much costing changes would be necessary to the existing configuration but you would need to activate material ledger and allign your Inventory accordingly. The settings for ML would be relatively simple but the main problem would be handling the inventory that you already have in stock. You would also need to have a proper closing procedure followed by next month's planning approach which would actualise the inventory at the end of the month and decide the methodology for next month's plan valuation. It  should be kept in mind for configuring ML.
    The closing sequence would be as under:
    1. Complete all Cost Center and production order postings.
    2. Complete all Cost center Assessment / Distribution
    3. Calculate Actual rate
    4. Revaluate production orders
    5. Calculate WIP
    6. Settle Production Order
    7. Run Costing Run (CKMLCP)
    Material ledger is capable of actualising activity costs and WIP as well and you should configure it according to your need.
    You can follow the standard SAP documentations for configurations + Note 908737 for configuring ML.
    Kind Regards // Shaubhik

  • How do I figure where is the data in a materialized view coming from

    Hi: when I run select NAME, OWNER from dba_mview_refresh_times, I see a number of materialized views. How do I find more details about this view i.e where is the data coming from and which fields. The source table that is in another database changed. But the view on my database where the materialized view exist has not changed. I want to confirm from where is data coming in this view
    TIA
    Ravi

    SQL>  select * from dict where table_name like 'ALL%MVIEW%'
    TABLE_NAME                     COMMENTS                                                             
    ALL_BASE_TABLE_MVIEWS          All materialized views with log(s) in the database that the user can s
                                   ee                                                                   
    ALL_MVIEWS                     All materialized views in the database                               
    ALL_MVIEW_AGGREGATES           Description of the materialized view aggregates accessible to the user
    ALL_MVIEW_ANALYSIS             Description of the materialized views accessible to the user         
    ALL_MVIEW_COMMENTS             Comments on materialized views accessible to the user                
    ALL_MVIEW_DETAIL_PARTITION     Freshness information of all PCT materialized views in the database  
    ALL_MVIEW_DETAIL_RELATIONS     Description of the materialized view detail tables accessible to the u
                                   ser                                                                  
    ALL_MVIEW_DETAIL_SUBPARTITION  Freshness information of all PCT materialized views in the database  
    ALL_MVIEW_JOINS                Description of a join between two columns in the                     
                                   WHERE clause of a materialized view accessible to the user           
    ALL_MVIEW_KEYS                 Description of the columns that appear in the GROUP BY               
                                   list of a materialized view accessible to the user                   
    ALL_MVIEW_LOGS                 All materialized view logs in the database that the user can see     
    ALL_MVIEW_REFRESH_TIMES        Materialized views and their last refresh times  for each master table
                                    that the user can look at                                           
    ALL_REGISTERED_MVIEWS          Remote materialized views of local tables that the user can see      
    13 rows selected.

  • What is the difference between query & query view in BI 7.0 ?

    Hi Experts,
    What is the difference between query & query view in BI 7.0 ?
    Can anyone suggest me on this.
    Thanks & Regards
    Sameer Khan

    Hi Sameer,
    Pls find the below URL for Query&Query View
    http://help.sap.com/saphelp_nw04/helpdata/EN/26/6de53cce129749893b008c627ede07/content.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/36/18788b6bca5d02e10000009b38f983/content.htm
    Thanks,
    John

  • Can we create materialized view on the top of another materialized view.

    Hi ,
    can we create materialized view on the top of another materialized view.
    Thanks
    Naveen

    Welcome , Just remember is not good apporch to do that since performance when MV refresh
    Please mark this thread as answered .

  • What are the impacts of IB control set to No at Master level

    What are the impacts of IB control set to No at Master level, but the item is serialized at master and Org level. These are service items.

    What are the impacts of IB control set to No at Master level, but the item is serialized at master and Org level. These are service items.

  • What is the impact on gl account

    we have wrongly uploded some asset balances, asset register is not matching with gl ledger. after we found that there are some wrong entries in asset balances. now we want to make some reverse entries in asset gl accounts with OASV, but what is the impact on opening gl account, example; we want to credit the asset gl account and debit the opening balance gl account. now in ledger open.gl account shows nill balance. if we reverse the transactions and by posting some other values what is the impact on this initial opening gl account,
    regards,

    hi,
    thnaks for reply, but we cannot reverse as it is initially uploaded directly in asset reconciliation account, moreover, we are already in production and we are yet to run the depriciation from april, finanlly we decided to post the difference amount in reconciliation accounts with OASV, but till now opening upload account shows zero balance, once we post the difference amounts directly in reconciliation accounts this initial upload gl account shows the carryforward balance from march. is there any other alternative,

  • What is the impact if you upgrade Oracle 9.2.03 to 9.2.07

    Please, can anybody tell me what is the impact is for and SAP R/3 4.6C system if you upgrade the Oracle database 9.2.03 to 9.2.07 ?
    Thanks
    Peter.

    Hi
    Is there any reason for uprading only to 9.2.07? Why cant you plan for oracle 10.2.0.2 ?
    As such there are no issues upgrading the patch set of oracle from 9.2.0.2 to 9.2.0.7.. More than issues there are limitation based on OS, 32-bit/64-bit..
    Hope this is helpful..
    Regards
    Madhu

  • What is the impact by changing gl account contra account: acquisition value

    Hi experts
    what is the impact by changing gl account  (contra account: acquisition value in asset accounting(AO90)  to the different company codes and different countries. Please review and send across step by step points to us
    Warm regards
    Sreenivas

    hi,
    thnaks for reply, but we cannot reverse as it is initially uploaded directly in asset reconciliation account, moreover, we are already in production and we are yet to run the depriciation from april, finanlly we decided to post the difference amount in reconciliation accounts with OASV, but till now opening upload account shows zero balance, once we post the difference amounts directly in reconciliation accounts this initial upload gl account shows the carryforward balance from march. is there any other alternative,

Maybe you are looking for