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

RMAN-06468: Invalid Data Block Address: number

1 2791

RMAN-06469: could not translate corruption list

1 3612

RMAN-06470: DEVICE TYPE is supported only when automatic channels are used

1 5374

RMAN-06471: no configuration found to allocate channels for string

1 7500

RMAN-06472: channel id string is automatically allocated

1 6049

RMAN-06474: maintenance channels are not allocated

1 5964

RMAN-06475: parallelism setting out of range (1-254): number

1 3107

RMAN-06476: channel number out of range (1-254): number

1 3337

RMAN-06477: configuration value length exceeds 1024

1 2732

RMAN-06478: WARNING: datafile copy 'string' cannot be found on disk

1 3022

RMAN-06479: WARNING: control file copy 'string' cannot be found on disk

1 2986

RMAN-06480: WARNING: archivelog 'string' cannot be found on disk

1 3191

RMAN-06481: WARNING: backup piece 'string' cannot be found on the storage medium

1 5834

RMAN-06482: WARNING: proxy copy 'string' cannot be found on the storage medium

1 2863

RMAN-06483: changed datafile copy expired

1 2837


Un-Answered Questions { Database Errors }

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

2230


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

1618


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

3668


What is Mutex error in Triggers?

3066


hp asking for replication floppy to do reinstall 25254 server assistant

2882


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

1968


I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.

1651


ORA-16626: failed to enable specified object

2218


When do you get "getwmicomexception"?

2682


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


ORA-26084: direct path context already finished

1949


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

1768


[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

2725


What severity level errors are managed in TRY-CATCH block?

2223


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

2653