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

RMAN-06584: WARNING: AS BACKUPSET option added due to allocation of multiple channel types

1 2979

RMAN-06585: no copy of datafile number found

1 5076

RMAN-06586: no copy of datafile number with tag string found

1 3608

RMAN-06587: one or more datafilecopies were not found

1 3124

RMAN-06588: number of patterns (number) to DB_FILE_NAME_CONVERT should be even

1 11228

RMAN-06589: cannot specify DB_FILE_NAME_CONVERT option without AS COPY

1 3684

RMAN-06590: tablespace string cannot be converted

1 3666

RMAN-06591: must specify TO PLATFORM

1 2872

RMAN-06592: must specify FROM PLATFORM

1 3264

RMAN-06593: platform name 'string' specified in FROM PLATFORM is not valid

1 3371

RMAN-06594: platform name 'string' specified in TO PLATFORM is not valid

1 4588

RMAN-06595: platform name 'string' does not match database platform name 'string'

1 6146

RMAN-06596: to use CONVERT compatibility must be set to 10.0.0 or greater, currently set to string

1 4572

RMAN-06597: conversion between platforms 'string' and 'string' is not implemented

1 3008

RMAN-06598: conversion between platforms 'string' and 'string' is not needed

1 2830


Un-Answered Questions { ERRORS }

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

2540


Program ended with error or warning, return code: 4

14366


how do i copy first 10 records from one sequntial file to another sequential file by using JCL program?

2753


2. A student studying Information Technology at Polytechnic of Namibia is examined by coursework and written examination. Both components of assessment carry a maximum of 50 marks. The following rules are used by examiners in order to pass or fail students. a. A student must score a total of 40% or more in order to pass (total = coursework marks + examination marks) b. A total mark of 39% is moderated to 40% c. Each component must be passed with a minimum mark of 20/50. If a student scores a total of 40% or more but does not achieve the minimum mark in either component he/she is given a technical fail of 39% (this mark is not moderated to 40%) d. Grades are awarded on marks that fall into the following categories. Mark 100-70 69-60 59-50 49-40 39-0 Grade A B C D E Write a program to input the marks for both components (coursework marks out of 50 and examination marks out of 50), out put the final mark and grade after any moderation. [30]

2897


I'm having trouble with coming up with the correct code. Thank You!! The assignment was to write a program using string functions that accepts a price of an item and displays its coded value. The base of the keys: X C O M P U T E R S 0 1 2 3 4 5 6 7 8 9 Sample I/O Dialogue: Enter Price: 489.50 Coded Value: PRS.UX

2179


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


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


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

1767


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

1957


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

1986


How to view the error log for any specific instance?

2498


For pH-4 calculation it is subtracted from the previous pH7 buffer value is the same procedure to be followed for calculation of remaining buffers??

1652


mount: mount to NFS server failed: System Error: Connection timed out

3684


a pleasant evening. i would like to ask a question about yellow journalism. This is another term for sensationalism right? i just wanted to know a lot of articles or studies with regards to the effect this yellow journalism could effect the interpretation of the students,especially college students who are taking Communication course. please help me answer this.

2254


wut is pre law

2738