-
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            yuxiqian
          
      
      
        Apr 10, 2025 
      
    
    Replies: 2 comments
-
| 
         the table  create table FL_TRANSPORT_FEEDER
(
    FP_NO               VARCHAR2(5) not null,
    FP_NAME             VARCHAR2(200),
    STRT_POSITION       VARCHAR2(60),
    STRT_STACK_BIN      VARCHAR2(500),
    STRT_DEVICE         VARCHAR2(30),
    FIN_TYPE            VARCHAR2(1),
    FIN_POSITION        VARCHAR2(60),
    FIN_STACK_BIN       VARCHAR2(20),
    FIN_DEVICE          VARCHAR2(30),
    MAT_CODE            VARCHAR2(30),
    MAT_NAME            VARCHAR2(60),
    NET_WGT             NUMBER(15, 3),
    FP_BEGINTIME        DATE,
    FP_FINTIME          DATE,
    FP_ANOTHER_SEQ2     NUMBER    default "NGYARD"."SQ_FL_TRANSPORT_ID"."NEXTVAL", 
    CREATE_TIME         DATE      default sysdate,
    SEQ_ID              NUMBER      not null
        primary key,
    BIN_UPDATE_STATUS   NUMBER
)Starting the FP_ANOTHER_SEQ2 field throws a warning: OracleDefaultValueConverter : Cannot parse column default value '"NGYARD"."SQ_FL_TRANSPORT_ID". "NEXTVAL"' to type '2'.
Expression evaluation is not supported. | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| 
         Hi @HK-hub, this problem should have been fixed in #2315. Could you please try upgrading to 3.1.0 or newer versions?  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        HK-hub
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Hi @HK-hub, this problem should have been fixed in #2315. Could you please try upgrading to 3.1.0 or newer versions?