Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6046607
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:15:33+00:00 2026-05-23T07:15:33+00:00

I have some types in Oracle. create or replace TYPE r_telefone_cand AS OBJECT (

  • 0

I have some types in Oracle.

create or replace
TYPE r_telefone_cand AS OBJECT (
    candidato NUMBER(10,0),
    telefone VARCHAR2(15)
);

create or replace TYPE t_telefone_cand AS TABLE OF r_telefone_cand;

create or replace
TYPE r_candidato AS OBJECT (
    codigo NUMBER(10,0),
    rg VARCHAR2(15),
    cpf NUMBER(15,0),
    nome VARCHAR2(50),
    telefone t_telefone_cand,
);

And I have a procedure insert_candidato that parameter candidato is IN r_candidato

create or replace
PROCEDURE insert_candidato(
    candidato IN r_candidato
) AS ...

But I don’t know how to pass the parameter candidato with the collection telefone.

Please, help me.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T07:15:33+00:00Added an answer on May 23, 2026 at 7:15 am

    Give a try using JPublisher of Oracle.. !

    http://download.oracle.com/docs/cd/B10500_01/java.920/a96658/intro.htm

    It helps in interacting with user defined DB objects through Java.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this table: create table demo ( key number(10) not null, type varchar2(3)
I have a user-defined type: create or replace type my_message_type as object (relatedid varchar2(50),
In Oracle I've created a data type: TABLE of VARCHAR2(200) I want to have
We have an Oracle type that's declared as such: CREATE OR REPLACE TYPE its_accountarray;
So I have the following user defined type in my oracle database: CREATE OR
I have created an Oracle table with an indexed varchar2 column, called 'ID'. A
I have a column in an Oracle DB table that is of type TIMESTAMP(6)
I have some types which are generated by a web service reference. I want
I have some generic types, like the following: public struct Tuple<T1, T2> { ...
I have some complex types here so I decided to use nifty trick to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.