<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied) in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469178#M4266901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; check your db schemas if match to your computer name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select username from dba_users;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2016 09:01:04 GMT</pubDate>
    <dc:creator>former_member215439</dc:creator>
    <dc:date>2016-01-13T09:01:04Z</dc:date>
    <item>
      <title>SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaq-p/11469170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m facing one problem during the post-upgrade activities after an oracle database. I did an oracle database from 11.2.0.4 to 12.1.0.2 version (in Windows Server 2012 R2). I´m following the oracle database upgrade 12.1c guide from SAP (windows) and now I´m doing the "5 Post-Upgrade Steps" chapter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to run the following commands (Oracle database statistics) it show me an error!&lt;/P&gt;&lt;P&gt;brconnect -u / -c -f stats -t system_stats&lt;/P&gt;&lt;P&gt;brconnect -u / -c -f stats -t oradict_stats&lt;/P&gt;&lt;P&gt;brconnect -u / -c -f stats -t all -f collect -p 4&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/862080" width="450" /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;BR0801I BRCONNECT 7.20 (42)&lt;/P&gt;
&lt;P&gt;BR0805I Start of BRCONNECT processing: cesflcrw.sta 2016-01-05 15.31.44&lt;/P&gt;
&lt;P&gt;BR0484I BRCONNECT log file: C:\oracle\SWO\sapcheck\cesflcrw.sta&lt;/P&gt;
&lt;P&gt;BR0280I BRCONNECT time stamp: 2016-01-05 15.31.46&lt;/P&gt;
&lt;P&gt;BR0301E SQL error -1017 at location db_connect-2, SQL statement:&lt;/P&gt;
&lt;P&gt;'CONNECT /'&lt;/P&gt;
&lt;P&gt;ORA-01017: invalid username/password; logon denied&lt;/P&gt;
&lt;P&gt;BR0310E Connect to database instance SWO failed&lt;/P&gt;
&lt;P&gt;BR0280I BRCONNECT time stamp: 2016-01-05 15.31.48&lt;/P&gt;
&lt;P&gt;BR0301E SQL error -1017 at location db_connect-2, SQL statement:&lt;/P&gt;
&lt;P&gt;'CONNECT /'&lt;/P&gt;
&lt;P&gt;ORA-01017: invalid username/password; logon denied&lt;/P&gt;
&lt;P&gt;BR0310E Connect to database instance SWO failed&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;BR0806I End of BRCONNECT processing: cesflcrw.sta 2016-01-05 15.31.46&lt;/P&gt;
&lt;P&gt;BR0280I BRCONNECT time stamp: 2016-01-05 15.31.48&lt;/P&gt;
&lt;P&gt;BR0804I BRCONNECT terminated with errors&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched for a solution and I read the sap note &lt;A href="http://service.sap.com/sap/support/notes/1576837" title="1576837  - ORA-01017: invalid username/password;"&gt;&lt;SPAN class="title"&gt;1576837 - ORA-01017: invalid username/password; &lt;/SPAN&gt;&lt;/A&gt;but unfortunately I can´t find a solution for this error!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m running the latest version of BR*Tools 7.21 (patch 600)... the SAP Kernel is the 7.21 EXT UC (X64) version (patch level 619).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already updated the Oracle Instant Client (998004 - Update the Oracle Instant Client on Windows)... I´m running the OIC 12.1.0.2, the latest version of Oracle Instant Client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran the following query with the goal to understand if some core oracle users are locked or not... but it seems to me ok, the main oracle users (SYS; SYSTEM; OPS$ users; SAPSR3):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select username, account_status from dba_users;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/862081" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me please to understand how can I correct this...!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;JD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 15:57:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaq-p/11469170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-05T15:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469171#M4266894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The note you have mentioned has the scenarios for the ORA-01017. Please read through the note and you may need to change the password. the command to change the password also in the note.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 16:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469171#M4266894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-05T16:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469172#M4266895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... yes... I know... and I already tried the solution described in that SAP note in Scenario A.&lt;/P&gt;&lt;P&gt;As &amp;lt;sid&amp;gt;adm I ran the following command but it still show me the same error when I run/call the brconnect (oracle statistics statement)!&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/862165" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/862193" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other tip?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;JD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 17:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469172#M4266895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-05T17:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469173#M4266896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer 12c upgrade central note 1914631, also u can check it out by c&lt;SPAN style="font-size: 13.3333px;"&gt;onfiguring SSFS as per note 1622837&lt;/SPAN&gt; also changing the Schema owner password using "brtools".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 08:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469173#M4266896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-06T08:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469174#M4266897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the information... but I believe that is not the correction for the error that I reported here!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me some tips regarding my issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;JD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 11:22:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469174#M4266897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-06T11:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469175#M4266898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt; color: #333399;"&gt;Dear João,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt; color: #333399;"&gt;Hope you are doing good.&lt;BR /&gt;This is basically more of an Oracle issue than a SAP issue. There is a good list of checks that are mentioned here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.dba-oracle.com/t_ora_01017.htm" title="http://www.dba-oracle.com/t_ora_01017.htm"&gt;Oracle ORA-01017 tips &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try them first and let us know the results.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;_ _ _ _ _ _ _ _ _ &lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Hemanth SAP Active Global Support&lt;/P&gt;&lt;P&gt;_ _ _ _ _ _ _ _ _&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 12:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469175#M4266898</guid>
      <dc:creator>hemanth2</dc:creator>
      <dc:date>2016-01-06T12:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469176#M4266899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to change the password using below command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #263238; font-family: arial, sans-serif; font-size: 13px;"&gt;brconnect -c -u / -f chpass -o SYSTEM -p &amp;lt;NEWPASSWD&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 16:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469176#M4266899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-06T16:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469177#M4266900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can simply reproduce this issue by execute below command with the user you ran brtools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sqlplus /nolog&lt;/P&gt;&lt;P&gt;conn /&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We should make sure the os authorization works for the os user, as mentioned, this is a pure oracle database configuration issue, not brtools problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to reproduce the error by following my steps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 05:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469177#M4266900</guid>
      <dc:creator>JamesZ</dc:creator>
      <dc:date>2016-01-13T05:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469178#M4266901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; check your db schemas if match to your computer name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select username from dba_users;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 09:01:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469178#M4266901</guid>
      <dc:creator>former_member215439</dc:creator>
      <dc:date>2016-01-13T09:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469179#M4266902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solved!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was related to the specific OPS$ users in the oracle database... when I ran that select statement (&lt;EM&gt;select username from dba_users;&lt;/EM&gt;) it show me the old OPS$ users, among others, that belongs to the source system... the reason for this is because before of this oracle upgrade activity I performed a SAP system copy to this system and some OPS$ users belongs to that old host, OPS$SAPWINORA\SAPSERVICESWO and OPS$SAPWINORA\SWOADM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To correct this issues, first I ran the script ORADBUSR.sql attached to sap note &lt;A href="http://service.sap.com/sap/support/notes/50088" title="50088  - Creating OPS$ users on Windows NT/Oracle"&gt;&lt;SPAN class="title"&gt;50088 - Creating OPS$ users on Windows NT/Oracle&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/869364" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you need to make sure that the owner of SAPUSER table is the user OPS$&amp;lt;HOSTNAME&amp;gt;\&amp;lt;SID&amp;gt;ADM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT OWNER FROM DBA_TABLES WHERE TABLE_NAME = 'SAPUSER';&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/869365" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the output of this previous select still contains the old OPS$ user you need to delete it with the following command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE “OPS$&amp;lt;OLD HOSTNAME&amp;gt;\&amp;lt;OLD SID&amp;gt;ADM”.SAPUSER;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end you need to get connection with the command "conn /" as it described &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="55059" data-externalid="" data-presence="null" data-userid="432797" data-username="james.zhang4" href="https://answers.sap.com/people/james.zhang4"&gt;James Zhang&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/869399" width="450" /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;João Dimas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 17:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469179#M4266902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-17T17:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469180#M4266903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JD and James Zhang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have followed your account; can you follow me back so that i can send message you guys? I want to ask a lot of questions regarding SAP on Oracle. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- James Hizon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 08:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469180#M4266903</guid>
      <dc:creator>former_member215439</dc:creator>
      <dc:date>2016-01-18T08:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: SQL error -1017 at location db_connect-2, SQL statement (ORA-01017: invalid username/password; logon denied)</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469181#M4266904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay, it is my pleasure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 00:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-error-1017-at-location-db-connect-2-sql-statement-ora-01017-invalid/qaa-p/11469181#M4266904</guid>
      <dc:creator>JamesZ</dc:creator>
      <dc:date>2016-01-19T00:41:44Z</dc:date>
    </item>
  </channel>
</rss>

