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-12924: tablespace string is already in force logging mode

1 6031

ORA-12925: tablespace string is not in force logging mode

1 3073

ORA-12926: FORCE LOGGING option already specified

1 2852

ORA-12927: RETENTION option already specified

1 3175

ORA-12950: SYSTEM tablespace specified as default permanent tablespace

1 5770

ORA-12951: Attempt to change default permanent tablespace to temporary

1 3887

ORA-12980: checkpoint option not allowed with SET UNUSED

1 3226

ORA-12981: cannot drop column from an object type table

1 4077

ORA-12982: cannot drop column from a nested table

1 3389

ORA-12983: cannot drop all columns in a table

1 5145

ORA-12984: cannot drop partitioning column

1 7392

ORA-12985: tablespace 'string' is read only, cannot drop column

1 3290

ORA-12986: columns in partially dropped state. Submit ALTER TABLE DROP COLUMNS CONTINUE

1 7835

ORA-12987: cannot combine drop column with other operations

1 6900

ORA-12988: cannot drop column from table owned by SYS

eSys,

2 8482


Un-Answered Questions { Database Errors }

hi. i m Anil patel when reconcile 57f4 chalan(subcontraction with out excise)i m facing error like short by material 220 kg. even i have migo all material.

2584


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


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

4042


ORA-26095: unprocessed stream data exists

3642


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

2715


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

2716


IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1671


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

2590


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

3229


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

2471


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

3716


IMP-00064: Definition of LOB was truncated by export

6473


How to view the error log for any specific instance?

2546


hp asking for replication floppy to do reinstall 25254 server assistant

2970


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