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

RMAN-08058: replicating controlfile

1 2929

RMAN-08059: media recovery failed

1 2932

RMAN-08060: unable to find archive log

1 4277

RMAN-08066: database reset to incarnation string

1 2901

RMAN-08070: deleted datafile copy

1 2818

RMAN-08071: channel string: deleting archive log(s)

1 3329

RMAN-08072: deleted controlfile copy

1 4028

RMAN-08073: deleted backup piece

1 3213

RMAN-08074: crosschecked backup piece: found to be 'string'

1 2849

RMAN-08085: created script string

1 2630

RMAN-08086: replaced script string

1 2860

RMAN-08087: channel string: started backup set validation

1 3044

RMAN-08088: applied offline range to datafile string

1 3238

RMAN-08089: channel string: specifying datafile(s) to restore from backup set

1 3157

RMAN-08090: channel string: starting proxy restore

1 2822


Un-Answered Questions { ERRORS }

Wen ever i use IE=createObject (Ineternetexplorer.application) QTP just navigates to the URL mentioned but doesn't recognise the USErname and Password field so the test fails.. But wen i just record and use system.util "iexplore" the code recognises and the tst passes, but here it works fine sometimes and sometimes the test just fails and aftersometime i run it works.. so its not consistent,,, any suggestion

3096


when will we use lsmw , bdc and bapi? which will be easy to use and which is used for which type of data

2537


[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2742


how to run the application using winrunner for data driven test?

2412


how do i copy first 10 records from one sequntial file to another sequential file by using JCL program?

2752


pleasesend which type of the books to indian banks clerks& what is topics pleases mailme

2355


How to solve -805 error i.e. Bind issue. There are two conditions- 1) If you have access to the database table 2) If you don't have access to the table

2661


RMAN-05017: no copy of datafile number found to recover

2423


ORA-26095: unprocessed stream data exists

3594


NZE-28868: Peer certificate chain check failed.

2828


Jetking is C C

2690


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

1962


ORA-26030: index string.string had string partitions made unusable due to:

1951


ORA-16627: No standby databases support the overall protection mode.

4009


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

2619