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-09351: Windows 32-bit Two-Task driver unable to allocate shared memory

1 3213

ORA-09352: Windows 32-bit Two-Task driver unable to spawn new ORACLE task

1 5295

ORA-09353: Windows 32-bit Two-Task driver unable to open event semaphore

1 2904

ORA-09354: Windows 32-bit Two-Task driver: ORACLE task unexpectedly died

1 2796

ORA-09360: Windows 3.1 Two-Task driver unable to allocate context area

1 2815

ORA-09361: Windows 3.1 Two-Task driver unable to lock context area

1 3006

ORA-09362: Windows 3.1 Two-Task driver unable to deallocate context area

1 2648

ORA-09363: Windows 3.1 Two-Task driver invalid context area

1 2911

ORA-09364: Windows 3.1 Two-Task driver unable to create hidden window

1 2563

ORA-09365: Windows 3.1 Two-Task driver unable to destroy hidden window

1 2801

ORA-09366: Windows 3.1 Two-Task driver unable to allocate shared memory

1 2751

ORA-09367: Windows 3.1 Two-Task driver unable to deallocate shared memory

1 2868

ORA-09368: Windows 3.1 Two-Task driver unable to spawn ORACLE

1 3089

ORA-09369: Windows 3.1 Two-Task driver bad instance handle

1 2897

ORA-09370: Windows 3.1 Two-Task driver ORACLE task timed out

1 2876


Un-Answered Questions { Database Errors }

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

2759


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

1736


What severity level errors are managed in TRY-CATCH block?

2269


What is the use of NOLOCK locking hint?

1837


IMP-00064: Definition of LOB was truncated by export

6473


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

2721


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

2715


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

2181


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

6721


ORA-26084: direct path context already finished

1999


what is the instrument that used in Mechanical Energy??

2740


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

2502


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

3440


[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2779


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

2866