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




ERRORS Interview Questions
Questions Answers Views Company eMail

ORA-39137: cannot specify a TABLE_EXISTS_ACTION of string for a job with no metadata

1 12649

ORA-39138: Insufficient privileges to load data not in your schema

1 2869

ORA-39139: Data Pump does not support XMLSchema objects. string will be skipped.

1 7294

ORA-39140: dump file "string" belongs to job string

1 4016

ORA-39141: dump file "string" is a duplicate of dump file "string"

1 5668

ORA-39142: incompatible version number string in dump file "string"

1 4304

ORA-39143: dump file "string" may be an original export dump file

1 13674

ORA-39144: file name parameter must be specified and non-null

1 3652

ORA-39145: directory object parameter must be specified and non-null

1 8516

ORA-39146: schema "string" does not exist

1 4585

ORA-39147: cannot migrate Data Pump queue table ownership to this instance

1 4328

ORA-39148: unable to import data into pre-existing queue table string. Table_exists_action of string being ignored for this table

1 7402

ORA-39149: cannot link privileged user to non-privileged user

1 7216

ORA-39150: bad flashback time

1 6389

ORA-39301: schema does not exist or is in use

1 3123


Un-Answered Questions { ERRORS }

after going to service throw to administrator tools service promp are not opening

2274


Jetking is C C

2659


why we are using shift key in unix shell script

3157


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

2635


wut is pre law

2713


according to class7 how can we give description on pendrive?

2491


When do you get "getwmicomexception"?

2678


well i dont have toefl and gre scor all that stuff, and i have 7 backlogs, tell me the chances of getting the visa.

2497


how to overload main method in java?

3048


write the value of x and y after execution of the statements: int x=19,y; y=x++ + ++x; x++; y++;

1932


I am using Qt 5.6 during compilation it stops and gives error about Qmake The process "C:QtQt5.6.35.6.3msvc2015_64inqmake.exe" crashed. Error while building/deploying project untitled1 (kit: Desktop Qt 5.6.3 MSVC2015 64bit) When executing step "qmake"

1795


ORA-26076: cannot set or reset value after direct path structure is allocated

1962


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

2797


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

2641


what is the instrument that used in Mechanical Energy??

2678