ERRORS Interview Questions
Questions Answers Views Company eMail

NID-00129: Invalid DBID for datafile "string", expecting number, found number

1 2321

NID-00130: Mismatched CHECKPOINT_CHANGE# in datafile "string", expecting string, found string

1 2747

NID-00131: Control file is not current

1 15156

NID-00132: CHECKPOINT_CHANGE# in datafile "string": string in the future of controlfile: string

1 2172

NID-00133: Database should have only consistent datafiles

1 3525

NID-00134: Datafile "string" is not consistent

1 1858

NID-00135: There are number active threads

1 8740

NID-00137: All datafiles that are not dropped should be readable

1 10789

NID-00138: Block verification failed for datafile string (number)

1 2297

NID-00139: Mismatched dbname for datafile string, expected string, found string

1 2702

NID-00140: Specified database name string does not match previous name used string

1 2307

NID-00141: No database name specified, previous attempt used string

1 2372

NID-00142: Only changing database name, previous attempt changed dbid to number

1 2221

NID-00143: Mismatched controlfile string

1 2259

NID-00144: New name for database string is the same as current name string

1 4159


Un-Answered Questions { ERRORS }

dear sir I want singal maintainer(iii& ii) solved question paper in every year in every board in rrb. If you collect these and sent these my mail-id i shall very grateful to you. thanking you your's faithfully soma saha

1911


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

2862


hi pp gurus, when i do the goods receipt through transiction MIGO the system, gives following error. I filled up all information that needs MIGO transiction. the error is: "Account determination for entry INT GBB___AUF 7900 not possible." can any one suggest me what to do now?

2269


write the value of x and y after execution of the statements: int x=19,y; y=x++ + ++x; x++; y++;

1359


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(); } } }

2244






what is new g/l functionality

2218


ORA-26027: unique index string.string partition string initially in unusable state

6165


hi, i am trying to do modular test tree in winrunner but i am getting error like "Error in the Expression list",can you please tell e what kind of error is this? thanks.

1839


What is the use of NOLOCK locking hint?

1374


I worked with $message and $$message, Bt its not working?..

1779


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

2624


A sample program using data structure? what is file handling?

2630


when i open the system error dialog box come memory could not be read some.

2052


what are the test cases for ticket vending machine?

3708


I have got one job selection order from DECON ENGG(HRD), he told me to send 2000 rs of demand draff i have send the demand draff after some time a got a job selection order in banglore but he have written that u have to give 550 rs of Guidency fees in bangalore i dont understant what to do

2102