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!

Can't connect to remote server using sql developer

994799Mar 18 2013 — edited Mar 19 2013
Hi all,
I'm trying connect to oracle database at IP: 192.168.3.28 from my sql developer.
I have typed all fields:
Connection Name: test
Username: system
Password: ******
Hostname: 192.168.3.34
Port: 1521
SID: orcl

When I click Test button, it's error: "The Network Adapter could not establish the connection". And I can't telnet 192.168.3.28 1521.
Could anyone help me? Thanks

Comments

AshishHCM

Please check if the sample snippet helps you.

Cecilia-Oracle

Thank you so much Ashish for your quick reply. I am not familiar with fast formula, may I know the below "Heading" of the fast formula is correct and is there anything else that I have to defined in the beginning?

DEFAULT FOR START_DATE IS '4712/12/31 00:00:00' (date)

DEFAULT FOR END_DATE IS '4712/12/31 00:00:00' (date)

INPUTS ARE START_DATE (date), END_DATE (date)

Thank you very much.

AshishHCM

Hi,

You may have to define a lot more default statements, input variables and local variables too.

I would suggest refer some of the samples in Fast Formula guide or you can refer the attached file.

Hope this helps!

Kind Regards

Ashish

Cecilia-Oracle

Hi Ashish,

I will try if it works for me, thank you!

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 16 2013
Added on Mar 18 2013
5 comments
6,737 views