Re: help ,two question

From: Jim Kennedy <kennedy-family_at_attbi.com>
Date: Tue, 05 Feb 2002 14:06:20 GMT
Message-ID: <wFR78.25089$S06.84976_at_rwcrnsc53>


  1. If you do a series of updates/inserts, etc. the results are written to disk before you commit (maybe- depends upon how long the whole thing takes). When you commit, the information is written to the redo log. So even if the system goes down it will put the database back in a consistent state. Jim "rsun" <sunrui_y98_at_263.net> wrote in message news:e44d92b1.0202050103.60e4f6b9_at_posting.google.com...
    > 1.
    > TO oracle after I insert or update or delete a record into(of or
    > from ) table and then commit,record will write into disk directly or
    > still in RAM.
    > 2.
    > I had installed oracle8.1.6 professional and client on solaris8,now I
    > write
    > a *.pc file, I want to convert *.pc file to executable file.In
    > directory $oracle_home/precomp/demo/proc this is a file demo_proc.mk
    > is used to make file,when I used make -f demo_proc.mk filename command
    > ,because the C compiler on my solaris is gcc in place of cc,so I
    > modify env_precomp.mk file where CC=cc is changed to CC=gcc.But when I
    > run make -f demo_proc.mk filename error occurd (build error or target
    > filename.o error),I don't know how to do ,please help me.
Received on Tue Feb 05 2002 - 15:06:20 CET

Original text of this message