Posts by Daniel Godinho • 75 points
4 posts
-
1
votes1
answer33
viewsA: Perform schema import by changing Grant and synonym
Run these selects and run the result. SELECT DBMS_METADATA.GET_GRANTED_DDL('SYSTEM_GRANT',USERNAME) FROM ALL_USERS WHERE (USERNAME IN ('APEX_030200', 'APEX_PUBLIC_USER','ETC')) ORDER BY USER_ID;…
-
0
votes4
answers486
viewsA: How to break line using Streamwriter?
You can use: linha.AppendLine();
c#answered Daniel Godinho 75 -
3
votes1
answer261
viewsQ: Select with specific column - Oracle
I’ve been migrating to Oracle and found a question. In SQL Server I could do so: select coluna, * from tabela How do I get a similar result using Oracle 12c?…
-
3
votes1
answer329
viewsQ: Power BI Data Update
I have an SQL server and a chart ready. I am using Directquery. When I enter the Dashboard of power bi and I say 'update now', in the history, it appears as updated successfully. However, when…
powerbiasked Daniel Godinho 75