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-14017: partition bound list contains too many elements

1 5465

ORA-14018: partition bound list contains too few elements

1 7513

ORA-14019: partition bound element must be one of: string, datetime or interval literal, number, or MAXVALUE

1 7536

ORA-14020: this physical attribute may not be specified for a table partition

1 6600

ORA-14021: MAXVALUE must be specified for all columns

1 5389

ORA-14022: creation of LOCAL partitioned cluster indices is not supported

1 3630

ORA-14023: creation of GLOBAL partitioned cluster indices is not supported

1 3045

ORA-14024: number of partitions of LOCAL index must equal that of the underlying table

1 10379

ORA-14025: PARTITION may not be specified for a materialized view or a materialized view log

1 3015

ORA-14026: PARTITION and CLUSTER clauses are mutually exclusive

1 4615

ORA-14027: only one PARTITION clause may be specified

1 9498

ORA-14028: missing AT or VALUES keyword

1 8287

ORA-14029: GLOBAL partitioned index must be prefixed

1 3483

ORA-14030: non-existent partitioning column in CREATE TABLE statement

1 5006

ORA-14031: partitioning column may not be of type LONG or LONG RAW

1 3015


Un-Answered Questions { Database Errors }

today's peformance is less than yesturday.it took 1 mint and today's performance is 7 mints.guys can anyone answer to mu question in sql

2459


ORA-26027: unique index string.string partition string initially in unusable state

6749


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

2651


When do you get "getwmicomexception"?

2682


what is the instrument that used in Mechanical Energy??

2684


How to view the error log for any specific instance?

2486


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

1683


When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.

2522


when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly

2239


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

2658


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

2434


what is new g/l functionality

2615


IMP-00064: Definition of LOB was truncated by export

6415


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2733


mount: mount to NFS server failed: System Error: Connection timed out

3668