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-07825: sspsck: $QIO failure at AST level

1 2764

ORA-07826: sspscm: SYS$GETDVIW failure

1 2902

ORA-07840: sllfop: LIB$GET_VM failure

1 2966

ORA-07841: sllfop: SYS$OPEN failure

1 2885

ORA-07842: sllfcl: SYS$CLOSE failure

1 2781

ORA-07843: sllfcl: LIB$FREE_VM failure

1 3032

ORA-07844: sllfop: LIB$GET_VM failure

1 2866

ORA-07845: sllfcl: LIB$FREE_VM failue

1 2669

ORA-07846: sllfop: string byte record too big for string byte user buffer

1 2750

ORA-07847: sllfop: $CONNECT failure

1 3274

ORA-07848: sllfrb: $GET failure

1 2738

ORA-07849: sllfsk: $GET failure

1 2736

ORA-07850: sllfop: bad option

1 3100

ORA-07860: osnsoi: error setting up interrupt handler

1 3092

ORA-07880: sdopnf: internal error

1 3212


Un-Answered Questions { Database Errors }

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

2410


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

2799


What is the meaning of lock escalation and why/how to stop this?

2647


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

2660


NZE-28890: Entrust Login Failed

1873


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

2641


Hi, I am trying to encode data from flatfile and then to decode the encoded data to original form. Procedures that I followed:- 1. Encoded the field 'A_ID' using AES_ENCRYPT(A_ID,'abd') in the expression transformation. The A_ID got encoded in the output table(oracle) 2. To decode this back I used AES_DECRYPT(A_ID,'abd'). But after executing the workflow, I am not getting any data in output. can anybody tell me how to decrypt the encoded data back to original form ??

1675


What is Mutex error in Triggers?

3062


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

2104


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.

2797


How will you Handle Error in SQL SERVER 2008?

2401


How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?

2719


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


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

8815


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.

2531