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-01648: log string is the current log of disabled instance string (thread string)

1 3386

ORA-01649: operation not allowed with a backup controlfile

1 12478

ORA-01650: unable to extend rollback segment string by string in tablespace string

1 4889

ORA-01651: unable to extend save undo segment by string for tablespace string

1 4825

ORA-01652: unable to extend temp segment by string in tablespace string

1 4316

ORA-01653: unable to extend table string.string by string in tablespace string

1 4217

ORA-01654: unable to extend index string.string by string in tablespace string

1 4127

ORA-01655: unable to extend cluster string.string by string in tablespace string

1 5783

ORA-01656: max # extents (string) reached in cluster string.string

1 3449

ORA-01657: invalid SHRINK option value

1 3573

ORA-01658: unable to create INITIAL extent for segment in tablespace string

1 5157

ORA-01659: unable to allocate MINEXTENTS beyond string in tablespace string

1 12081

ORA-01660: tablespace 'string' is already permanent

1 3354

ORA-01661: tablespace 'string' is already temporary

1 3399

ORA-01662: tablespace 'string' is non-empty and cannot be made temporary

1 4861


Un-Answered Questions { Database Errors }

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 Mutex error in Triggers?

3130


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

2300


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

2523


ORA-26027: unique index string.string partition string initially in unusable state

6794


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.

2948


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

1671


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

1823


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.

2582


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

2471


How to view the error log for any specific instance?

2546


what is the instrument that used in Mechanical Energy??

2741


What is live lock, deadlock and what is Lock escalation?

2502


what is new g/l functionality

2681


[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

2779