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-00059: maximum number of DB_FILES exceeded

2 7382

ORA-00060: deadlock detected while waiting for resource

1 5200

ORA-00061: another instance has a different DML_LOCKS setting

1 3295

ORA-00062: DML full-table lock cannot be acquired; DML_LOCKS is 0

1 3196

ORA-00063: maximum number of LOG_FILES exceeded

1 3485

ORA-00064: object is too large to allocate on this O/S (string,string)

1 5081

ORA-00065: initialization of FIXED_DATE failed

1 5190

ORA-00066: LOG_FILES is string but needs to be string to be compatible

1 3382

ORA-00067: invalid value string for parameter string; must be at least string

1 3274

ORA-00068: invalid value string for parameter string, must be between string and string

1 5812

ORA-00069: cannot acquire lock -- table locks disabled for string

1 3743

ORA-00070: command string is not valid

1 3528

ORA-00071: process number must be between 1 and string

1 3323

ORA-00072: process "string" is not active

1 5703

ORA-00073: command string takes between string and string argument(s)

1 3116


Un-Answered Questions { Database Errors }

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

2227


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

2645


What is Mutex error in Triggers?

3064


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


write a database figure to implement the master detained relationship.

2934


ORA-16626: failed to enable specified object

2217


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

3154


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

3987


ORA-16516: The current state is invalid for the attempted operation.

8816


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.

2532


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

2520


[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

2722


NZE-28868: Peer certificate chain check failed.

2799


How to view the error log for any specific instance?

2484


hp asking for replication floppy to do reinstall 25254 server assistant

2879