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

RMAN-08091: channel string: specifying datafile(s) for proxy backup

1 2942

RMAN-08092: channel string: specifying datafilecopy of datafile string for proxy backup

1 2938

RMAN-08093: specifying current controlfile for proxy backup

1 2932

RMAN-08094: channel string: specifying datafile(s) for proxy restore

1 2710

RMAN-08096: channel string: starting validation of datafile backupset

1 2986

RMAN-08097: channel string: starting validation of archive log backupset

1 2795

RMAN-08098: channel string: validation complete

1 2955

RMAN-08099: specifying standby controlfile for proxy backup

1 2962

RMAN-08100: channel string: starting proxy validation

1 2945

RMAN-08101: channel string: proxy validation complete

1 3061

RMAN-08102: channel string: located backup piece: string

1 3113

RMAN-08103: channel string: could not locate backup piece: string

1 3295

RMAN-08104: input backupset count=string stamp=string creation_time=string

1 2946

RMAN-08105: channel string: backup cancelled because no pieces were found

1 2881

RMAN-08106: channel string: restoring block(s)

1 2875


Un-Answered Questions { Database Errors }

ORA-16626: failed to enable specified object

2283


ORA-26032: index string.string loading aborted after string keys

2196


ORA-26094: stream format error: input column overflow

2859


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.

2950


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

2722


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

1777


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.

1712


How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?

2771


ORA-26084: direct path context already finished

2005


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

2764


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

2868


why we are using shift key in unix shell script

3243


What is the use of NOLOCK locking hint?

1837


hp asking for replication floppy to do reinstall 25254 server assistant

2973


When do you get "getwmicomexception"?

2737