How to Print Using PL/SQL
475514Jul 3 2006 — edited Jul 6 2006hello friends,
i faced this question in an interview.
q1) how do you print data into a paper using PL/SQL.
q2) I want that this procedure or package should be executed everyday at 3.00PM. how do i do it?
i said that we can use UTL_FILE for q1 n DBMS_JOB( please correect me if i am wrong) for q2. but he said we can do it using triggers also.
can any one help me out with this??