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-13610: The directive string does not exist for task string.

1 2742

ORA-13611: The command string is not a valid advisor command.

1 2967

ORA-13612: The recommendation action string,string is not valid for task string.

1 2714

ORA-13613: The requested operation is not supported for this advisor object.

1 4903

ORA-13614: The template string is not compatible with the current advisor.

1 3022

ORA-13615: The task or object string is greater than the maximum allowable length of 30 characters.

1 2810

ORA-13616: The current user string has not been granted the ADVISOR privilege.

1 10762

ORA-13617: The specified task string already executing

1 2813

ORA-13618: The value string is not a valid value for procedure argument string.

1 3285

ORA-13619: The procedure argument string is greater than the maximum allowable length of string characters.

1 3061

ORA-13620: The task or object string is read-only and cannot be deleted or modified.

1 3074

ORA-13621: The task_or object string is marked as a template and cannot perform the requested operation.

1 2868

ORA-13622: The recommendation annotation string is invalid.

1 2754

ORA-13623: The recommendation string is not valid for task string.

1 2878

ORA-13624: The task string is executing and cannot be deleted or modified.

1 2958


Un-Answered Questions { Database Errors }

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.

2870


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

2648


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

2434


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

6746


What is the use of NOLOCK locking hint?

1787


ORA-16626: failed to enable specified object

2218


why we are using shift key in unix shell script

3167


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

2155


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.

2536


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

2701


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2802


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

2410


How to view the error log for any specific instance?

2486


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

3385


what is new g/l functionality

2611