Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ClaudiaFilliponi

    A question on import

    I am importing an schema called bond from production to dev. I use the following syntax: imp system/password file=$PIPEFILE log=${IMPORT_LOG} fromuser=bond touser=bond; The output from log shows no error: . importing BOND's objects into BOND . . importing table "ADDRESS"...
  2. ClaudiaFilliponi

    Batch statement in SQLPLUS

    In PL/SQL I can do the following in a batch statement 1 declare v_num int := 0; 2 begin 3 select count(*) into v_num from test_frag where rownum < 100000; 4 update test_frag set big_column = big_column where rownum < 10; 5* end; / PL/SQL procedure successfully completed. How...

Part and Inventory Search

Back
Top