ERRORS Interview Questions
Questions Answers Views Company eMail

NID-00109: DBNAME string length number exceeds maximum length of number

1 5159

NID-00110: Cannot use REVERT and specify a database name at the same time

1 2188

NID-00111: Oracle error reported from target database while executing string string

1 4538

NID-00113: Error reading answer - aborting

1 2424

NID-00114: Must specify new database name when SETNAME is used

1 2094

NID-00115: Database should be mounted

1 3617

NID-00120: Database should be mounted exclusively

1 6546

NID-00121: Database should not be open

1 5438

NID-00122: Database should have no offline immediate datafiles

1 3937

NID-00123: Magic number for datafile "string" is incorrect

1 2507

NID-00124: Mismatched dbid for datafile string, expected number, found number

1 2013

NID-00125: Database should have no disabled datafiles

1 6629

NID-00126: Database should have no datafiles in unknown state

1 2013

NID-00127: All online files in the database must have the same checkpoint SCN

1 4050

NID-00128: Cannot revert change of database, change not in progress

1 2362


Un-Answered Questions { ERRORS }

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,

2727


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

1911


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

1924


ORA-16516: The current state is invalid for the attempted operation.

8092


NZE-28890: Entrust Login Failed

1414






according to class7 how can we give description on pendrive?

1991


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.

1847


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

6165


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

2250


ORA-26084: direct path context already finished

1492


write a database figure to implement the master detained relationship.

2447


Answers for Complete This Song B_C_A_A _IL K_A KA_E, S__AN J__E B__D_ J__E

2737


can a merchant exporter adjust or claim refund of input service tax ??

1819


hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.

2176


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

2181