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-38609: FI Not enough memory for tree counting, requires at least stringKB

1 2754

ORA-38610: FI "string" name prefix is reserved for frequent itemset counting

1 2954

ORA-38611: FI input cursor's item type is not supported

1 3155

ORA-38612: FI item length cannot exceed half of one database block.

1 2870

ORA-38700: Limit of string flashback database logs has been exceeded.

1 3479

ORA-38701: Flashback database log string seq string thread string: "string"

1 6175

ORA-38702: Cannot update flashback database log file header.

1 3296

ORA-38703: Type string in header is not a flashback database log file.

1 3112

ORA-38704: Checksum error in flashback database log file header.

1 3160

ORA-38705: Expected block size string does not match string in log header.

1 3041

ORA-38706: Cannot turn on FLASHBACK DATABASE logging.

1 9856

ORA-38707: Media recovery is not enabled.

2 8119

ORA-38708: not enough space for first flashback database log file

2 12415

ORA-38709: Recovery Area is not enabled.

3 23625

ORA-38710: Flashback log version string is incompatible with ORACLE version string.

1 3069


Un-Answered Questions { Database Errors }

How will you Handle Error in SQL SERVER 2008?

2408


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

2650


When do you get "getwmicomexception"?

2686


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

6664


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.

2540


ORA-26084: direct path context already finished

1955


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

1687


ORA-26029: index string.string partition string initially in unusable state

2160


what is new g/l functionality

2622


IMP-00064: Definition of LOB was truncated by export

6420


ORA-26094: stream format error: input column overflow

2816


I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.

1660


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

2655


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

1944


what is the instrument that used in Mechanical Energy??

2685