English Русский Contacts Site map Add to favorites
Registration
Login
Master braindump list
New braindumps
Submit a dump
Get latest dump
braindumps.com.ua
flame
3COM (7)
Adobe (1)
BEA (1)
Checkpoint (22)
Cisco (20)
Citrix (21)
CIW (15)
Compaq (0)
CompTIA (51)
CWNA (2)
EMC (2)
Exin (4)
GEJOS (4)
HDI (1)
HP (4)
IBM (13)
Juniper (5)
Linux Prof Institute (LPI) (2)
Lotus (11)
Microsoft (2462)
Network Appliance (2)
Novell (16)
Oracle (423)
PLSQL (1)
PMI (5)
SAS (1)
Sun (87)
Teradata (4)
Login:
Password:
RSS feed

Contacts
Certification links
Links
Authorized user can see question and answers.
Please log in or sign up.

Exam question list:
Show all comments
Oracle 1z0-147: Oracle9i: Program with PL/SQL
#1. What can you do with the DBMS_LOB package?

Show comments for this question (1)
Add comments
Link to this question

#2. Examine this procedure:
  1. CREATE OR REPLACE PROCEDURE ADD_PLAYER (V_ID IN
  2. NUMBER, V_LAST_NAME VARCHAR2) IS BEGIN INSERT INTO PLAYER (ID LAST_NAME)
  3. VALUES (V ID, V_LAST_NAME);
  4. COMMIT;
  5. END;
This procedure must invoke the UPD_BAT_STAT procedure and pass a parameter. Which statement, when added to the above procedure, will successfully invoke the UPD_BAT_STAT procedure?

Show comments for this question (0)
Add comments
Link to this question

#3. Which three describe a stored procedure? (Choose three.)

Show comments for this question (0)
Add comments
Link to this question

#4. Examine this package:
  1. CREATE OR REPLACE PACKAGE pack_cur IS CURSOR c1 IS SELECT
  2. prodid FROM product ORDER BY prodid DESC;
  3. PROCEDURE prod;
  4. PROCEDURE proc2;
  5. END
  6. pack_cur; /CREATE OR REPLACE PACKAGE BODY pack_cur IS v_prodid NUMBER;
  7. PROCEDURE prod IS BEGIN OPEN c1;
  8. LOOP FETCH c1 INTO v_prodid;
  9. DBMS_OUTPUT.PUT_LINE(’Row is: c1%ROWCOUNT);
  10. EXIT WHEN c1%ROWCOUNT &gt= 3;
  11. END LOOF END prod;
  12. PROCEDURE proc2 IS BEGIN LOOP FETCH c1 INTO v_prodid;
  13. DBMS_OUTPUT.PUT_LINEQR0w is: IIc1%ROWCOUNT);
  14. EXIT WHEN c1%ROWCOUNT &gt= 6;
  15. END LOOP;
  16. CLOSE c1;
  17. END proc2;
  18. END pack_cur; /
The product table has more than 1000 rows. The SQL*Plus SERVEROUTPUT setting is turned on in your session. The product table has more than 1000 rows. The SQL*Plus SERVEROUTPUT setting is turned on in your session. The product table has more than 1000 rows. The SQL*Plus SERVEROUTPUT setting is turned on in your session. You execute the procedure PROC1 from SQL*Plus with the command: The product table has more than 1000 rows. The SQL*Plus SERVEROUTPUT setting is turned on in your session. You execute the procedure PROC 1 from SQL*Plus with the command: EXECUTE pack_cur.proc1. You execute the procedure PROC1 from SQL*PIus with the command:
EXECUTE pack_cur.proc1.
You execute the procedure PROC1 from SQL*Plus with the command:
EXECUTE pack_cur.proc1
What is the output in your session?
EXECUTE pack_cur.proc l.
What is the output in your session?
What is the output in your session? A.ERROR at line 1:
What is the output in your session? A. ERROR at line 1: A. ERROR at line 1: B.
Row is:

Show comments for this question (0)
Add comments
Link to this question

#5. Examine this procedure:
  1. CREATE OR REPLACE PROCEDURE INSERT_TEAM (V_ID in
  2. NUMBER, V_CITY in VARCHAR2 DEFAULT ‘AUSTIN’, V_NAME in VARCHAR2) IS BEGIN
  3. INSERT INTO TEAM (id, city, name) VALUES (v_id, v_city, v_name);
  4. COMMIT;
  5. END;
Which two statements will successfully invoke this procedure in SQL*PIus? (Choose two.)

Show comments for this question (0)
Add comments
Link to this question

#6. You need to create a DML trigger. Which five pieces need to be identified? (Choose five.)

Show comments for this question (0)
Add comments
Link to this question

#7. This statement fails when executed:
  1. CREATE OR REPLACE TRIGGER CALC_TEAM_AVG
  2. AFTER INSERT ON PLAYER BEGIN INSERT INTO PLAYER BAT STAT (PLAYER ID, SEASON
  3. YEAR,AT BATS,HIT5) VALUES (:NEW.ID, 1997, 0,0);
  4. END;
To which type must you convert the trigger to correct the error?

Show comments for this question (0)
Add comments
Link to this question

#8. Examine this package:

Which statement is true?

Show comments for this question (0)
Add comments
Link to this question

#9. Examine this code:

Which statement is true?

Show comments for this question (0)
Add comments
Link to this question

#10. Examine this code:

Which statement removes the function?

Show comments for this question (0)
Add comments
Link to this question


 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] ... [13 
Up ^ gen. 0.142 Server date 01:06 10-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps