there is a procedure which have 6 input parameters, 1 for each.
All input parameters are of type char. i need to convert those into respective datatypes and insert the data in table.
how to convert char to date and int datatypes?

you need to use the the conversion function

TO_CHAR
TO_NUMBER
TO_DATE

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.