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-12208: TNS:could not find the TNSNAV.ORA file

1 5080

ORA-12209: TNS:encountered uninitialized global

1 3679

ORA-12210: TNS:error in finding Navigator data

1 3180

ORA-12211: TNS:needs PREFERRED_CMANAGERS entry in TNSNAV.ORA

1 5870

ORA-12212: TNS:incomplete PREFERRED_CMANAGERS binding in TNSNAV.ORA

1 3052

ORA-12213: TNS:incomplete PREFERRED_CMANAGERS binding in TNSNAV.ORA

1 3788

ORA-12214: TNS:missing local communities entry in TNSNAV.ORA

1 3127

ORA-12215: TNS:poorly formed PREFERRED_NAVIGATORS Addresses in TNSNAV.ORA

1 3023

ORA-12216: TNS:poorly formed PREFERRED_CMANAGERS addresses in TNSNAV.ORA

1 2936

ORA-12217: TNS:could not contact PREFERRED_CMANAGERS in TNSNAV.ORA

1 3357

ORA-12218: TNS:unacceptable network configuration data

1 2908

ORA-12219: TNS:missing community name from address in ADDRESS_LIST

1 3169

ORA-12221: TNS:illegal ADDRESS parameters

1 4071

ORA-12222: TNS:no support is available for the protocol indicated

1 3259

ORA-12223: TNS:internal limit restriction exceeded

1 4173


Un-Answered Questions { Database Errors }

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

2662


[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

2724


How to view the error log for any specific instance?

2486


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

1958


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.

2533


ORA-26029: index string.string partition string initially in unusable state

2155


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

2733


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


What is Mutex error in Triggers?

3064


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

1967


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

1941


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

2410


what is new g/l functionality

2611


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

2432