I am experiencing an error failed to retrieve data from
data base. it is an oracle table. Is there a limit on the
number of fields that can be a report. My table has 321
fields and I do not have all of them in the report yet.



I am experiencing an error failed to retrieve data from data base. it is an oracle table. Is there..

Answer / prakash bhoyar

If you have 321 field,
followed this steps
1)open sql.
2)change dir. if ncecessary.
3)then give command
SQL>desc table_name.
4)check the fields.
5)select or copy that field name.
6)and then use that field in like select empno,empname from
emp.
7) use same script in procedure
8) and show your feilds in your screen.

Thanks

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQLServer Errors Interview Questions

why we are using shift key in unix shell script

1 Answers   IBM, TCS,


How will you Handle Error in SQL SERVER 2008?

1 Answers  


What is SCD (Slowly Changing Dimensions)? What are its types?

1 Answers  


what is meant by write off and write on in sap?

5 Answers   Reliance Communications, Wipro,


What is Mutex error in Triggers?

1 Answers  


What are the required/mandatory parameters that have to be passed with RAISEERROR statement?

1 Answers  


today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql

1 Answers  


I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.

1 Answers  


I am experiencing an error failed to retrieve data from data base. it is an oracle table. Is there a limit on the number of fields that can be a report. My table has 321 fields and I do not have all of them in the report yet.

1 Answers  


On which table the SSIS SQL Server logs are stored?

1 Answers  


Is the company liable to deduct professional tax of directors?

1 Answers  


when i save float data value 11.22 but this see in table 11.220000004758456 type ? how to save only two decimal point.

1 Answers  


Categories