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-25470: duplicate attribute value for variable: string

1 3050

ORA-25471: attribute name not specified for variable: string

1 3001

ORA-25472: maximum open iterators exceeded

1 3156

ORA-25473: cannot store string in rule action context

1 3396

ORA-25500: database is not open

1 3022

ORA-25501: ALTER SYSTEM QUIESCE RESTRICTED command failed

1 3159

ORA-25502: concurrent ALTER SYSTEM QUIESCE/UNQUIESCE command is running

1 6749

ORA-25503: cannot open database because the database is being quiesced

1 3841

ORA-25504: the system is already in quiesced state

1 2971

ORA-25505: the system is not in quiesced state

1 2983

ORA-25506: resource manager has not been continuously on in some instances

1 3171

ORA-25507: resource manager has not been continuously on

1 3866

ORA-25508: database is not mounted

1 2998

ORA-25509: operation on "string"."string".string not allowed

1 3234

ORA-25526: bad format of _DB_MTTR_SIM_TARGET: string

1 3250


Un-Answered Questions { Database Errors }

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

1941


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

2652


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

1958


How to view the error log for any specific instance?

2486


NZE-28868: Peer certificate chain check failed.

2801


IMP-00064: Definition of LOB was truncated by export

6413


ORA-26076: cannot set or reset value after direct path structure is allocated

1967


IMP-00070: Lob definitions in dump file are inconsistent with database.

1743


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

2733


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

2662


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?

2721


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


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

2230


ORA-26084: direct path context already finished

1949


hp asking for replication floppy to do reinstall 25254 server assistant

2880