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-10616: Operation not allowed on this tablespace

1 5432

ORA-10617: Cannot create rollback segment in dictionary managed tablespace

1 2929

ORA-10618: Operation not allowed on this segment

1 4319

ORA-10619: Avoid assertions when possible

1 3043

ORA-10620: Operation not allowed on this segment

1 4786

ORA-10621: data block does not belong to the segment

1 3046

ORA-10630: Illegal syntax specified with SHRINK clause

1 10023

ORA-10631: SHRINK clause should not be specified for this object

1 6732

ORA-10632: Invalid rowid

1 13025

ORA-10633: No space found in the segment

1 2816

ORA-10634: Segment is already being shrunk

2 9348

ORA-10635: Invalid segment or tablespace type

1 9714

ORA-10636: ROW MOVEMENT is not enabled

2 17912

ORA-10637: The segment does not exist

1 10638

ORA-10638: Index status is invalid

1 4028


Un-Answered Questions { Database Errors }

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

4042


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

3716


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?

2769


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

2300


ORA-26094: stream format error: input column overflow

2859


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

3440


ORA-16626: failed to enable specified object

2278


java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page

6723


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

3916


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

2716


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

2524


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

2724


What is the use of NOLOCK locking hint?

1837


How to solve -805 error i.e. Bind issue. There are two conditions- 1) If you have access to the database table 2) If you don't have access to the table

2701


IMP-00064: Definition of LOB was truncated by export

6473