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

What is the use of NOLOCK locking hint?

0 Answers  


why we are using shift key in unix shell script

0 Answers   IBM, TCS,


java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page

0 Answers   HCL,


How will you Handle Error in SQL SERVER 2008?

0 Answers  


What are row constructors?

1 Answers  






WHAT IS HTTP 500 Internal Server Error? CAN I SOLVE THIS?

4 Answers   CTS, Infosys,


What is the meaning of lock escalation and why/how to stop this?

0 Answers  


What severity level errors are managed in TRY-CATCH block?

0 Answers  


How to view the error log for any specific instance?

0 Answers  


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

0 Answers  


Hi, I am trying to encode data from flatfile and then to decode the encoded data to original form. Procedures that I followed:- 1. Encoded the field 'A_ID' using AES_ENCRYPT(A_ID,'abd') in the expression transformation. The A_ID got encoded in the output table(oracle) 2. To decode this back I used AES_DECRYPT(A_ID,'abd'). But after executing the workflow, I am not getting any data in output. can anybody tell me how to decrypt the encoded data back to original form ??

0 Answers  


On which table the SSIS SQL Server logs are stored?

1 Answers  


Categories