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-16043: managed recovery session canceled

1 4206

ORA-16044: destination string attribute cannot be specified at session level

1 3300

ORA-16045: circular archive log destination dependency chain

1 3176

ORA-16046: Archive log destination failed due to failed dependent destination

1 2949

ORA-16047: DGID mismatch between destination setting and standby

1 6536

ORA-16050: destination exceeded specified quota size

1 3543

ORA-16051: parameter string contains an invalid delay time

1 2926

ORA-16052: DB_UNIQUE_NAME attribute is required

1 9887

ORA-16053: DB_UNIQUE_NAME string is not in the Data Guard Configuration

1 6710

ORA-16055: FAL request rejected

2 14796

ORA-16056: backup control file archival requires proper syntax

1 3267

ORA-16057: DGID from server not in Data Guard configuration

1 7559

ORA-16058: standby database instance is not mounted

1 15263

ORA-16059: Log file is empty or invalid next available block

1 3897

ORA-16060: Log file is current

1 3615


Un-Answered Questions { Database Errors }

what is new g/l functionality

2611


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

2230


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

2648


What is SCD (Slowly Changing Dimensions)? What are its types?

2662


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.

1651


NZE-28890: Entrust Login Failed

1882


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

2733


ORA-26079: file "string" is not part of table string.string

1958


ORA-26094: stream format error: input column overflow

2802


[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2725


hp asking for replication floppy to do reinstall 25254 server assistant

2882


ORA-26084: direct path context already finished

1949


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

2701


ORA-26030: index string.string had string partitions made unusable due to:

1941


When do you get "getwmicomexception"?

2682