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-15073: diskgroup string is mounted by another ASM instance

1 8561

ORA-15074: diskgroup string requires rebalance completion

1 4224

ORA-15075: disk(s) are not visible cluster-wide

2 10770

ORA-15076: Emulating I/O errors on the OSM disk

1 3181

ORA-15090: handle string is not a valid descriptor

1 4023

ORA-15091: operation incompatible with open handle in this session

1 3887

ORA-15092: I/O request size string is not a multiple of logical block size string

1 3117

ORA-15093: buffer only contains string bytes, I/O requested is string bytes

1 2801

ORA-15094: attempted to write to file opened in read only mode

1 3058

ORA-15095: reached maximum ASM file size (string GB)

1 8173

ORA-15100: invalid or missing diskgroup name

1 9878

ORA-15101: no action specified

1 3616

ORA-15102: invalid POWER expression

1 3267

ORA-15103: conflicting or duplicate REPAIR options

1 3151

ORA-15104: conflicting CONTENTS options

1 3263


Un-Answered Questions { Database Errors }

How to solve -805 error i.e. Bind issue. There are two conditions- 1) If you have access to the database table 2) If you don't have access to the table

2641


NZE-28868: Peer certificate chain check failed.

2802


write a database figure to implement the master detained relationship.

2936


ORA-26095: unprocessed stream data exists

3568


ORA-26028: index string.string initially in unusable state

3862


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

3991


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

1958


IMP-00064: Definition of LOB was truncated by export

6415


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

1618


[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


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

8820


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


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

3163


what is the instrument that used in Mechanical Energy??

2680


what is new g/l functionality

2611