Skip to Main Content

SQL Developer for VS Code

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Customize SQL Formatter in VS Code extension

JiF BrodeurJan 29 2025

Hi, since the original user @barciaandres did not create a new post, I will since I have the same issue.

On VS Code SQL Developer extension 24.4.1

With Settings: Sqldeveloper › Format › Line Breaks: On Comma

Dictates how commas are handled

→ No Breaks

DECLARE

dummy_1 NUMBER;

dummy_2 NUMBER(12);

dummy_3 NUMBER(12,2);

dummy_4 NUMBER(12,4);

dummy_5 NUMBER(12,3);

BEGIN

NULL;

END;

The formatted result is

DECLARE

Dummy_1 NUMBER;

Dummy_2 NUMBER(12);

Dummy_3 NUMBER(

12,2

);

Dummy_4 NUMBER(

12,4

);

Dummy_5 NUMBER(

12,3

);

BEGIN

NULL;

END;

The formatter breaks the line after “NUMBER(” when decimal number are declared.

With the parameter set to No Breaks this seems to be a bug.

Is there a way to modify this behaviour?

Thanks

Jean-François and Barcia

Comments

chonewell Nov 12 2024

My Oracle Cloud tenant, cloud account, and secure email have no issues. Why haven't I received my password reset email for Oracle Cloud? This is very strange, and our attempts have not been able to solve the problem. May I ask who I should turn to for help?

L. Fernigrini Nov 12 2024

If your account is a paid one, open a Support ticket.

If it is a Free Tier then you will have to rely on help from the community. Most probable cause that you did not receive the password reset email is that your account has been stolen and the email has been changed.

chonewell Nov 13 2024

Thank you for your reply!
But when I chatted with the online customer service, they told me that my Oracle Cloud tenant, account, and email were all fine. So, there shouldn't be a problem of theft.
I have a free account, but who can I contact on the forum? I can only post, but no one on the forum can view my account permissions, right. I am currently trying to reset MFA, I don't know if it works.
It's quite ridiculous that I have a free account and can't enjoy any services, but how can I become a paid user if I can't log in to my account.

1 - 3

Post Details

Added on Jan 29 2025
1 comment
116 views