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-06563: controlfile or SPFILE must be restored using FROM AUTOBACKUP

1 9377

RMAN-06564: must use the TO clause when the instance is started with SPFILE

1 9868

RMAN-06565: WARNING: string: sqlcode number was caught, automatic retry #number

1 3122

RMAN-06566: target database incarnation not found in control file

1 5237

RMAN-06570: datafile number switched to datafile copy "string"

1 2872

RMAN-06571: datafile number does not have recoverable copy

1 12590

RMAN-06572: database is open and datafile number is not offline

1 4808

RMAN-06575: platform id number found in datafile string header is not a valid platform id

1 3598

RMAN-06576: platform 'string' (number) found in header of datafile string does not mmatch specified platform name 'string' (number)

1 3059

RMAN-06577: FROM TAG option may only be used with datafilecopies

1 2757

RMAN-06578: INCREMENTAL LEVEL > 0 must be specified with FOR RECOVER OF

1 4935

RMAN-06580: the string option cannot be used with AS COPY

1 3643

RMAN-06581: option string not supported

1 5433

RMAN-06582: AS COPY option cannot be used when backing up backupsets

1 2872

RMAN-06583: at least 1 channel of TYPE DISK must be allocated to use AS COPY option

1 4715


Un-Answered Questions { ERRORS }

In .net how many error will occur?

2823


ORA-26094: stream format error: input column overflow

2820


How will you Handle Error in SQL SERVER 2008?

2413


what are the test cases for ticket vending machine?

4296


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.

1667


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

3092


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

2234


hi can any one tell me.... do we need to use color catridge also in HP Deskjet 630C series printer.... i have kept only black catridge but its not working.......

2252


ORA-26084: direct path context already finished

1957


hai i got one error i,e http status 404 error what is ds why ds is comming

2602


wut is pre law

2731


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

1780


I have written the code as below. here problem is that dt remain null. how to solve thst please tell me. public partial class Form1 : Form { private DataTable DTable; private DataRow drow; public Form1() { InitializeComponent(); } private OleDbConnection getConnection() { OleDbConnection con=new OleDbConnection (@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\winApp for Student\winApp for Student\App_Data\SchooMgnSystem.mdb;Persist Security Info=True"); return con; } private void button1_Click(object sender, EventArgs e) { InsertData(); } private void InsertData() { if (DTable==null) { DTable = new DataTable(); DTable.Columns.Add("StudID", typeof(string)); DTable.Columns.Add("StudName", typeof (string)); DTable.Columns.Add("Address", typeof(string)); drow = DTable.NewRow(); drow[0] = txtStudID.Text; drow[1] = txtSTudName.Text; drow[2] = txtAddress.Text; DTable.Rows.Add(drow); grdStudent.DataSource = DTable; } else { drow = DTable.NewRow(); drow[0] = txtStudID.Text; drow[1] = txtSTudName.Text; drow[2] = txtAddress.Text; DTable.Rows.Add(drow); grdStudent.DataSource = DTable; } } private void button2_Click(object sender, EventArgs e) { string cmdstr; OleDbCommand cmd; OleDbConnection con = getConnection(); foreach (DataRow Drow in DTable.Rows) { cmdstr = "Insert into Student values('" + drow[0].ToString() + "','" + drow[1].ToString() + "','"+drow [2].ToString()+"')"; cmd = new OleDbCommand(cmdstr,con); try { con.Open(); cmd.ExecuteNonQuery(); } catch (Exception ex) { MessageBox.Show(ex.Message); } finally { con.Close(); } } }

2660


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

2666


Hi can any one help me below two steps in sap FICO, 1.Create document number ranges for company code. 2.Copy document number ranges to fiscal year. was trying to do it but i am not able to completing successfully,

3190