Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am tyimg to create new oracle Db connection in on premises gateway and it is showing error in on gateway configured incorrectly error when creating new oracle connection. also it is locking oracle DB account. Please help!
Thank you!
Solved! Go to Solution.
Hi @srivp07 ,
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
Hello,
I am trying to update password for Oracle DB and it shows Gateway configured incorrectly error in on premises gateway. Also it is locking the account immidiately. Please help!
Thank you!
Are you using TNSNAMES.ORA ? Are you able to successfully log in to that TNS entry via sqlplus ?
Hi
Could you please elabrate more on TNSNAMES.ORA configuration?
currently file has contents as below, please let me know do I need to fill out these details. Also how I can make sure my passowrd got updated to new one?
<data source alias> =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = <hostname or IP>)(PORT = <port>))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = <database service name>)
)
)
Thank you!
I am using ORA 28000 and able to login successfully via Oracle SQL develeoper.
I am using ORA 28000
? That's the lockout error message ?
yes that is error message, I am not much aware of Oracle specific settings, I need to check with DBA , Also I am able to connect to database from Oracle SQL Developer and getting ORA 28000 account locked error message when configuring in On premises gateway. Also I checked gateway logs and it is showing Int32 timeout error.Please suggest!
Thanks!
Hi @srivp07 ,
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.