what is the difference between varchar and varchar(2)?

Answers were Sorted based on User's Feedback



what is the difference between varchar and varchar(2)?..

Answer / swapnil

When you use varchar data type say varchar(20),
it will reserve the space of 20 bytes even length of
passing parameter is less than 20 byte. But in varchar2, it
will release the remaining space after reserving actual
passing parameter length

Is This Answer Correct ?    11 Yes 7 No

what is the difference between varchar and varchar(2)?..

Answer / srinivasa reddy k

Varchar2 is the oracle datatype
Varchar is not the oracle datatype but still oracle
supports it by converting it into varchar2

But it is not a good practice to use Varchar datatype

Is This Answer Correct ?    4 Yes 4 No

what is the difference between varchar and varchar(2)?..

Answer / sandeep kumar

VARCHAR2 is as per the ANSI standard while VARCHAR is not.
Hence we should use VARCHAR2.

Is This Answer Correct ?    2 Yes 3 No

what is the difference between varchar and varchar(2)?..

Answer / mohan kumar

VARCHAR--FIXED LENGTH OF DATA TYPE,MEMORY ALLOCATION WILL
NOT TAKE PLACE.
VARCHAR2--IN THIS ORACLE DATA TYPE,MEMORY ALLOCATION WILL HAPPEN

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Oracle Apps Technical Interview Questions

What is oracle soa suite?

0 Answers  


API?s FOR CUSTOMER INTERFACE? Tell me some API's?

1 Answers  


Oracle E-Business suite?

2 Answers  


What should be the batch size (number of customer records) general guidelines for optimal performance?

1 Answers  


What is invoice?

3 Answers   Murugappa Group,






where do u specify in org_id?

2 Answers  


What are the User PARAMETERS in the Reports?

6 Answers   Accenture, CTS,


What r the validation types?

3 Answers  


In support project one ticket alloted which steps follows manualy tell me ?

0 Answers   BEL, Questam,


What is the Exception. Types of exception, Difference between those. And example

2 Answers   IBM,


Tell me how to find the custom directory in front end?

0 Answers  


how to find the custom directory in front end.

1 Answers   IBM, Sierra Atlantica,


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)