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-08027: channel string: copied current controlfile

1 2902

RMAN-08028: channel string: copy current controlfile failed

1 2706

RMAN-08029: snapshot controlfile name set to default value: string

1 2976

RMAN-08030: allocated channel: string

1 3023

RMAN-08031: released channel: string

1 3648

RMAN-08032: channel string: recid string stamp string does not match recovery catalog

1 2952

RMAN-08033: channel string: including datafilecopy of datafile string in backupset

1 2976

RMAN-08034: full resync skipped, target database not mounted

1 3403

RMAN-08035: partial resync skipped, target database not mounted

1 2915

RMAN-08036: channel string: could not create controlfile record for string string

1 3065

RMAN-08037: channel string: unexpected validation return code string

1 2944

RMAN-08038: channel string: starting piece string at string

1 3330

RMAN-08039: channel string: starting incremental datafile backupset restore

1 2827

RMAN-08040: full resync skipped, controlfile is not current or backup

1 6770

RMAN-08041: partial resync skipped, controlfile is not current or backup

1 2943


Un-Answered Questions { Database Errors }

ORA-07497: sdpri: cannot create trace file 'string'; errno = string.

2868


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

2016


IMG-02003: 2FF03 - incorrect color histogram feature specification

1777


What is Mutex error in Triggers?

3140


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

2722


if the lengths of two wires are same and the area of cross sections is 4:7 then what will be the ratio of current passing through these wires

2764


i have created ODBC through Data sources and tests completed sucessfully. when i am Trying to connect SQL Server through ODBC (ODBC :Oracle Open Client Adapter for ODBC 2.0.2.15.0 Microsoft SQL Server 09.00.3054) unable to Connect to SQL*Plus: Release 8.0.4.0.0. it is given following error-message . Error: ORA-03121: NO interface driver connected- function not performed.

2861


When do you get "getwmicomexception"?

2737


ORA-26084: direct path context already finished

2005


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

6725


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

3234


ORA-16626: failed to enable specified object

2283


What is the use of NOLOCK locking hint?

1837


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

2524


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

4048