Materialized View - "use log" and its "master table" assigned

Oracle 10 g R2. Here is my script to create a mv, but I noticed two interestes properties by EM
CREATE MATERIALIZED VIEW "BAANDB"."R2_MV"
TABLESPACE "USERS" NOLOGGING STORAGE ( INITIAL 128K) USING INDEX
TABLESPACE "BAANIDX" STORAGE ( INITIAL 256K)
REFRESH FORCE ON COMMIT
ENABLE QUERY REWRITE AS
SELECT CM.ROWID c_rid, PC.ROWID p_rid, CM."T$CWOC", CM."T$EMNO", CM."T$NAMA", CM."T$EDTE", PC."T$PERI", PC."T$QUAN", PC."T$YEAR", PC."T$RGDT"
FROM "TTPPPC235201" PC , "TTCCOM001201" CM
WHERE PC."T$EMNO"(+)=CM."T$EMNO"
In EM, the MV list shows a column - "Can Use Log".
1. What does it mean?
2. Why it only says yes, when I used above codes to create the MV; but says "NO" when I created the MV by "OUT JOIN"? no matter is "LEFT.." or "RIGHT JOIN"
3. I also noticed that there is a column - "master table" and it always shows the name of the last table on the from list. Why? More important, does it matter to process. It shows the same table name when I use the "OUT JOIN" clause in from
I have created mv log on each master table with row_id.

Review the rules for your version of Oracle, you didn't think it important to name it, with respect to when you can do FAST REFRESH and when it can use REFRESH LOGs.

Similar Messages

  • I can no longer use all of the "Computer Management" tools against a remote computer. "Local Users and Groups", "Event Viewer", "Performance Logs and Alerts" and "Device Manager"

    Hello All,
    I can no longer use all of the "Computer Management" tools against a remote
    computer. "Local Users and Groups", "Event Viewer", "Performance Logs and
    Alerts" and "Device Manager"
    kindly see the below snapshot for assistance
    REGARDS DANISH DANIE

    This link may help....
    http://windowsxp.mvps.org/admintools.htm
    Freeman

  • I cannot import my AVCHD files by using log and transfer. I can see all the files, but when I add the file to import que it doesnt work, the status is a red (!) and says that its no data. I have tried with different cards and different cardreaders, but it

    I cannot import my AVCHD files by using log and transfer. I can see all the files, but when I add the file to import que it doesnt work, the status is a red and says that its no data. I have tried with different cards and different cardreaders, but it is still the same. Why?!

    Please give us more specific information -
    What make/model camcorder are you using?
    Are you absolutely certain this is AVCHD video?  Tell us more about the video settings you used in the camcorder (eg, frame size, frame rate, quality level)
    Why are you attempting Log & Transfer from a card reader instead of from your camcorder?  Have you tried doing Log & Transfer from your camcorder?
    Are the SD cards straight from the camcorder, unaltered, or are you just using the cards as storage?
    Are you using FCE 4.0 or FCE 4.0.1?

  • Why materialized view taking hours and yet not created

    hi,
    i am trying to create the following MV
    create materialized view MV1
    force on demand
    start with date 1 next date2
    AS
    select query 1--> complex query that return approcimately 2 millions rows
    union all
    select query2 --> complex query that returns 300K rowsit has been taking hours i.e > 4 hrs and still unable to create the MV
    w/o the create materialized view statement i am able to return the results from the union of the 2 queries
    what might be the possibility ?
    tks & rdgs

    Issue could be due to the complexity of your query..Even i faced the same issue when i worked on materialized views.It was taking too long to create materialized view and then we splitted the query and created two materialized views.
    Finally created a View for those MV's.You can also try the same
    Materialized View Log
    When you create a materialized view using the FAST option you will need to create a view log on the base tables.A fast refresh uses materialized view logs to update only the rows that have changed since the last refresh.
    When DML changes are made to the master table's data, Oracle stores rows describing those changes in the materialized view log and then uses the materialized view log to refresh materialized views based on the base table. This process is called an incremental or fast refresh.Without a materialized view log, Oracle must reexecute the materialized view query to refresh the materialized view. This process is called a complete refresh.Usually, a fast refresh takes less time than a complete refresh.
    You can go through the below link
    http://www.lc.leidenuniv.nl/awcourse/oracle/server.920/a96567/repmview.htm
    Thanks
    Suni

  • Refresh materialized view using workflow

    Hi forum,
    I want to refresh some materialized views using oracle workflow.
    The dbms_mview.refresh is not in de list of public transformations when using the transformation activity.
    Does anybody have any suggestion / solution?
    Thanks in advance,
    Eric

    Hello, Eric
    Try to import dbms_mview package into OWB repository and use them directly.
    The second, easy way - just wrap dbms_mview.refresh into private transformation and use it within your process. I use it in my projects - it works ok.

  • Useful logs and trace files

    Hello experts, for our Netweaver AS administration, I am in charge of periodically checking logs and trace files. I would like to know which are the most useful logs and trace files and the information each one will hold. I am familiar with "DefaultTrace.trc", and as of today it is the only one I have used, but I believe I should also be looking at other logs and trace files.
    Any suggestions?

    Hi Pedro,
    If you are talking about JAVA only system defaulttrace is the best log/trace to look, there are other log files like application log, but maybe the best way to check you logs is using NWA (NetWeaver Administrator) on the following URL on your JAVA system:
    http://<hostname>:<port>/nwa
    From there you need to go to Monitoring -> Logs and Traces and then Predefined View/SAP logs.
    My other recommendation is to change the severity level to ERROR for all you JAVA component within the Visual Administrator -> ServeNode -> Services -> Log Configurator -> Locations, otherwise it is possible that you see a lot of garbage on the defaulttraces. Anyway you can change the severity level per component, on demand, to investigate any possible problem.
    The work directory is very imporant and maybe you can also check the file "dev_serverX" that also will give you information about any out of memory conditions and garbage collection activity if you have these values set for the server node using the config tool:
    -verbose:gc
    -XX:+PrintGCDetails
    -XX:+PrintGCTimeStamps
    You can find more information on here:
    http://help.sap.com/saphelp_nw70/helpdata/en/ac/e9d8a51c732e42bd0e7de54b9ff4e2/content.htm
    Hopefully this help you, let me know if you need more information,
    Zareh

  • Cant import using Log and Transfer to FCE 4.0.1 from Panasonic DMC-TZ10

    Does anyone know if/how I can import into FCE 4.0.1 using Log and Transfer? I use Log and Transfer with my Sony HDR XR200VE Video Camera but when I try this with the Panasonic DMC-TZ10 I can play the clips in the Log and Transfer Clip viewer however they don't import after I add them to the queue. It just gives me an ! icon and gives up.
    I guess I need to know if there is a combination of camera settings and Codecs I can choose that will allow me to successfully import into FCE 4.0.1 using Log and Transfer.
    The settings I can choose on the DMC-TZ10 camera are the Rec Mode (Either AVCHD Lite (GPS Rec), AVCHD Lite, or Motion JPEG) and the Rec Quality SH, H or L).
    iPhoto 09 and iMovie 09 will automatically import video from this camera if I choose Motion JPEG and H on the DMC-TZ10

    Log and transfer only supports AVCHD. It does not support AVCHD Lite, nor will it work with Motion JPEG media. You could use third party software to convert it, or iMovie and then export a QuickTime movie from there in the correct codec and format.

  • Using log and trasfer but pixels become magnified in movement

    I have been using final cut pro for a very long time. I usually use XDCAM trasfer to transfer footage from my Sony EX 3 camera. However, I bought a Sony HDR - CX560E (MTS) files and am using Log and transfer. Transfer works fine. Except when i look at the footage the only way i can describe it is like this:
    When there is any movement in the frame the pixels become very magnified in some areas. Almost like they are poping. It looks terrible. At first i though it was the project setting, however, when i go to the file on my computer hard drive it is exactly the same that is why i think it might have to do with the way it is imported. Or either recorded. But i dont think it is the way it is recorded because it plays back on the view finder fine. It transfers as Apple ProRes 422. I dont know if it is creating a glitch with the canon plugin.
    Recorded at HD Quality
    50i
    Quality set to highest quality (FX) on camera
    i have looked on the forums but dont know what to do now
    Final cut Pro 7.0.3

    Ok, well i think i have managed to do it which is great. I would much rather do it straight from Final cut and will still try to figure it out. If anyone has any ideas as to why this is happening than please share. I have managed to convert it from toast to ProRes 442 (which is what i am doing in Final cut), However the picture seems fine. It always asks me to render the audio which only takes a few seconds, but i have no idea why i need to render it.

  • Is there a way to import clips from AVCHD folders I have copied from my camcorder to my hard disk? With FCE I could import these clips using log and transfer.

    In FCP-X is there a way to import AVCHD clips from an AVCHD file folder I have copied from my Canon hard disk camcorder to my iMac hard disk?  With FCE I used log and transfer with no problem; but, FCP-X doesn't import them. It will import AIC files that have been created in FCE from the original AVCHD files.  If FCP-X will not import these files directly from the copied AVCHD folder, is there a workaround using other software to convert the files? For example, Compressor? (Canon does not provide any AVCHD conversion software for OSX).

    Hi jphil and Tom
    I have exactly the same problem but the answer you (Tom) provided did not help in my case. Trying to "Import ->From Camera" and pointing to the AVCHD folder yields the error message: "(Folder) contains unsupported files or has invalid directory structure."
    Folder structure is
    AVCHD
         BDMV
              CLIPINF
                   .CPI files
              Index.bdm
              Movieobj.bdm
              PLAYLIST
                   .MPL file
              STREAM
                   .MTS files
    AVF_INFO
         3 files (.bnp, .inp, .int)
    DCIM
         101MSDCF
              empty
         MODELCFG.IND (file)
    My question is: Is that not a "camera archive" of the type you talked about in the thread? Is it on principle not possible to import the files in that format/directory structure? If not, since the shots were not taken by myself, what should I ask the guy who shot the movies to give me to be able to work with them in FC?
    I work with a brand new Final Cut Pro X 10.0.4 (still very clumsy with it) on an iMac 11,3 with MacOS 10.6.8.
    I downloaded the latest version of codec updates from the Apple support site but no difference.
    Thank you in advance
    Giorgio
    Freiburg, Germany

  • Glitches Convertng AVCHD using Log and Transfer

    Hi, I'm converting a large batch of AVCHD to ProRes 422 using log and transfer for a project. I've converted almost all the footage, but have had to break down some longer clips because FCP7 won't convert the whole clip, it starts to act wonky. There is one large clip that I'm trying to convert a section of, that just won't convert and keeps giving me the annoying red exclamation point no matter what I do. I've tried changing the scratch disk, using the original name of the clip, unchecking "abort capture on dropped frames," changing the in and out on points--all the suggestions that I've found on discussion boards--nothing has worked. I've considered buying some external software, but am afraid the clip itself might be corrupted, though I've converted other sections of it with no problem. Any suggestions?

    Hi Michael, Thanks for the quick response. I copied the clip, the whole card  to a different internal drive and FCP crashed  when I tried to transfer a section the troublesome clip. Here's part of the report I got after the crash:
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSMallocException', reason: '*** -[NSConcreteMutableData appendBytes:length:]: unable to allocate memory for length (75356)'
    *** Call stack at first throw:
    The camera is the Sony NEX-FS700. As I said before, I'm baffled. I've transferred two other sections from this same clip and also from all the other clips from this card with no problem. It was a couple of months ago, but I've not changed any settings or preferences.

  • Can't Import Sony AVCHD Using Log and Transfer

    HI
    I have been importing AVCHD footage from all kinds of cameras, mainly Panasonics for over 4 years now using Final Cut Pro 7.  I just got a new Sony NEX-EA50 but when I try to import the footage using Log and Transfer, it does not show up.  When I try to drop the card folder into the window I get the ""PRIVATE" contains unsupported media or has an invalid directory structure. Please choose a folder whose directory structure matches supported media." message.
      The only way I can import the footage is using Toast, but that is a pain in the *** because it is a hassle to rename and scan the clips before I import. 
    Does anybody know whats going on?  Did Sony purposely change their file directory system so it couldn't be read by FCP? 
    Thanks in advance.

    Hi,
        What framerate did you shoot ?
    Log and Transfer will not recognise non standard frame rates such as 50 fps or 60fps. Toast, Clipwrap etc is an option but there is another. If you have the Panasonic AVCCAM importer Quicktime plug in, it will allow you to convert to Pro Res through Mpeg Streamclip or Compressor.
    DM
    Hang on, are you pointing log and transfer at the ROOT folder and not the folders inside.

  • FI Reports using ABAP and their Related Tables

    Hi can anyone tell me some of the commonly developed reports from FI using ABAP and their related Tables.
    Thank You

    You can find the details about the FI module here
    http://www.sap-img.com/sap-fi.htm
    Regards,
    Ravi
    Note : Please mark all the helpful answers

  • Sync Audio using Log and Transfer

    Shot footage using Sony Ex-1, recorded audio separately on DAT. There is a Timecode jammed, as well as a clapper. Using Final Cut 6.06.
    Can I sync the audio and video before putting them in the bin? Is there a way to sync the audio and video using "Log and Transfer"?
    I'm trying to find a way to sync them so that it saves the video and audio as a separate movie file.

    You can't sync the files during log and transfer. You have to capture the audio and video seperately, then sync them using a process such as this: http://www.ericbrodeur.com/blog/2008/12/03/syncing-dailies-in-final-cut-pro/

  • Hi i m using 4s and its updated but i cant configure with microsoft exchange for my gmail account. Anytime i tried to configure it the message comes connection to the server failed. Pls help me out.

    Hi i m using 4s and its updated but i cant configure with microsoft exchange for my gmail account. Anytime i tried to configure it the message comes connection to the server failed. Pls help me out.
    <Email Edited by Host>

    Discontinued by Google. Read here:
    http://googlesystem.blogspot.com/2012/12/google-sync-discontinued-for-gmail.html

  • To get list of materialized views/views using a column of a table

    Hi,
        I am removing sal column from table tab_emp;
    i want to check whether any materialized view or view using this column by  querying using data dictionary :-
    if i use like condition against query column of all_mviews it is throwing error sicne it is long data type.
    is there a way to search it without creating any function and use it in a query
    Thanks,
    Ajoy

    start with select * from dictionary where table_name like '%VIEW%'
    to identify appropriate dictionary views.
    Then read: Ask Tom &amp;quot;Converting Longs to LOBS&amp;quot; and Ask Tom &amp;quot;Long to Varchar2 conversion.... &amp;quot;
    to be able to search LONG descriptions for column names.
    For example:
    create table check_table as
    select owner,view_name,text_length,to_lob(text) text_lob from all_views
    Column Name
    Data Type
    Nullable
    Default
    Primary Key
    OWNER
    VARCHAR2(30)
    No
    VIEW_NAME
    VARCHAR2(30)
    No
    TEXT_LENGTH
    NUMBER
    Yes
    TEXT_LOB
    CLOB
    Yes
    select * from check_table where instr(upper(text_lob),'SAL') > 0
    OWNER
    VIEW_NAME
    TEXT_LENGTH
    TEXT_LOB
    SYS
    USER_ENCRYPTED_COLUMNS
    147
    select TABLE_NAME, COLUMN_NAME, ENCRYPTION_ALG,SALT, INTEGRITY_ALG from DBA_ENCRYPTED_COLUMNS where OWNER = SYS_CONTEXT('USERENV','CURRENT_USER')
    Regards
    Etbin

Maybe you are looking for

  • Get a 15" rMBP now or wait Broadwell?

    Hey guys, I am a software engineering student from Brazil and I will spend the next year living and studying in US. As some of you know gadgets in Brazil are really expensive so this is a great opportunity to replace my late 2011 13" MacBook Pro with

  • Exceptions in popup blocking not work good

    why sub-domains in exceptions in popup blocking not work? if i add a particular subdomain it works, but when i add an star in subdomain to do for all not work: *.mihanblog.com *.blogfa.com //// Please add image upload on post feature to Firefox's sup

  • Reg. Repeating Table headers in Report Output

    Hi, I have designed a simple RTF Template as below. Sr. No. Customer No. Customer Name. If the output is taken in RTF/PDF, and if the no. of records are huge that records go to the next page, then is there any possibility to repeat the table headers

  • 30P to 24P audio problem

    Hi all, quick question that I cannot ind an answer to: I shot at 30, and I want to slow it down to 24 for a slight slow mo look, I right click the file in PP, interpret footage-23.98 then try playing it in the source monitor, it looks and sounds grea

  • Does Photoshop Elements 10 for Mac have a Paragraph Panel?

    If it does, I can't find it.