Questions tagged as 'oracle'

1
answer

Oracle Store Procedure reading XML

I need to make a stored procedure that reads an XML file and writes to a table in my bank, but I have no idea how to do this ... Can anyone help me?  I have 2 hours to deliver this.     
asked by 05.12.2014 / 17:47
2
answers

I am having difficulty returning my ID using nextval, to later insert it into my table

I'm having trouble returning my ID using nextval, and then inserting it into my table OleDbConnection cnx = new OleDbConnection(new AdministradorDAO().conexao); cnx.Open(); string seq = ("select id_usuarios.nextval from dual");...
asked by 16.09.2014 / 14:21
1
answer

Comparing data via Oracle Query

I have a table named Teste de aluno and a call Parametros I need to create a Query that compares if the test conforms to the Parameters The problem is that the tables are not 100% similar Test Table: IDTESTE PARAMETRO1 PARA...
asked by 20.01.2015 / 12:38
1
answer

Void CheckError Oracle x IIS

Well, due to the exhaustion of my attempts to find the error, I will try to get a light here with you. Of course I apologize if the error is too generic and does not have the necessary infos. But here goes a part of the scenario and the situa...
asked by 14.10.2014 / 20:43
1
answer

How to get all rows using duplicate value in IN

How do I get all rows using IN (), and inside the IN () have duplicate values SELECT NOME FROM PESSOA WHERE ID IN (1,1,1,2,3,3,4) I want to return 3 times the name of ID 1, and 2 times the name of ID 3.     
asked by 29.10.2014 / 15:11
1
answer

Bank Access Attempt Log (Oracle 11G)

We have an Oracle 11G here in the company. Last week some funny guy tried to login more than 10 times with incorrect user or passwords. I researched and I'm looking for some way to save access logs in the database, like the IP of the machine you...
asked by 22.04.2014 / 21:29
1
answer

Call Function or Procedure Several Times

How to create a Function or Procedure that calls another Procedure to perform a neighborhood change in my ERP system? Follow the procedure below I want to set values for the parameters of it. It should be called based on a neighborhood table...
asked by 09.04.2014 / 22:05
0
answers

Doubt Bring Specific Date - Oracle

In the query below you are bringing it that way. Data Inicial Data Final Dia da Semana 16/10/18 30/10/2018 3 Where this start date and end date is for a specific time period, and the day of the week in that cas...
asked by 31.12.2018 / 14:39
0
answers

Doubt Query Line - Oracle

In the query below you are leaving this way. Unidade Ordem_Compra CNPJ Aprovador Sim Boavista 29021 155454878787 Ivan Sim Boavista 29021 155454878787 Romel The question is: How do I leave o...
asked by 27.12.2018 / 19:12
0
answers

Different Value - Oracle Query

In the query below in column Valor_Total_da_Ordem it is giving a totally different value, much higher than it actually was to be. The value is giving 55990,62. Being that the correct value is to be 1333.11. What could have happened?...
asked by 27.12.2018 / 12:33