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-31477: could not detach LogMiner session during cleanup

1 2878

ORA-31478: could not detach LogMiner session after change set advance

1 3011

ORA-31479: could not create LogMiner session

1 2982

ORA-31490: could not attach to LogMiner session

1 3027

ORA-31491: could not add logfile to LogMiner session

1 2654

ORA-31492: could not set session parameters for LogMiner session

1 2683

ORA-31493: could not prepare session for LogMiner session

1 2737

ORA-31494: could not activate a LogMiner session

1 3120

ORA-31495: error in synchronous change table on "string"."string"

1 4523

ORA-31496: must use DBMS_CDC_PUBLISH.DROP_CHANGE_TABLE to drop change tables

1 6236

ORA-31497: invalid value specified for first_scn

1 2969

ORA-31498: description and remove_description cannot both be specified

1 2460

ORA-31499: null value specified for required parameter string

1 2947

ORA-31500: change source string is not a ManualLog change source

1 3048

ORA-31501: change source string is not an AutoLog change source

1 2814


Un-Answered Questions { Database Errors }

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.............

2818


ORA-26084: direct path context already finished

1960


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

2682


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

2532


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

1981


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

2238


When do you get "getwmicomexception"?

2693


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

2664


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.

2553


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

2495


what is new g/l functionality

2632


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

2167


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

3871


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

2752


why we are using shift key in unix shell script

3190