Posts by José Nelson Cultri • 11 points
5 posts
-
0
votes1
answer128
viewsA: Identify the reference column of an Oracle virtual column
I managed to solve creating a function in the bank, I leave here to whom it may interest. CREATE OR replace FUNCTION COLUNAS_RAW_INDICES(p_tname IN VARCHAR2, p_cname IN VARCHAR2) RETURN VARCHAR2 AS…
-
0
votes1
answer128
viewsQ: Identify the reference column of an Oracle virtual column
I have an index on Oracle in which one of the columns is DESC. I create it as follows: CREATE INDEX XFT25TB ON FT25T (FT07CODEMP, FI16MODELO, FT07CODIGO, FT25ORDIMP, DESC) However, when using…
-
0
votes0
answers130
viewsQ: Redirect application on IIS when pool is stopped
I have an ASP.NET C# application that is updated by another application on the server. When I start the process of updating the first application in the second I stop the pool in which the first one…
-
0
votes1
answer316
viewsQ: Genexus applications generated for C# have slower 64-bit performance compared to 32-bit execution
I have a problem in an application made in Genexus that doesn’t seem to me with much sense. My Genexus settings are: Genexus X Evolution 2 Upgrade 7 Build 109528 Generator C# Environments I tested:…
-
1
votes1
answer139
viewsQ: Applications Genexus + IIS 64 Bits
Good morning, good afternoon, good evening friends. I am using Genexus to generate an application and I have some large dlls, whose routines take time to open the first time and the second already…