Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL Developer 4.1.0.17 - Editor

Russell ClayFeb 17 2015 — edited Mar 12 2015

I am using SQL Developer 4.1.0.17

Build Main 17.29

I wanted to replace single quote markts.

Steps:

1. Clicked Edit and replace

2. Text to search for "

3. Replace with (blanked out NAME)

4. Selected Text

5. Cloicked OK

Could not find ""

Repeated steps above, qutoes replaced with NAME even though replace string was BLANK !!!!!!!!!

Had to copy and paste to Open Office and do the replace in there.

Has anyone else experienced that ? What good is an ide without basic editing capabailities.

mod. action: please refrain to use such word in thread title, that won't be helpful to understand what you want, moreover violated rules to keep language professional, it has been modified accordingly.

Message was edited by: Nicolas.Gasparotto

This post has been answered by thatJeffSmith-Oracle on Feb 17 2015
Jump to Answer

Comments

Mike Kutz

FYI - it looks like ORDS v22 supports SSL directly. No Apache httpd wrapper needed.
Oracle REST Data Services (ORDS) : Standalone Mode (ORDS Version 22.1 Onward) (0 Bytes)

jariola

If I understand correctly, you need set same port to ProxyPassReverse as you have in ProxyPass
Try change this

ProxyPassReverse /ords http://localhost/ords

to this

ProxyPassReverse /ords http://localhost:8080/ords
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 19 2015
Added on Feb 17 2015
5 comments
1,335 views