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-14178: STORE IN (DEFAULT) clause is not supported for hash partitioned global indexes

1 3204

ORA-14183: TABLESPACE DEFAULT can be specified only for Composite LOCAL index

1 3122

ORA-14185: incorrect physical attribute specified for this index partition

1 3939

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

1 4438

ORA-14187: partitioning method for LOCAL index is inconsistent with that of the underlying table

1 4025

ORA-14188: sub-partitioning columns must form a subset of key columns of a UNIQUE index

1 4010

ORA-14189: this physical attribute may not be specified for an index subpartition

1 5392

ORA-14190: only one ENABLE/DISABLE ROW MOVEMENT clause can be specified

1 4681

ORA-14191: ALLOCATE STORAGE may not be specified for Composite Range partitioned object

1 3205

ORA-14192: cannot modify physical index attributes of a Hash index partition

1 3405

ORA-14193: invalid ALTER INDEX MODIFY SUBPARTITION option

1 3457

ORA-14194: only one subpartition may be rebuilt

1 3042

ORA-14195: ALLOCATE STORAGE may not be specified for RANGE or LIST partitioned object

1 3244

ORA-14251: Specified subpartition does not exist

1 14932

ORA-14252: invalid ALTER TABLE MODIFY PARTITION option for a Hash partition

1 6195


Un-Answered Questions { ERRORS }

I am Recording the QTP Script..the Script is below VbWindow("mdiPP").VbWindow("frmPOSOLocking").ActiveX ("SSTab").VbListView("lstPO").SetItemState "272 [10-11]", micChecked. After when when Run then give error property not found.

3860


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

6760


i want a list of top 10 nationalized banks in inda....can some expects help me???

2314


java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page

6679


What severity level errors are managed in TRY-CATCH block?

2242


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.

1675


what is new g/l functionality

2635


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

2312


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

2722


i have created ODBC through Data sources and tests completed sucessfully. when i am Trying to connect SQL Server through ODBC (ODBC :Oracle Open Client Adapter for ODBC 2.0.2.15.0 Microsoft SQL Server 09.00.3054) unable to Connect to SQL*Plus: Release 8.0.4.0.0. it is given following error-message . Error: ORA-03121: NO interface driver connected- function not performed.

2820


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

2524


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

2673


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

2675


i have SAP B1 in my work area When i am try to hold the particular item the following ERRORS display in my System (This entry already exists in the following tables '' (AIT1) (ODBC -2035) [Message 131-183])

5186


ORA-16516: The current state is invalid for the attempted operation.

8835