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-39317: illegal validation_check() call: only applys after clone/sync_code/valdation_check

1 2762

ORA-39500: failed to notify CRS of a Startup/Shutdown event for database "string", instance "string" (ignored)

1 2894

ORA-39501: failed to notify CRS of a Startup/Shutdown event [number] (ignored)

1 2941

ORA-39502: failed to notify CRS of a Startup/Shutdown event [number] (ignored)

1 2825

ORA-39503: failed to notify CRS of a Startup/Shutdown event [number] (ignored)

1 2906

ORA-39504: failed to notify CRS of a Startup/Shutdown event [number] (ignored)

1 2789

ORA-39600: Queue keys needs to be a suffix of cluster key.

1 2998

ORA-39601: Hash key is required.

1 3246

ORA-39700: database must be opened with UPGRADE option

2 8173

ORA-39701: database must be mounted EXCLUSIVE for UPGRADE or DOWNGRADE

1 7509

ORA-39702: database not open for UPGRADE or DOWNGRADE

1 7958

ORA-39703: server version and script version do not match

1 3487

ORA-39704: permission to modify component registry entry denied

1 3948

ORA-39705: component 'string' not found in registry

1 6645

ORA-39706: schema 'string' not found

1 3295


Un-Answered Questions { Database Errors }

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

2459


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2736


ORA-16626: failed to enable specified object

2225


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

2659


what is the instrument that used in Mechanical Energy??

2685


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

2655


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

3994


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

2708


NZE-28868: Peer certificate chain check failed.

2807


ORA-26032: index string.string loading aborted after string keys

2113


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

2229


ORA-26095: unprocessed stream data exists

3586


When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.

2523


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

1771


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

2810