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-04078: OLD and NEW values cannot be identical

1 3579

ORA-04079: invalid trigger specification

TCS,

1 15035

ORA-04080: trigger 'string' does not exist

1 9396

ORA-04081: trigger 'string' already exists

1 4746

ORA-04082: NEW or OLD references not allowed in table level triggers

Satyam,

2 12041

ORA-04083: invalid trigger variable 'string'

1 2888

ORA-04084: cannot change NEW values for this trigger type

1 5414

ORA-04085: cannot change the value of an OLD reference variable

1 7363

ORA-04086: trigger description too long, move comments into triggering code

1 4813

ORA-04087: cannot change the value of ROWID reference variable

1 3126

ORA-04088: error during execution of trigger 'string.string'

1 5977

ORA-04089: cannot create triggers on objects owned by SYS

2 13534

ORA-04090: 'string' specifies same table, event and trigger time as 'string'

1 3413

ORA-04091: table string.string is mutating, trigger/function may not see it

1 4233

ORA-04092: cannot string in a trigger

1 3713


Un-Answered Questions { Database Errors }

hp asking for replication floppy to do reinstall 25254 server assistant

2879


NZE-28890: Entrust Login Failed

1877


ORA-26028: index string.string initially in unusable state

3862


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

2650


How to view the error log for any specific instance?

2484


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

2445


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

2645


RMAN-05017: no copy of datafile number found to recover

2410


ORA-26095: unprocessed stream data exists

3561


What is the use of NOLOCK locking hint?

1784


IMP-00064: Definition of LOB was truncated by export

6413


what is the instrument that used in Mechanical Energy??

2680


i have created ODBC through Data sources and tests completed sucessfully. when i am Trying to connect SQL Server through ODBC (ODBC :Oracle Open Client Adapter for ODBC 2.0.2.15.0 Microsoft SQL Server 09.00.3054) unable to Connect to SQL*Plus: Release 8.0.4.0.0. it is given following error-message . Error: ORA-03121: NO interface driver connected- function not performed.

2799


ORA-16626: failed to enable specified object

2217


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

3988