how can it possibble to see the report output in excel
sheet in oracle applications
Answers were Sorted based on User's Feedback
Answer / sumeet
How disgusting guys... the question is in oracle
applications not in toad or sql*plus. why you guys are
posting wrong and wrong answers.
the answer wud be select the report output format when you
submit the report concurrent thru SRS form window. There
you click on options and you will find output format.
Set it as desired "excel" and run the request.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / v.karthikeyan
I suppose you would be retrieving data using SQL. You can
spool the data. Spooled data can be viewed in excel. The
teps involved are as follows:-
In SQL prompt, enter spool filename.txt
Enter the select statement you want to issue
execute it
After the qry returned the rows, enter spool off.
This file can be opened by EXCel through import menu
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / esakkiraja
Very simple--If u have toad software first query the
statement and it will display all the values and there is
one option called save as use this option it will ask
which file format u want to save the values then give .xls
file and all the files will be saved in .xls format
| Is This Answer Correct ? | 1 Yes | 4 No |
What command would you use to create a backup control file?
Hi, IN oracle apps HRMS, if the employee changes his department, and when a conconurrent program is run for calulating the pay, The latest Dept id is not diaplayed, howeber the previous deptid is considered. Please can someone tell me where is the program going wrong, which side?
Explain the use of setting GLOBAL_NAMES equal to TRUE.
Give two methods you could use to determine what DDL changes have been made.
What Are Cross Validation & Adi?
What view would you use to look at the size of a data file?
what is difference between inner join & nested query or subqueries
How do you add a data file to a tablespace?
Give the two types of tables involved in producing a star schema and the type of data they hold.
How would you determine who has added a row to a table?
can u pls share responsibilities for production how to environment in odi?and how to generate report ?
how to replace not in with not exist?