Questions tagged as 'oracle-11g'

1
answer

Problem when linking two database tables with JPA?

Hello my problem is that I can not relate two tables that are one to many, simply by executing my code in netbeans the table without foreign shows the record well, but in which contains foreign key does not show simply limited to write where the...
asked by 10.11.2017 / 07:27
1
answer

Change Oracle port 11g

I would like to know how to change the port of oracle 11g and what to occupy, that is, to know one that is free, since port 8080 is occupied by sql server and the 8081 Mysql. Greetings and thanks.     
asked by 20.10.2017 / 06:30
2
answers

Accumulate multiple rows in 1

How can I generate something like an array from a select? , we are not allowed to create procedures or functions in the database. I expose the problem. $Query = "select to_char(ld.diario_id) diario_id,COLABORADOR_ID from XXQP.XXQP_DIARIO_LN...
asked by 16.12.2016 / 16:46
1
answer

Use of Bind variables in Oracle when there are no variables

Is it useful to use bind variables when there are no variables? For example SELECT count(1) as cantidad FROM MYTABLA WHERE CAMPO1=5 This query will always be executed the same, 5 will always be 5 and will not change. As far as Oracle...
asked by 27.07.2016 / 14:35
1
answer

Call Stored Procedure in Java with data type SYS_REFCURSOR as output

I'm running a console application in JAVA, where I need to run a Stored Procedure done in Oracle , the Stored Procedure has three input variables that are of data type String and two output ones, one of which is String type and the last is of...
asked by 03.03.2016 / 19:43
0
answers

Can you get JavaScript data and take it to visual basic.net in Web Forms?

I'm doing validations on a register page with regular expressions, but the problem is that when I hit the "Register" button the flow continues, if or if I have to put an if and else, but for that I have to get an value of javascript and this has...
asked by 18.12.2018 / 21:39
0
answers

vb.net - error filling the data adapter when I select an item from a dropdown

I'm doing 3 dropdown, one that is "department", the other one is "province" and the last one is "district". When my page loads, it is already pulling data from the database in the "department" dropdown, but when I click on one of those data I dr...
asked by 10.12.2018 / 20:24
0
answers

I can not use any method from Oracle.DataAccess.Client

I just imported "Oracle.DataAccess.Client" to my file "Register.aspx.vb" but when calling the connection methods, they do not appear. Everything I am implementing in a function to call them in other elements. Register.aspx.vb Imports Orac...
asked by 09.12.2018 / 08:10
0
answers

The error message in Oracle 11g does not appear correctly

I do not get the error window, it does not allow me to continue with the installation.     
asked by 17.11.2018 / 23:41
0
answers

How to declare an attribute of data type ADT (abstract data type) before created within an ADT using Oracle?

I was trying to create this table called PAIS that is nested to tables that store only abstract data types. The problem is when I execute this script in oracle it gives me warning in the data type row_exp and in others not. Therefore, when creat...
asked by 25.11.2018 / 21:54