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-39087: directory name string is invalid

2 7915

ORA-39088: file name cannot contain a path specification

1 8226

ORA-39090: Cannot add devices to file oriented job.

1 2750

ORA-39091: unable to determine logical standby and streams status

1 6234

ORA-39092: unable to set SCN metadata for object "string.string" of type string

1 3023

ORA-39093: FLASHBACK automatically enabled to preserve database integrity.

1 5424

ORA-39094: Parallel execution not supported in this database edition.

1 9900

ORA-39095: Dump file space has been exhausted: Unable to allocate string bytes

1 5515

ORA-39096: invalid input value string for parameter string

1 4404

ORA-39097: Data Pump job encountered unexpected error string

1 10169

ORA-39098: Worker process received data objects while loading metadata. Invalid process order range is string..string

1 2725

ORA-39099: cannot create index for "string" on master table string

1 2916

ORA-39102: Timeout before master process string finished initialization. Master error:

1 2735

ORA-39103: Timeout before worker process string finished initialization. Worker error:

1 2694

ORA-39104: cannot call this function from a SQL parallel query slave process

1 3370


Un-Answered Questions { Database Errors }

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

3863


write a database figure to implement the master detained relationship.

2936


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

2212


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.

2870


When do you get "getwmicomexception"?

2682


NZE-28890: Entrust Login Failed

1882


IMG-02003: 2FF03 - incorrect color histogram feature specification

1710


How to view the error log for any specific instance?

2486


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

1941


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

3169


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?

2723


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

2107


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

3385


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


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

1768