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-01618: redo thread string is not enabled - cannot mount

1 16265

ORA-01619: thread string is mounted by another instance

1 6201

ORA-01620: no public threads are available for mounting

1 6866

ORA-01621: cannot rename member of current log if database is open

1 3889

ORA-01622: thread number must be specified - default not specific

1 3357

ORA-01623: log string is current log for instance string (thread string) - cannot drop

1 5481

ORA-01624: log string needed for crash recovery of instance string (thread string)

1 6520

ORA-01625: rollback segment 'string' does not belong to this instance

1 4793

ORA-01626: rollback segment number 'string' cannot handle more transactions

1 3487

ORA-01627: rollback segment number 'string' is not online

1 3833

ORA-01628: max # extents (string) reached for rollback segment string

1 5719

ORA-01629: max # extents (string) reached saving undo for tablespace string

1 3768

ORA-01630: max # extents (string) reached in temp segment in tablespace string

1 4131

ORA-01631: max # extents (string) reached in table string.string

1 3998

ORA-01632: max # extents (string) reached in index string.string

1 4028


Un-Answered Questions { Database Errors }

what is new g/l functionality

2681


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

4042


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.

2948


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

1769


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

2722


NZE-28890: Entrust Login Failed

1932


why we are using shift key in unix shell script

3238


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


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

2182


How to view the error log for any specific instance?

2546


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.

2582


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

2269


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

3440


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

8883