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-08196: Flashback Table operation is not allowed on AQ tables

1 3106

ORA-08197: Flashback Table operation is not supported on clustered tables

1 3041

ORA-08205: ora_addr: $ORACLE_SID not set in environment

1 3424

ORA-08206: ora_addr: cannot translate address file name

1 2950

ORA-08207: ora_addr: cannot open address file

1 4167

ORA-08208: ora_addr: cannot read from address file

1 3015

ORA-08209: scngrs: SCN not yet initialized

1 3057

ORA-08210: Requested I/O error

1 2597

ORA-08230: smscre: failed to allocate SGA

1 2974

ORA-08231: smscre: unable to attach to SGA

1 3090

ORA-08232: smsdes: cannot detach from SGA

1 2780

ORA-08233: smsdes: cannot unmap SGA

2 3612

ORA-08234: smsget: cannot get instance listener address

1 2904

ORA-08235: smsget: listener not on this node

1 2947

ORA-08236: smsget: cannot share subcube with listener

1 3007


Un-Answered Questions { Database Errors }

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

3151


java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page

6650


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

8815


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

1616


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

2642


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

2443


ORA-26095: unprocessed stream data exists

3559


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.

2531


How to view the error log for any specific instance?

2480


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

2638


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

1940


What is the use of NOLOCK locking hint?

1783


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

6742


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2798


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

2520