Oracle General (1809)
Oracle DBA (Database Administration) (261)
Oracle Call Interface (OCI) (10)
Oracle Architecture (90)
Oracle Security (38)
Oracle Forms Reports (510)
Oracle Data Integrator (ODI) (120)
Oracle ETL (15)
Oracle RAC (93)
Oracle D2K (72)
Oracle AllOther (241) Table Has C1 And C2 Column If Exits any record in c1 then Update c2 record Otherwise insert new record in the C1 And C2 (Using Procedure)
4 7258Hi...... I created a report which is geneated in .txt format. What I do for this is 1.First I change the system parameter mode to character in the report. 2.Then I place a button in my form to call the report. code in the button is as follows.. DECLARE rePid REPORT_OBJECT; rep_hndl VARCHAR2(100); BEGIN rePid := Find_Report_Object('reptxt.rdf'); Set_Report_Object_Property(rePid,Report_deStype,FILE); Set_Report_Object_Property(rePid,Report_FileName,'d:\sasi\reports\reptxt.rdf'); Set_Report_Object_Property(rePid,Report_desName,'d:\sasi\output\repprint.txt'); rep_hndl := Run_Report_Object(rePid); END; and it is working.. Now the problam is that when I preview the report from the report builder, it is in the format I needed. But when I run the form and run the report,Its alligment is not correct. Regards abc
1 3396hi iam kavya, i completed Oracle11i(finance module), i do not know how to face the interview questions please adivese me
2188BY SELECT * FROM EMP QUERY ,I GENERATED ONE REPORT.AND SUPPOSE THAT I HAVE 10 PAGES OF OUTPUT. WHAT I WANT IS ,I WANT TOTAL PER EACH PAGE.OK I GOT THAT AND THAT SHOULD BE FORWARDED TO NEXT PAGE AND NEXT PAGES TOTAL SHOULD BE DISPLAYED
1 3530
Differentiate between standard remittance and bills receivable remittance : oracle accounts receivable
Explain self joins in oracle?
How do I limit the number of rows returned by an oracle query after ordering?
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
What are object group?
Explain about your project and its relation to the current job position you are applying to?
What is the usage of control file in oracle?
You have taken import of a table in a database. You have got the integrity constraint violation error. How you are going to resolve it.
You have taken a manual backup of a datafile using os. How rman will know about it?
When should you increase copy latches? What parameters control copy latches?
What is mutated trigger? In single user mode we got mutated error, as a dba how you will resolve it?
Which function is used to find the largest integer less than or equal to aspecific value?
How to rename an existing table?
How to check database size in Oracle?
If a tablespace shows excessive fragmentation what are some methods to defragment the tablespace? (7.1,7.2 and 7.3 only)