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-32733: Error occurred when executing Parallel Oradebug

1 3523

ORA-32734: Error occurred when sending Oradebug command to remote DIAGs

1 4096

ORA-32735: DIAG process is not running in the instance

1 3550

ORA-32736: Hang analysis aborted due to wrong message type

1 3426

ORA-32737: Hang analysis aborted due to failed memory allocation

1 5042

ORA-32738: Hang analysis aborted due to failed memory copy

1 3200

ORA-32739: Hang analysis aborted due to failed heap re-grow

1 2704

ORA-32740: The requested operation cannot be proceeded

1 3499

ORA-32741: Hang analysis already going on

1 4209

ORA-32742: Hang analysis initialize failed

1 3348

ORA-32743: command cannot be executed on remote instance

1 4437

ORA-32761: Turn off Temp LOB Ref Count Feature

1 3518

ORA-32762: Turn on Temp LOB Ref Count Tracing

1 2980

ORA-32763: Turn off N-Pass Temp LOB cleanup

1 3471

ORA-32766: instr with negative offset: use varchar semantics on LOBs

1 3271


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

2816


NZE-28868: Peer certificate chain check failed.

2822


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2889


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

2682


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

1724


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

2719


hp asking for replication floppy to do reinstall 25254 server assistant

2903


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

2446


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


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

1950


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

2812


write a database figure to implement the master detained relationship.

2955


ORA-26032: index string.string loading aborted after string keys

2118


mount: mount to NFS server failed: System Error: Connection timed out

3679


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

4003