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-09314: sltln: error translating logical name

1 10175

ORA-09315: sql2tt: two-task error translating ORACLE_EXECUTABLE

1 3326

ORA-09316: szrpc: unable to verify password for role

1 2833

ORA-09317: szprv: insufficient privileges

1 2576

ORA-09318: slkhst: unable to host out to operating system

1 2747

ORA-09319: slgtd: unable to obtain the current date and time

1 2600

ORA-09320: szrfc: unable to obtain the list of valid OS roles

1 2688

ORA-09321: slzdtb: unable to convert zoned decimal to binary

1 3034

ORA-09322: slpdtb: unable to convert packed decimal to binary

1 2575

ORA-09330: Session terminated internally by Oracle or by an Oracle DBA

1 3462

ORA-09340: Specified ORACLE_SID is either invalid or too long

1 3117

ORA-09341: scumnt: unable to mount database

1 4743

ORA-09342: Detached process terminated by Oracle during shutdown abort

2 3980

ORA-09344: spsig: error signalling thread

1 3267

ORA-09350: Windows 32-bit Two-Task driver unable to allocate context area

1 2624


Un-Answered Questions { Database Errors }

ORA-26095: unprocessed stream data exists

3559


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

3152


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

2695


write a database figure to implement the master detained relationship.

2934


what is new g/l functionality

2610


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

2661


IMP-00064: Definition of LOB was truncated by export

6412


NZE-28890: Entrust Login Failed

1874


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


NZE-28868: Peer certificate chain check failed.

2798


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


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

8815


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

1704


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


RMAN-05017: no copy of datafile number found to recover

2410