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



Database Errors Interview Questions
Questions Answers Views Company eMail

ORA-01072: cannot stop ORACLE; ORACLE not running

1 3162

ORA-01073: fatal connection error: unrecognized call type

1 3219

ORA-01074: cannot shut down ORACLE; inside a login session - log off first

1 3406

ORA-01075: you are currently logged on

1 8287

ORA-01076: multiple logons per process not yet supported

1 3088

ORA-01077: background process initialization failure

1 3614

ORA-01078: failure in processing system parameters

1 3689

ORA-01079: ORACLE database was not properly created, operation aborted

1 12701

ORA-01080: error in shutting down ORACLE

1 4482

ORA-01081: cannot start already-running ORACLE - shut it down first

1 11885

ORA-01082: 'row_locking = always' requires the transaction processing option

1 3297

ORA-01083: value of parameter "string" is inconsistent with that of other instances

1 2897

ORA-01084: invalid argument in OCI call

4 23277

ORA-01085: preceding errors in deferred rpc to "string.string.string"

1 2761

ORA-01086: savepoint 'string' never established

1 9201


Un-Answered Questions { Database Errors }

mount: mount to NFS server failed: System Error: Connection timed out

3709


How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?

2767


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2867


ORA-07497: sdpri: cannot create trace file 'string'; errno = string.

2864


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.

1704


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

2715


today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql

2522


What is Mutex error in Triggers?

3129


how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board

2255


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2948


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

4042


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

2269


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

2758


How will you Handle Error in SQL SERVER 2008?

2446


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

2300