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-39121: Table string can't be replaced, data will be skipped. Failing error is: string

1 6566

ORA-39122: Unprivileged users may not perform string remappings.

1 4795

ORA-39123: Data Pump transportable tablespace job aborted string

1 5972

ORA-39124: dump file name "string" contains an invalid substitution variable

1 9020

ORA-39125: Worker unexpected fatal error in string while calling string [string]

1 3706

ORA-39126: Worker unexpected fatal error in string [string] string

1 4460

ORA-39127: unexpected error from call to string string

1 4478

ORA-39128: unexpected DbmsJava error number from statement string

1 3316

ORA-39129: Object type string not imported. Name conflicts with the master table

1 3259

ORA-39130: Object type string not imported. Base object name conflicts with the master table

1 3296

ORA-39132: object type "string"."string" already exists with different hashcode

1 2891

ORA-39133: object type "string"."string" already exists with different typeid

1 3028

ORA-39134: Cannot include "string" tablespace as a Transportable Tablespace

1 3151

ORA-39135: SYS schema cannot read data using specific SCNs

1 8020

ORA-39136: cannot specify an SCN on a transportable job

1 2687


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.

2945


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

4036


ORA-26079: file "string" is not part of table string.string

1998


write a database figure to implement the master detained relationship.

3008


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

2705


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.

1696


what is new g/l functionality

2673


what is the instrument that used in Mechanical Energy??

2731


ORA-26084: direct path context already finished

1994


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

2495


What is the use of NOLOCK locking hint?

1830


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

2855


hp asking for replication floppy to do reinstall 25254 server assistant

2960


how can i get the question papers of year 2006 and 2007 of 12th commerce gujarat board

2253


What is Mutex error in Triggers?

3117