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-31210: DBMS_LDAP: PL/SQL - LDAP get_dn error.

1 3629

ORA-31211: DBMS_LDAP: PL/SQL - Invalid LDAP entry dn.

1 5029

ORA-31212: DBMS_LDAP: PL/SQL - Invalid LDAP mod_array.

1 3438

ORA-31213: DBMS_LDAP: PL/SQL - Invalid LDAP mod option.

1 3527

ORA-31214: DBMS_LDAP: PL/SQL - Invalid LDAP mod type.

1 3334

ORA-31215: DBMS_LDAP: PL/SQL - Invalid LDAP mod value.

1 3537

ORA-31216: DBMS_LDAP: PL/SQL - Invalid LDAP rdn.

1 3219

ORA-31217: DBMS_LDAP: PL/SQL - Invalid LDAP newparent.

1 3275

ORA-31218: DBMS_LDAP: PL/SQL - Invalid LDAP deleteoldrdn.

1 3269

ORA-31219: DBMS_LDAP: PL/SQL - Invalid LDAP notypes.

1 2835

ORA-31220: DBMS_LDAP: PL/SQL - Invalid LDAP SSL wallet location.

1 5806

ORA-31221: DBMS_LDAP: PL/SQL - Invalid LDAP SSL wallet passwd.

1 3967

ORA-31222: DBMS_LDAP: PL/SQL - Invalid LDAP SSL authentication mode.

1 4037

ORA-31223: DBMS_LDAP: cannot open more than string LDAP server connections

1 7976

ORA-31398: DBMS_LDAP: Shared servers are not supported.

1 2694


Un-Answered Questions { Database Errors }

ORA-26082: load of overlapping segments on table string.string is not allowed

1785


why we are using shift key in unix shell script

3193


What is the use of NOLOCK locking hint?

1800


IMP-00070: Lob definitions in dump file are inconsistent with database.

1761


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


what is the instrument that used in Mechanical Energy??

2699


NZE-28890: Entrust Login Failed

1891


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

1630


what is new g/l functionality

2632


Hi, I am trying to encode data from flatfile and then to decode the encoded data to original form. Procedures that I followed:- 1. Encoded the field 'A_ID' using AES_ENCRYPT(A_ID,'abd') in the expression transformation. The A_ID got encoded in the output table(oracle) 2. To decode this back I used AES_DECRYPT(A_ID,'abd'). But after executing the workflow, I am not getting any data in output. can anybody tell me how to decrypt the encoded data back to original form ??

1696


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

2812


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

2666


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2753


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

3190


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

3400