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-01156: recovery in progress may need access to files

2 5266

ORA-01157: cannot identify/lock data file string - see DBWR trace file

1 6655

ORA-01158: database string already mounted

1 6962

ORA-01159: file is not from same database as previous files - wrong database id

1 6960

ORA-01160: file is not a string

1 4827

ORA-01161: database name string in file header does not match given name of string

2 17386

ORA-01162: block size string in file header does not match configured block sizes

1 3070

ORA-01163: SIZE clause indicates string (blocks), but should match header string

1 8711

ORA-01164: MAXLOGFILES may not exceed string

1 3109

ORA-01165: MAXDATAFILES may not exceed string

1 3280

ORA-01166: file number string is larger than string (string)

1 3297

ORA-01167: two files are the same file/group number or the same file

1 3820

ORA-01168: physical block size string does not match size string of other members

1 3244

ORA-01169: DATAFILE number 1 not found. Must be present

1 6685

ORA-01170: file not found 'string'

1 3288


Un-Answered Questions { Database Errors }

ORA-26082: load of overlapping segments on table string.string is not allowed

1768


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

6744


What is Mutex error in Triggers?

3064


How will you Handle Error in SQL SERVER 2008?

2401


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

2800


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

2646


How to view the error log for any specific instance?

2486


I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.

1649


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

2432


what is new g/l functionality

2611


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

1941


IMP-00070: Lob definitions in dump file are inconsistent with database.

1743


write a database figure to implement the master detained relationship.

2934


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

2662


When do you get "getwmicomexception"?

2680