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-38468: column "string" is not identified as a column storing expressions.

1 3352

ORA-38469: invalid privilege for an expression set: string

1 3380

ORA-38470: cannot revoke a privilege that was not granted.

1 4931

ORA-38471: ROWIDs for table aliases cannot be null

1 2925

ORA-38472: VARCHAR representation of the data item is too long.

1 3128

ORA-38473: cannot drop a type used for Expression Filter attribute set

1 3335

ORA-38474: attribute set may not have attributes of TABLE COLLECTION type.

1 3201

ORA-38475: The attribute set and the associated ADT are out of sync.

1 2868

ORA-38476: abstract type used for an Attribute set may not be modified.

1 3058

ORA-38477: attribute set cannot be derived from an evolved type or a subtype.

1 3146

ORA-38478: creation of system trigger EXPFIL_DROPOBJ_MAINT failed

1 3148

ORA-38479: creation of system trigger EXPFIL_RESTRICT_TYPEEVOLVE failed

1 3005

ORA-38480: creation of system trigger EXPFIL_ALTEREXPTAB_MAINT failed.

1 3426

ORA-38481: ADT "string" is used for a dependent object.

1 2802

ORA-38482: no elementary attributes defined in the attribute set

1 2749


Un-Answered Questions { Database Errors }

What is SCD (Slowly Changing Dimensions)? What are its types?

2682


[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2738


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

1723


When you get following error? Error 3154: The backup set holds a backup of a database other than the existing database.

2530


IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1628


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

2661


hp asking for replication floppy to do reinstall 25254 server assistant

2902


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

2664


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.

2549


ORA-26030: index string.string had string partitions made unusable due to:

1949


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

2815


What is Mutex error in Triggers?

3083


write a database figure to implement the master detained relationship.

2955


What is the use of NOLOCK locking hint?

1800


How to view the error log for any specific instance?

2494