Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...




ERRORS Interview Questions
Questions Answers Views Company eMail

NNL-01057: Foreign data items cached: number

1 2806

NNL-01058: Region data next checked for reload in: string

1 2608

NNL-01059: Region data reload check failures: number

1 2863

NNL-01060: Cache next checkpointed in: string

1 2965

NNL-01061: Cache checkpoint interval: string

1 2808

NNL-01062: Cache checkpoint file name: string

1 2698

NNL-01063: Statistic counters next reset in: string

1 2921

NNL-01064: Statistic counter reset interval: string

1 2800

NNL-01065: Statistic counters next logged in: string

1 2662

NNL-01066: Statistic counter logging interval: string

1 3056

NNL-01067: Trace level: number

1 2909

NNL-01068: Trace file name: string

1 3184

NNL-01069: Log file name: string

1 3001

NNL-01070: System parameter file name: string

1 2825

NNL-01071: Command-line parameter file name: string

1 2779


Un-Answered Questions { ERRORS }

I would like to if there is any vb script to populate my values in the application.Example i will input the data in two 2 rows a & b.I need script where the data in a or b have to populate in my application if my a = nothing and b = 1 or a = 1 or b = nothing.I would be glab if someone can help me here.

2405


i have created ODBC through Data sources and tests completed sucessfully. when i am Trying to connect SQL Server through ODBC (ODBC :Oracle Open Client Adapter for ODBC 2.0.2.15.0 Microsoft SQL Server 09.00.3054) unable to Connect to SQL*Plus: Release 8.0.4.0.0. it is given following error-message . Error: ORA-03121: NO interface driver connected- function not performed.

2798


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

3152


IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1616


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

2222


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 ??

1676


write a database figure to implement the master detained relationship.

2934


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

2661


if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires

2695


ORA-26082: load of overlapping segments on table string.string is not allowed

1767


ORA-26079: file "string" is not part of table string.string

1957


NZE-28868: Peer certificate chain check failed.

2798


ORA-26076: cannot set or reset value after direct path structure is allocated

1963


How will you Handle Error in SQL SERVER 2008?

2401


Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

2594