Questions tagged as 'sqldeveloper'

1
answer

LISTAGG returning repeated values

Hello everyone. Good afternoon. I have a query that I did concatenating multiple records using a given key. However, it brings some repeated values as a result. Here is an example of a query: SELECT PEH.PN, LISTAGG (PEH.AC_TYPE, ',') WIT...
asked by 13.09.2018 / 21:56
0
answers

How to get the version of sql developer? C #

How do I find out the sql developer version etc through code? C: \ Users \ User \ AppData \ Roaming \ SQL Developer [system3.1.07.42] [o.sqldeveloper.11.2.0.7.42] The system3.1.07.42 and o.sqldeveloper.11.2.0.7.42 folders are different depend...
asked by 27.06.2018 / 06:38
1
answer

How to correctly set the & character in SQL Developer 17.3

Hello friends I'm trying to do a sql query in SQL Developer as follows: SELECT * FROM CLIENTE WHERE NOME_CLIENTE IN ('SALES & CIA AGUIAR', 'SAO JOAO') The tool understands the '&' character as a variable entry and so does not displa...
asked by 21.12.2017 / 12:00
0
answers

SQL developer user and password

During the installation of SQL developer 17.3.1 on ubuntu 16.04, it did not prompt user and password. In this case I can not log in, is there any default user or some way to set up a user?     
asked by 20.11.2017 / 19:28
0
answers

How to create a new database in ORACLE?

I installed the oracle database, oracle client, and sql developer on a windows 8.1 64 bit. With the installation of the oracle database a database was created in localhost: 1521 But now I would like to create a new database on this connect...
asked by 08.06.2017 / 17:23
3
answers

SQL to load only part of a string [closed]

I would like some help. I have the following query below, however, I need in the column DE to bring only the texts after the word "Exclusion", and in column PARA only bring the text from the word "Inclusion". However, today, he is bringing the w...
asked by 01.08.2018 / 16:59